Would it be possible to change the namespace which is referenced to when using the SimpleSessionHandler?

Namspace ns1 below is what I'm talking about.

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header>
<ns1:sessionID soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0" xmlns:ns1="http://xml.apache.org/axis/session">-7488824456558906570
</ns1:sessionID>
</soapenv:Header>

I'm trying to create a WSDL which isn't dependent on any other namespaces but our own, wsdl, soap and xml schema namespaces.

Is .NET able to generate code to handle this sessionID if I represent it in the WSDL as soap:header?

kind regards,
Clarence

Reply via email to