Hi,
Did anyone know how an Axis call can be set up in order to add a
dom.Element to the SOAPenvelope. This could be done using SOAP call with
params.addElement(new Parameter("doc", org.w3c.dom.Element.class, doc,
Constants.NS_URI_LITERAL_XML));, but what will be the Axis way?
Thanks
Boris
Hi I have a problem that I've been trying to tackle for a week now.
I'm trying to send a dom.Element and a String as parameters to Service. I
used java2WSDL and WSDL2java to generate stubs for the call.
If I only have Strings being passed as arguments I have no problems, but
when I try to pass th
Hi everyone,
I'm getting the following error when I try to use the new Axis' beta 3
release, encoding to send dom.Element as parameter to a service.
I've did the following thing and I still get No Deserializer found.
No Deserializer found to deserialize a
'http://schemas.xmlsoap.org/soap/enve
Hi I guess this is the right list to ask my question.
I have a client that receives a dom.Element as a string (this did not
required any serializes or tricks) using pure SOAP 2.2.
But then I tried to do the same call to the service using AXIS and I was
left with the problem that AXIS does not hav
Hi, this question have never get answered before?
Is there an equivalent encoding to NS_URI_XMLNS in AXIS.
This question concerns all people moving from SOAP to AXIS and dealing with
XML files dom elements etc.
Please if you have an idea enlighten us.
Thanks
Boris Paskalev