Question Error in consume web service

mandu

New member
Joined
Jun 3, 2010
Messages
2
Programming Experience
10+
I add a web reference to a web service in my winform application and then i want to consume this new web service.

When i try to consume it i have an error like this:

"The content of the response detected from the client is of type "multipart/related; boundary=MIMEBoundaruurn_ ... ;type=application/xop+xml; ..." instead of text/xml" ...

In the error message there is also the correct soap response !

I test this web service using soapUI and it is ok.

What can i do?

Thanks
 

Attachments

  • error.png
    error.png
    20.6 KB · Views: 32
  • script.png
    script.png
    9.4 KB · Views: 32
Back
Top