SOAP Request with HTTP Object
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-08-19 04:37 PM
Hi All,
We are trying to utilize salesforce APIs, since they are SOAP web services, we are configuring them in system settings and trying to utilize them. Salesforce APIs requires some additional parameters then described in the WSDL, my web services call are failing as i can only send those parameters which are appearing in input parameter window.
how i can send additional parameters to Salesforce API, should i utilize HTTP object ? i tried bu it not worked any guidance ?
------------------------------
Ishan Mahajan
India
------------------------------
We are trying to utilize salesforce APIs, since they are SOAP web services, we are configuring them in system settings and trying to utilize them. Salesforce APIs requires some additional parameters then described in the WSDL, my web services call are failing as i can only send those parameters which are appearing in input parameter window.
how i can send additional parameters to Salesforce API, should i utilize HTTP object ? i tried bu it not worked any guidance ?
------------------------------
Ishan Mahajan
India
------------------------------
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-09-19 04:49 PM
For those who are looking for solution,
Yes, HTTP can be object can be used for SOAP calls, you just need to caopy SOAP Envelop from SOAP UI application and paste in the BODY of HTTP object(better to keep it in Data item), define a header and put one field in there"SOAPAction" and run it.
------------------------------
Ishan Mahajan
India
------------------------------
Yes, HTTP can be object can be used for SOAP calls, you just need to caopy SOAP Envelop from SOAP UI application and paste in the BODY of HTTP object(better to keep it in Data item), define a header and put one field in there"SOAPAction" and run it.
------------------------------
Ishan Mahajan
India
------------------------------
