Joined: 16 Jun 2011 |
Posts: 1 |
|
|
 |
Posted: Thu Jun 16, 2011 6:09 am |
|
 |
 |
 |
 |
I am looking how to pass the soap version in this library
actually , i am consuming a web service , that is built in soap 1.2
but i am calling that from soap 1.1 client
so it is creating problem
how can i solve that ......
i am posing my problem also
Error
HTTP Error: Unsupported HTTP response status 415 Cannot process the message because the content type 'text/xml; charset=ISO-8859-1' was not the expected type 'multipart/related; type="application/xop+xml"'. (soapclient->response has contents of the response)
Request
POST /IMSTransfer/IMSTransferService.svc?wsdl HTTP/1.0
Host: api.integration.relayhealth.com
User-Agent: NuSOAP/0.9.5 (1.123)
Content-Type: text/xml; charset=ISO-8859-1
SOAPAction: ""
Content-Length: 844
|