how to pass parameters in SOAP?

rakesh52
Kilo Contributor

how to pass parameters in SOAP?

3 REPLIES 3

Alberto Consonn
ServiceNow Employee
ServiceNow Employee

Hi,

have a look at this topic discussion, it will explain how to do it:

https://community.servicenow.com/community?id=community_question&sys_id=5ae58f21db1cdbc01dcaf3231f96...

If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.

Thank you

Cheers
Alberto

Any update on this?

If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.

Thank you

Cheers
Alberto

Alikutty A
Tera Sage

Hello Rakesh,

You can do this in multiple ways:

1) Send a SOAP request manually via SOAP UI or any similar tools. You need to just invoke the SOAP method by passing values directly in the SOAP message XML

2) Send it from a script - There are APIs provided by SN to send SOAP messages. Please refer to the videos listed

Video 1

Video 2

Scripting SOAP

If your query is answered, please do mark my response as correct answer.

Thanks!