The service I'm trying to make contact with requires a security header. I'm unable to find any examples as to how to build the header to add the call request. Could anyone point me to some examples?
Here is the header from the wsdl: <s:element name="Security" type="s0:SecurityHeader" /> - <s:complexType name="SecurityHeader"> - <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="ClientID" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Checksum" type="s:string" /> </s:sequence> </s:complexType> *************************************************************************** The information contained in this message is intended only for the confidential use of the recipient(s) named above. This message is privileged and confidential. If the reader of this message is not the intended recipient or any agent responsible for delivering it to the intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination, distribution, or copying of this message is strictly prohibited. If you have received this communication in error, please notify us immediately. SMG reserves the right to monitor and review all content sent to and from this email address. Messages sent to and from this address may be stored on the SMG email system.
