cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy error SOAP:1032 SRT: Wrong Content-Type and empty HTTP-B: ody received: ("HTTP Code 200 : ")

0 Kudos
3,437

Hi All,

i have created webservice (service consumer) from WSDL file and configured the soamanager, but when tried to test the service from SE80(Service Consumer) or Sproxy , i got the below error .

Proxy error SOAP:1032 SRT: Wrong Content-Type and empty HTTP-B: ody received: ("HTTP Code 200 : ")


i think the problem with the below method, the content type is empty.


Class : CL_SOAP_HTTP_TPBND_ROOT

GET_HTTP_HEADERS


all services are working fine unless this service 😄


Thanks.

View Entire Topic
daviddasilva
Active Contributor
0 Kudos

Hello,

I've noticed that some SOAP APIs only accept Content-Type = text/xml.

Kind regards,

David

0 Kudos

Hi David,

content Type read from the WSDL file ?

Thank you .