Versions Compared

Key

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

When consuming the EngageIP WSDL file using PHP you will use the available SoapClient PHP class available SoapClient PHP class to configure your authentication headers as well as execute your various SOAP API calls.

...


Updating Your SOAP Address

After downloading your WSDL file be sure to open up the WSDL document in your favorite editor and adjust the target address of the SOAP interface to your server's address.  This can be accomplished by searching for the "soap:address" element to configure the URL.  Be Be sure to use an HTTPS secured address to ensure that authentication headers are encrypted.

...