Set a Session Header

All HTTP requests must contain a valid API session ID obtained with the SOAP API login() call. The session ID is returned in the SessionHeader.

This example shows how to specify the required information after you obtain it from the login() call.

See Also