cancel
Showing results for 
Search instead for 
Did you mean: 

Calculated url doesn't produce wsdl from browser

Former Member
0 Kudos

Hello Gurus,

We have a ciritical problem during go-live.

All of sudden all of our ABAP SOA web services : calculated url's stopped producing wsdl's. Instead of wsdl they return a message like below:

<Exception_Name>CX_SOAP_CORE</Exception_Name>

<Exception_Text>SRT: Wrong Content-Type and empty HTTP-Body received: ("HTTP Code 200 : OK")</Exception_Text>

But the normal WSDL url (which are used for wsdl testing) work. The problem is only when we pick the calculated url and type it in browser it doesn't return the wsdl.

Can someone guide me in the right path.

Thanks,

Srikar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

you use your url like this.

http://your_url?wsdl=1.1 or wsdl=2.0

thanks

Edited by: Zekeriya Sirin on Mar 9, 2012 11:15 AM