Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SRT: Wrong Content-Type and empty HTTP-Body received

naresh_kabar
Explorer
3,105

Hi Experts,

I created a binding in SOAMANAGER transaction. Binding URL is giving me below error

- <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
  <soap-env:Header />
- <soap-env:Body>
- <soap-env:Fault>
  <faultcode>soap-env:Server</faultcode>
  <faultstring xml:lang="en">SRT: Wrong Content-Type and empty HTTP-Body received</faultstring>
- <detail>
- <ns:SystemFault xmlns:ns="http://www.sap.com/webas/710/soap/runtime/abap/fault/system/">
  <Host>undefined</Host>
  <Component>COREMSG</Component>
- <ChainedException>
  <Exception_Name>CX_SOAP_CORE</Exception_Name>
  <Exception_Text>SRT: Wrong Content-Type and empty HTTP-Body received</Exception_Text>
  </ChainedException>
  </ns:SystemFault>
  </detail>
  </soap-env:Fault>
  </soap-env:Body>
  </soap-env:Envelope>

Regards,
Naresh.

Hi Experts,

I created a binding in SOAMANAGER transaction. Binding URL is giving me below error

- <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
  <soap-env:Header />
- <soap-env:Body>
- <soap-env:Fault>
  <faultcode>soap-env:Server</faultcode>
  <faultstring xml:lang="en">SRT: Wrong Content-Type and empty HTTP-Body received</faultstring>
- <detail>
- <ns:SystemFault xmlns:ns="http://www.sap.com/webas/710/soap/runtime/abap/fault/system/">
  <Host>undefined</Host>
  <Component>COREMSG</Component>
- <ChainedException>
  <Exception_Name>CX_SOAP_CORE</Exception_Name>
  <Exception_Text>SRT: Wrong Content-Type and empty HTTP-Body received</Exception_Text>
  </ChainedException>
  </ns:SystemFault>
  </detail>
  </soap-env:Fault>
  </soap-env:Body>
  </soap-env:Envelope>

Regards,
Naresh.

2 REPLIES 2
Read only

FredericGirod
Active Contributor
0 Likes
1,660

Hi,

it's seems your WSDL is not as SAP expected

regards

Fred

Read only

0 Likes
1,660

Hi Naresh,

how did you fix this issue ?

Thank you.