You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Giovanni Ruggiero <ru...@cefriel.it> on 2001/04/09 12:02:45 UTC

Personalization of Soap Body Element tag

Could anyone help me to solve this problem?

I'm trying to comunicate with .NET webService with and apache soap client
it seems to me I should redefine the tag name and drop the "ns" prefix and
probably also
the namespace URIs
I can I do it?
In particular how can I transform the tag

<username xmlns:ns2="http://www.w3.org/1999/XMLSchema-instance"
xmlns:ns3="http://www.w3.org/1999/XMLSchema"
ns2:type="ns3:string">sara</username>

as apache define it, into

<username>sara</username>

Thank you very much

Bye
Giovanni


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org