org.xml.sax.SAXException: No deserializer for {http://myfakedomain.com}TailRecord

2004-12-12 Thread Java News
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.

soapenv versus SOAP-ENV

2003-07-31 Thread java
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

Namespaces in SoapMessage

2003-07-26 Thread java
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

Clientside Handlers

2003-07-24 Thread java
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

Problem with namespaces in SOAP message

2003-07-22 Thread java
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/

apache + tomcat + axis + https + CLIENT AUTENTICATION

2003-06-17 Thread java dev
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