dimanche 28 juin 2020

how to read multi part data response from java web service using c#

I have one web service which is developed in java language.The WSDL file provided by Client. I have created Proxy and calling that method by passing username, password and couple of more parameter. But in repose, I am getting below error message.

The content type multipart/related; type="text/xml"; start="54-1320753400.1593357648052.IBM.WEBSERVICES@apsrt3985.uhc.com"; boundary="----=Part_0-1397619294.1593357648053" of the response message does not match the content type of the binding (text/xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first 653 bytes of the response were: '

------=Part_0-1397619294.1593357648053

Content-Type: text/xml; charset=UTF-8

Content-Transfer-Encoding: binary

Content-Id: 54-1320753400.1593357648052.IBM.WEBSERVICES@apsrt3985.uhc.com

I have done lot of research but I could not able to get any answer on this. Can you please help me out?

Sorry for bad english.




Aucun commentaire:

Enregistrer un commentaire