SOAP API- Response Method failed: with code: 415
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2019 09:04 PM
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
- Labels:
-
Integrations
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2019 10:35 PM
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
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2019 10:38 PM
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 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2019 10:48 PM
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
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2022 12:42 AM
Hi @Dinesh31
Did you got any solution for this?
I am getting the same issue.