Hello,
Is there a way to control the complete path that WM posts to when consuming a webservice? I have tried both the soapClient and soapHttp, but I cannot find anyway to control the http headers.
This is a dump of the http headers that I captured calling the webservice
in webMethods:
POST / HTTP/1.1
User-Agent: Mozilla/4.0 [en] (WinNT; I)
Accept: image/gif, /
Host: 10.100.110.120:85
Content-Type: text/xml; charset=“utf-8”
SOAPAction: “”
Content-Length: 963
Here is a dump of the http headers using a different soap client that is able to successfully call the webservice.
POST /webapp/wcs/stores/servlet/BalanceInquiry HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: IBM WebServices/1.0
Host: 10.100.110.120:85
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: “[URL]Bing”
Content-Length: 772
#soa#webMethods#API-Management