I use the webservice interface ICT_SERVICE_DESK_API from SAP Solution Manager. I activate the webservice in SAP. I get a connection with the tool soapui.
But I have no idea how i configure the endpoint in the WSO2ESB. Until now I configure a proxyservie. There I generate a soap message which send over a adress endpoint to the webservice from SAP.
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"><soapenv:Body><urn:RequestGuid xmlns:urn="urn:sap-com:document:sap:soap:functions:mc-style"/></soapenv:Body></soapenv:Envelope>
The problem is that i get something back. This is not useful. Then I want change the adress endpoint to wdsl endpoint.
How can I configure the endpoint from the wso2esb for the webservice from sap?