Forum Discussion

Ram_N's avatar
Ram_N
Contributor
16 years ago

Help me I am getting this error using soap UI

I built a webservice on my own :-), using WCF

I tried to access using and invoking ... I see this response...

HTTP/1.1 415 Cannot process the message because the content type 'application/soap+xml;charset=UTF-8;action="http://tempuri.org/IMyService/AddresService"' was not the expected type 'text/xml; charset=utf-8'.

How should I fix ...

3 Replies

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi!

    hard to say, looks like you are sending a soap 1.2 request to  soap 1.1 endpoint?

    /Ole
    eviware.com
  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi,

    You can change the soap-version (which will change the content-type header) used by the interface containing the request in the bottom left properties table when the interface is selected.

    regards,

    /Ole
    eviware.com