BPUtils is now able to directly check out and browse BPs from a Sterling Integrator instance.
Use the -server option to achieve this :
D:\temp\bputils\bin>BPUtils.exe -server 127.0.0.1 10000 admin password Validation_Sample_BPML x Connecting to server 127.0.0.1... Connected successfully Checking out BP Validation_Sample_BPML from server ... Check out OK Processing BP Validation_Sample_BPML Checking XPath for BP Validation_Sample_BPML ************************ Checking XPath for main layout ... ...
When using -server option, you must specify the SI host and port, and valid credentials.