RE: Emply xmlns attribute

2004-04-03 Thread Robert Lowe
Sent: Friday, April 02, 2004 11:16 PM To: [EMAIL PROTECTED] Subject: Emply xmlns attribute Group, The following code snippet: SOAPFactory sf = SOAPFactory.newInstance(); Name bodyName = sf.createName("getImage", "i", "http://www.mycompany

Emply xmlns attribute

2004-04-02 Thread Nicholas Remy
    Name latName = sf.createName("item");             SOAPElement lat = sbe.addChildElement(latName);             lat.addTextNode("12345"); ...produces the following SOAP:      12345   The tutorials and examples I used to build the code gave no indication that the

Re: xmlns attribute

2003-01-14 Thread Jeff Greif
ot;" specifies this. Jeff - Original Message - From: Rolando Pablos Sánchez To: axis-user Sent: Tuesday, January 14, 2003 7:14 AM Subject: xmlns attribute I am working with a document style service. Originally it was a rpc service, where I couldn't see this xmlns attribute in the params.

xmlns attribute

2003-01-14 Thread Rolando Pablos Sánchez
I am working with a document style service. Originally it was a rpc service, where I couldn't see this xmlns attribute in the params. I get the java stubs from wsdl file, and when I test it I get this:   [...]          [EMAIL PROTECTED]             [...]      I get the correct