function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
bharatuuu.ax1725bharatuuu.ax1725 

Send request using SOAP Call

Hi,

Can anyone of you suggest me how to send following request using SOAP Call?
<?xml version="1.0" encoding="UTF-8"?>
<IPSRequestTransaction>
<RequestHeader>
  <UserID>
   <ID>123456</ID>
  </UserID>
 
  <IPAddress>1235.8.5</IPAddress>
  <Transaction>
   <Status>completed</Status>
   <Description>test</Description>
  </Transaction>
</RequestHeader>
<RequestBody>
  <Request>
   <License>
   
    <Type>full</Type>
   </License>
   <Person>
    <SSN>
     <ID>34567</ID>
    </SSN>
   </Person>
  </Request>
</RequestBody>
</IPSRequestTransaction>
Ramu_SFDCRamu_SFDC
see if this post helps http://salesforce.stackexchange.com/questions/34644/how-to-make-a-soap-call-using-apex-class