Hi,
I just started to use Axis, and I stopped on error like in this post
topic - full output which I get from Servlet is:
org.xml.sax.SAXException: No deserializer for
{http://myfakedomain.com}TailRecord
org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
org.apache.axis.client.
Hi,
The soapmessage axis creates for me uses the prefix soapenv. The server
I send it to expects SOAP-ENV. I tried to change this in
org.apache.axis.Constants but it keeps on generating it with soapenv.
Is there an other place where I have to check or set this value. Or is
there perhaps a bett
from the WSDL includes namespaces. Before I send the message I
need to strip of these namespaces and when recieving the response I need
to put the back on. I think I can use XSLT for it but the question is
how can I do that. I tried to add a handler on the client side, but
until now I can't
Hi,
I have a question about handlers. I'm reading the book Axis Next
Generation Java SOAP and it is mainly focused on the server part. But
basicly I use only the clientside part, since the "webservice" is
already in place. Since this server don't like namespaces and I can
Hi,
I try to create a SOAP message to send to a server. This server can't
handle namespaces, so I need to get rid of the namespace in the message.
the message I need is:
http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/
Hi,
I would like to use Apache HTTPS to access Axis soap services, with CLIENT
AUTHENTICATION.
The config work with IE and Mozilla (I can access to service?wsdl) but I can
not use an axis client.
I can only use axis client with Https and no Client Authentication.
Can anyone help me...
Thanks