cancel
Showing results for 
Search instead for 
Did you mean: 

Error in SOAP recever.

Former Member
0 Kudos

Hi,

I have metined URL in SOAP recever adapter as: http://xxxxxx.com/services/dev/ws/xxxWSInterface.wsdl , Do i need to give URL must be end with . asmx ?.

i am getting below error:

Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: invalid content type for SOAP: TEXT/HTML; HTTP 405 Method Not Allowed: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 405 Method Not Allowed

Thanks

Siva

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Dhanush ,

I have metined URL in SOAP recever adapter as: http://xxxxxx.com/services/dev/ws/xxxWSInterface.wsdl , Do i need to give URL must be end with .sxms ?.

No, It is not compulsory to end the URL with .smxs. You need to get the correct URL where the webservice is published . It cannot be a .WSDL extension . Please check the correct URL . You can test a SOAP webservice using altova test client .

i am getting below error:

Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: invalid content type for SOAP: TEXT/HTML; HTTP 405 Method Not Allowed: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 405 Method Not Allowed

Please make changes as suggested and let us know if you get the error.

regards,

Kishore

Former Member
0 Kudos

Hi Kishore,

Thanks for the information, when i ask them to provide URL for webservice, they are saying this is the correct URL for webservice, http://xxxxxx.com/services/dev/ws/xxxWSInterface.wsdl

but when i click on this i could see WSDL file , is it correct what they are saying.

Thank,

Dhanush.

Former Member
0 Kudos

Hi Dhanush ,

No.

http://xxxxxx.com/services/dev/ws/xxxWSInterface.wsdl --- it is WSDL file which tell you about the various operations ( functions) which are provided. Please open the WSDL file and see the URL & the function call which you need to use in it .

Regards,

Kishore

Former Member
0 Kudos

Kishoure,

I could find the addres location in WSDL, but when i clicl on it , its givingin below error:

Length Required

A request of the requested method GET requires a valid Content-length.

Apache/1.3.29 Server at info.ship.edu Port 80

Thanks,

Dhanush

Former Member
0 Kudos

Hi Dhanush ,

It looks thee is some issue with the WSDL file . Please request the remote webservices application to provide a WSDl file for you . It will have all the info required.

reagrds,

kishore

Shabarish_Nair
Active Contributor
0 Kudos

Do refer that to get the right URL from the WSDL. In case u still face an error let us know