Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Updating Your SOAP Address

After downloading your WSDL file:

...

Code Block
 <wsdl:port name="EngageIP_x0020_Web_x0020_Services_x0020_APISoap" binding="tns:EngageIP_x0020_Web_x0020_Services_x0020_APISoap">
 <soap:address location="https://yourdomain/adminportal/webservice.asmx" />
 </wsdl:port>
 <wsdl:port name="EngageIP_x0020_Web_x0020_Services_x0020_APISoap12" binding="tns:EngageIP_x0020_Web_x0020_Services_x0020_APISoap12">
 <soap12:address location="https://yourdomain/adminportal/webservice.asmx" />
 </wsdl:port>

SOAP Authentication Headers

When integrating with the EngageIP SOAP interface you will need authenticate against the system using SOAP authentication headers in your API calls. These provide both a username and password on each API call to ensure that the caller is authenticated against the system.

...