Re: Adding namespaces prefixes and attributes like mustUnderstand to child elements
Michael Yuan <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.ksoap |
|---|---|
| Message-ID | <[email protected]> |
Stefan is working on this feature for ksoap 2.0 right now. cheers michael ---------------------------------------------------------------------------- Read Michael Yuan's technology articles http://www.enterprisej2me.com/articles.php Dr. Dobbs Journal, JavaWorld, IBM developerWorks and more ... ---------------------------------------------------------------------------- On Fri, 11 Oct 2002, Geetha P Eringathodi wrote: > > > Hi, > I would like to know how ksoap can be used/modified to add namespace and > attributes(like mustUnderstand) to the child elements/ property of the > SoapObject > > for example: > <SOAP-ENV:Body> > <O:OrderStatus SOAP-ENV:mustUnderstand="1" > xsi:type="n:orderStatus"> > <O:CustomerName xsi:type="xsd:string">MichaelYuan</CustomerName> > <tn:Transaction xmlns:tn="some-URI" xsi:type="n:transaction"> > <tn:trNum xmlns:tn="some-URI" SOAP-ENV:mustUnderstand="1" > xsi:type="xsd:string">XYZ</Symbol> > </tn:Transaction> > <O:ExecTime xsi:type="xsd:dateTime">2002-07-0:50.52Z</ExecTime> > </O:OrderStatus> > </SOAP-ENV:Body> > > Thanks > Geetha > > > > > > > _________________________________________________________________ > MSN Photos is the easiest way to share and print your photos: > http://photos.msn.com/support/worldwide.aspx > > _______________________________________________ > Ksoap mailing list > [email protected] > http://www.enhydra.org/mailman/listinfo.cgi/ksoap >