Hi all
I am trying to consume a ws and getting this error : The system expected soap + xml response but the user sends
and customer found txt request …. something like that
How do I change the configuration of my ws proxy ?
I am using .NET engine with pb 2017 R3
Thanks
Moshe
thanks for your answer .
About the "something like that".. the message for some reason was in Hebrew so I tried to translate it into English.
About the approach .. I know and I read the articles , and I use it for other ws ..
However , I tried to ask the vendor for xml example to consume the ws build the right string to use it with HttpClient object and I didn't get any , so I don't know how to do that .
The only thing he could told me is that is WCF ws , so it has a svc url or wsdl url ...so I choose the wsdl with the soap .NET in Pb
There's also tools like SoapUI, Fiddler, etc that are great for debugging web services. SoapUI is particularly good at creating sample requests that work which you can copy with the HTTPClient object. Fiddler is great at trapping the outbound request and inbound response to help see what's happening.