wsdl parsing

2001-08-03 Thread chetan janbandhu
Hi Can anybody tell me if Apache SOAP has any support for WSDL Parsingso that given a WSDL it is possible to extract the method name, method namespaceuri, endpturl and all other things needed to build a call object.. Please help if somebody knows Thanks in advance Chet

Re: SOAP application combined with other web application

2001-08-03 Thread Javier A. Soltero
Hi Sam, I have a similar deployment scenario where I have incorporated the SOAP 2.2 web.xml with my applications and I have deployed it as a war file into tomcat. The only issue I found is that unless the class you're trying oto access through SOAP is defined in the classpath that starts tomcat,

cvs commit: xml-soap/java/src/org/apache/soap/rpc Call.java

2001-08-03 Thread rubys
rubys 01/08/02 09:49:26 Modified:java/samples/interop EchoTestClient.java java/src/org/apache/soap/rpc Call.java Log: Added a timeout Revision ChangesPath 1.12 +1 -0 xml-soap/java/samples/interop/EchoTestClient.java Index: EchoTestClient.j

RE: Trying to run sample

2001-08-03 Thread Eduardo Yánez
It comes with the soap distribution. E.Y. -Original Message- From: Sergei Kozello [mailto:[EMAIL PROTECTED]] Sent: Viernes, 03 de Agosto de 2001 11:11 a.m. To: [EMAIL PROTECTED] Subject: Re: Trying to run sample Hello, Sergei! I have mentioned the tcptunnel. As far as I understand it

Re: Trying to run sample

2001-08-03 Thread Scott Nichol
Please follow the instructions for installing SOAP with Tomcat exactly. That document says If you run startup.bat, then line 105 (or there abouts) of tomcat.bat should look like this (line 69 for Tomcat 3.2.1) : set CP=path-to-xerces\xerces.jar;%CLASSPATH%;%CP% When startup.bat prints "Us

Re: Trying to run sample

2001-08-03 Thread Sergei Kozello
Title: RE: Trying to run sample Hello!   Now I set classpath to "" and tried to run it:     E:\jakarta-tomcat\bin>startup.batIncluding all jars in ..\lib in your CLASSPATH.   Using CLASSPATH: ..\classes;..\lib\activation.jar;..\lib\ant.jar;..\lib\jasper.jar;..\lib\jaxp.jar;..\lib\mail.jar;..\

RE: Setting (mapping) deserializers to deserialize a complex response with nested elements

2001-08-03 Thread Pete Roth
Oh, I forgot one important note. We cannot set up the .NET Web Service to use Rpc Encoding (so the xsi:type attribute is added). It must remain as Document (no xsi:type attributes). Thanks again. Peter Roth Telemetry Technologies Inc. p: 404.231.0021 ext. 1290 e: [EMAIL PROTECTED] -Or

Re: Trying to run sample

2001-08-03 Thread Sergei Kozello
Hello, Sergei! I have mentioned the tcptunnel. As far as I understand it is the tool get info transferring over TCP. And where I can get it? Sincerely yours, Sergei Kozello. - Original Message - From: Sergei Meleshchuk <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 03

Re: Trying to run sample

2001-08-03 Thread Sergei Kozello
Hello! Thanks for the response. I did as you told me - get Xersis 1.4.1. Now I have got another error: java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter list Ouch, the call failed: Fault Code = SOAP-ENV:Server.Exception: Fault String = java.lang.

Trying to run sample

2001-08-03 Thread Sergei Kozello
Hello!   I downloaded the SOAP v2.2, copied the webapps to tomcat and tried to run the adressbook sample:   After running java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter list   I have got the error.   Exception in thread "main" [SOAPException: f

RE: Trying to run sample

2001-08-03 Thread Sergei Meleshchuk
Don't forget to run tcptunnel to see what is actually returned. Sergei Meleshchuk WMI 425-705-8547 -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: Friday, August 03, 2001 7:03 AM To: [EMAIL PROTECTED] Subject: Re: Trying to run sample It sounds like you might be