== README
= written by Alan Wind, 2008-04-15
[The following text reflects the situtation with XML::Compile::SOAP 0.72]
WS-Security uses SOAP header fields which are not found in the WSDL
specification. To fix this, we have to modify the WSDL by hand.
1. Modify wsdl:
1.1. Add namespace to definitions node:
xmlns:wss="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
1.2. Add to message name for request here called nameOfMsg:
1.3. Add to operation node's input:
2. Modify your program to populate the Security header fields
[This procedure will certainly be simpler in later versions of this
SOAP implementation. I'll try not to forget updating this text. MO]