SOAP Header (Example)

The following example shows you how to use your license key and password in the header:

<soapenv:Envelope  xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"  xmlns:urn="urn:dictionary:com.chargepoint.webservices">

<soapenv:Header  xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">

<wsse:Security soapenv:mustUnderstand="1">

<wsse:UsernameToken>

<wsse:Username>0123456789abcdef0123456789abcdef0123456789abcdef0123456</wsse:Username>

<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText"

>0123456789abcdef0123456789abcdef</wsse:Password>

</wsse:UsernameToken>

</wsse:Security>

</SOAP-ENV:Header>

Copying and pasting the example SOAP Header above can sometimes result in errors. Make sure to validate the following attributes:

SOAP Header

Element

Attribute

Value

Header

wsse

http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd

Security

mustUnderstand

1

Password

Type

http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText