I have an empty namespace in a wsdl, so I map in wsdl2java in build.xml
this:
my classes are generate correctly, but when I deploy I have this error:
[axis-admin] BUILD FAILED:
file:C:/eclipse/workspace/MetaMag-NTC-IO/build.xml:41: axis-admin failed
with {http://schemas.xmlsoap.org/soap
Hi,
I am sending a Message object but I am encoutering
some weird behavior. One of the tags in the body is a XSD_DateTime,
ie:
...
..
..
..
I noticed that the Message.writeTo() changes the
to this:
...
Which is invalid. The xsi URI is
already in t
Hi,
I am using IBM's web services toolkit, based on Axis beta 1. I am using
literal encoding for my parameters. I have written my own wsdl, and used
wsdl2java to generate the server side skeleton. The problem is that I
have a complex type, Info, with a couple of strings, that is returned fr