I would like to use the SOAP namespace prefix in the enveloper header ... but there does not seem to be a way to retrieve the namespace prefix that Apache-SOAP uses, apart from hardcoding "SOAP-ENV" within my code, like this:

someElement.setAttributeNS( "SOAP-ENV", "someAttributeInSoapNamespace", "someValue" );

Is there a better way?




--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to