Search This Blog

2020-04-17

SAP BODS: Run/Check Job using Web Service

Product: SAP BusinessObject Data Services
Version: 4.2SP6 and higher

In BODS Integration guide, it documented how to use web service to do:
1. Run job using web service
2. Check job status using webservice

Following the URL to use to extract the WSDL XML content:

WSI v1.0: http://[JobServer-hostname]:8080/DataServices/servlet/webservices?ver=1.0&wsdlxml
WSI v1.1: http://[JobServer-hostname]:8080/DataServices/servlet/webservices?ver=1.1&wsdlxml
WSI v1.2: http://[JobServer-hostname]:8080/DataServices/servlet/webservices?ver=1.2&wsdlxml

Where port 8080 is the default port for CMC/IPS

The document does not clearly explain the full syntax, so this post is to clarify it

No comments: