cancel
Showing results for 
Search instead for 
Did you mean: 

Error SOAP Runtime

Former Member
0 Kudos

Can anybody explain this error?

"A SOAP Runtime Core Exception occurred in method get_http_headers of

class CL_SOAP_HTTP_TPBND_ROOT at position id 3 with internal error id 1032

and error text SRT: Wrong Content-Type and empty HTTP-Body

received: ("HTTP Code 200 : OK") (fault location is 1). "

Thank you,

Su

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

although I can't know, I'd bet with good confidence that you simply called the endpoint in your browser.

this way you

  • set the HTTP header for Content-Type to text/html (which is wrong)

  • did not supply a HTTP body content (which is wrong)

  • received 200 because you hit an exisiting service (which is correct)

remains the question what you expect to get when you call the endpoint URL in a browser?

anton

Former Member
0 Kudos

Since bets are on

I am confident he tested service in SICF which in turn sent empty request to endpoint url in browser.

Regards,

Gourav

Former Member
0 Kudos

>Wrong Content-Type and empty HTTP-Body received

You can see yourself why you are getting this error.

Whenever you post error message please also post background information like what you did and where exactly you are getting this error, this will help others to understand problem correctly.

Regards,

Gourav