Re: No Deserializer found...

2001-08-22 Thread Kumar Raj
Hi ! Looks like there is no deserializer in your client code to convert the result xml to java. Add a type mapping. For more details look at the troubleshooting topics in the Apache soap documentation. rajashekar wrote:   Hi All, While calling SOAP service from my Java Client, the following excep

No Deserializer found...

2001-08-22 Thread rajashekar
Title: No Deserializer found... Hi All, While calling SOAP service from my Java Client, the following exception has been occurred. [SOAPException: faultCode=SOAP-ENV:Client; msg=No Deserializer found to deserialize a ':Result' using encoding style 'http://schemas.xmlsoap.org/soap/encodin

SOAP XML compression?

2001-08-22 Thread Paco Avila
Can anybody tell me how to compress SOAP messages using Tomcat an Apache SOAP?   Thanks in advance.

Problem using SOAP API

2001-08-22 Thread LECLERCQ Pascal
Hi, i try to use the Apache SOAP API ()version 2.2 with a Tomcat server. I think i made all what is required to be able to test the samples provided with the API but i always have the same error : "SOAP Service Manager: Unable to read 'DeployedServices.ds': assuming fresh start" What should i do

RE: namespace URI

2001-08-22 Thread Chen, Yiyi
It's 2.0.0.beta. Is it fine? > -Original Message- > From: Ding, Chengmin [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, August 22, 2001 9:41 AM > To: '[EMAIL PROTECTED]' > Subject: RE: namespace URI > > Which version of xerces.jar are you using? Version 1.3.1 doesn't work > properly

Re: httpRequest in my webservice ?

2001-08-22 Thread Scott Nichol
As of SOAP 2.2, if there is not match for the method signature, a signature is tried with a leading parameter of type SOAPContext. If one exists, it is called with the current request context as the first parameter. From that parameter, you can get the session, servlet, request and response with

RE: namespace URI

2001-08-22 Thread Ding, Chengmin
Which version of xerces.jar are you using? Version 1.3.1 doesn't work properly. -Chengmin -Original Message- From: Chen, Yiyi [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 22, 2001 8:43 AM To: [EMAIL PROTECTED] Subject: namespace URI Hi, there, I am new for SOAP and just downlo

Probleme to debug a service

2001-08-22 Thread Alexandre Brun
Hello, I have installed SOAP-server with Tomcat and I have a probleme when I debug a service. At each time i deploy the service., i have to restart tomcat server. If I don't restart it the service's changes are not consired by the server If you have a solution I'm interresting. Thanks Ale

AW: namespace URI

2001-08-22 Thread Frederik Fromm
Hi Yiyi! > (Tomcat3.2): SOAP Service Manager: Unable to read > 'DeployedServices.ds': assuming fresh start. This is ok. Tomcat deploys the SOAP.war For the other problem I suppose to add the classpath to the java-call. Just put all jars to the cp that you think your application needs. Here is

namespace URI

2001-08-22 Thread Chen, Yiyi
Hi, there, I am new for SOAP and just download all packages for soap and install them. I can get the pages of http://localhost:8080/soap/servlet/rpcrouter and http://localhost:8080/soap/servlet/messagerouter. But I got the exceptions when I used C:\>java java org.apache.soap.server.ServiceMana