SOAP API- Response Method failed: with code: 415

Dinesh31
Kilo Explorer

Hi All,

 

I was trying to hit an application through SOAP Message in ServiceNow, the response of the function is throwing me an error [Method failed: (/services/BIDataService) with code: 415]. This is happening to all the functions under the same WSDL. 

When I tried the same thing in SOAPUI, i can able to see the response with the expected result. 

Not sure where the issue is? Help Needed.

Thanks

find_real_file.png

8 REPLIES 8

Hi Dinesh,

Yes and also the username, password and some other details.

can you compare what request is being sent out from servicenow and soap ui so that you can compare.

Regards

Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Dinesh31
Kilo Explorer

Hi Ankur,

I am using the same username and pw that i used in soapUI. In soapUI i got the response whereas in snow i didnt. 

 

Can you elaborate what you want me to compare ?

Hi Dinesh,

What I was referring is is the soap request looking similar in both the places. There is no point in the 3rd party team which has given you the wsdl will help since this is working in SOAP UI.

you need to debug from your side. may be you can try loading the wsdl again and then generate sample soap request again

Regards

Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Sumit Singh
Tera Expert

Hi @Dinesh31 
Did you got any solution for this?
I am getting the same issue.