SOAP Document Generated by the Local Business Service

The following example displays the resulting SOAP document generated by the Script Example for a Local Business Service. The addition of the authHeader element to the SOAP header corresponds to the structure defined in the sample code sections that populate the SOAP header and profileHeader elements.

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:header>
		<authHeader xmlns:ns1="http://siebel.com/authHeaders">
			<ns1:ApplicationID>Siebel</ns1:ApplicationID>
			<ns1:PWS>123456789</ns1:PWS>
			<ns1:Lang>ENU</ns1:Lang>
			<ns1:userID>first.last@mycompany.com</ns1:userID>
		</authHeader>
	</SOAP-ENV:header>
	<SOAP-ENV:Body>
	…
	</SOAP-ENV:Body>
	</SOAP-ENV:Envelope>