Getting this Error message

2002-05-11 Thread Charlie Abela
Hi I am using Apache Soap 2.2 with tomcat and I am getting this error Fault Code = SOAP-ENV:Server Fault String = Exception while handling service request: wstest.WSTestServer.GetCarSellingOnline(org.w3c.dom.Element) -- no signature match [Attributes={}] [faultCode=SOAP-ENV:Server] [faultSt

mixing encoding LITERAL & SOAP

2002-05-11 Thread Jindra Havlik
Hello, I try to force a call to send to server bean with XML_SOAP_ENCoding and as response should be returned a XML with XML_LITERAL_ENCODING? 1) I wrote a serialiser for my bean, which is using SOAP_ENCoding, but on server it's recognized as org.w3c.dom.Element. I need something like this Cl