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
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
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.
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