From: Bruno G. <Bru...@gl...> - 2006-02-13 11:08:48
|
Hi Does anyone know how to change the namespace [namesp] to use somehting else [ns in our case]: - + <SOAP-ENV:Body> - + <namesp1:Authenticate xmlns:namesp1="urn:Login"> - + <msgstr xmlns="ns1" xsi:type="xsd:string"> I would like to change the namesp prefix to ns, so the serialized message looks like: - + <SOAP-ENV:Body> - + <ns1:Authenticate xmlns:ns1="urn:Login"> - + <msgstr xsi:type="xsd:string"> - + <Message messageid="0"> Thanks for your help. With Best Regards Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 LEGAL DISCLAIMER. The contents of this e-mail and any attachments are strictly confidential and they may not be used or disclosed by someone who is not a named recipient. If you have received this email in error please notify the sender by replying to this email inserting the word "misdirected" as the message and delete this e-mail from your system. |