Re: newbie question

2002-05-16 Thread amy
Wei Li,ÄúºÃ£¡ u should add soap.jar to ur classpath. === 2002-05-16 ÄúÔÚÀ´ÐÅÖÐдµÀ£º=== >Hi, there, > >When I run localhost:8080/soap/admin/index.html, then click deploy, there will >also be an error message like this. > >Can someone help me about this? > >thanks. >

newbie question

2002-05-16 Thread Wei Li
Hi, there, When I run localhost:8080/soap/admin/index.html, then click deploy, there will also be an error message like this. Can someone help me about this? thanks. type Exception report message Internal Server Error description The server encountered an internal error (Internal Server E

Re: newbie question: BadTargetObjectURI running O'Reilly examples

2002-05-16 Thread Bruno Fischel
I had the same problem. I resolved this one (but another appears...). This message means that your service hasn't been located (equivalent to a NoClassDefFoundException). Be sure that your service class is in your classpath. (I just put a jar file containing all my stuff in %TOMCAT_HOME%/lib). B

messagerouter returning NoSuchMethodException

2002-05-16 Thread Mandviwala, Hasnain
Hi, I have a simple SOAP messaging client sending a SOAP message to the messagerouter but I keep getting the following faultstring back: Exception while handling service request: OrderProcessor.placeOrder (org.apache.soap.Envelope, org.apache.soap.rpc.SOAPContext, org.apache.soap.rpc.SO

NoSuchMethodError (just for my sample, the other are working)

2002-05-16 Thread Bruno Fischel
Hello, I have created a Java class that I want to deploy as a webservice. Basically, this class has two methods dealing with types String and boolean. I can deploy easily my class using either the SOAP admin page or the command line. I am using tomcat as web server and all the samples installed a

newbie question: BadTargetObjectURI running O'Reilly examples

2002-05-16 Thread Beau Paisley
I am attempting to run the Hello example from the O'Reilly book. HelloService deploys and appears fine, but when attempting to run the HelloClient.class I get, ... C:\WSComponents\Oreilly\java_src\com\ecerami\soap>java HelloClient joe Hello SOAP Client Fault Occurred (details follow): Fault C

RE: Automatic client/server side SOAP validation

2002-05-16 Thread Boris Garbuzov
Title: SOAPtest I just tried to call you about evalueation key, but could not get through. Can you try to call me 604-339-9964 instead? Or just send me a key to this address and specify your evaluation terms and conditions. Boris.    

RE: How to use TcpTunnelGui

2002-05-16 Thread Roumeliotis, Pete
Title: RE: How to use TcpTunnelGui You tell it when you set up your call object.  Something like this:   public static final String soapServer = new String(http://serverhost:12121/apache-soap/servlet/rpcrouter);     Call call = new Call();   ... set up callobject   URL soapSe

Automatic client/server side SOAP validation

2002-05-16 Thread Clarence Mcdowell
Hello, I think we have a tool you might want to see. Please go to our web site www.parasoft.com, if you like what you see give me a call and I'll give you a free evaluation key. To download any of our tools please go to www.parasoft.com/psftp. Once you've downloaded the tool please contact me

RE: java applet

2002-05-16 Thread Vivek Chopra
Phillip, I have used Wingfoot SOAP- it has a footprint of about 20k; this can be reduced even more if you strip out parts (such as Serializers/Deserializers for some types). It works well with Apache SOAP and GLUE. See the interop results at http://www.wingfoot.com/interop_base.jsp and http://ww

RE: How to use TcpTunnelGui

2002-05-16 Thread Yong Miao
Title: RE: How to use TcpTunnelGui Thanks a lot, Guys. It's up now. But how can I tell soap client to bind 12121? Thanks, Yong -Original Message- From: Roumeliotis, Pete [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 10:44 AM To: '[EMAIL PROTECTED]' Subject: RE: How to use

RE: How to use TcpTunnelGui

2002-05-16 Thread Roumeliotis, Pete
Title: How to use TcpTunnelGui Perhaps there is something else running on port 80...maybe another web server?  Try to use a port number less likely to already be in use, like, maybe 12121, or something like that.   Pete -Original Message-From: Yong Miao [mailto:[EMAIL PROTECTED]]

RE: How to use TcpTunnelGui

2002-05-16 Thread Yong Miao
Title: How to use TcpTunnelGui Phillip,   No matter what order I use I always get same error. java org.apache.soap.util.TcpTunnelGui 80 http://localhost 8080 java org.apache.soap.util.TcpTunnelGui 8080 http://localhost 80   If I shutdown tomcat it works. I have no idea what's going o

RE: How to use TcpTunnelGui

2002-05-16 Thread Phillip Urrea
Title: How to use TcpTunnelGui You should run   java org.apache.soap.util.TcpTunnelGui 80 http://localhost 8080   and then tell your soap client to bind to port 80. The first figure is the port that you want the tcp tunnel to listen to and the second figure is the port that you wish to forw

How to use TcpTunnelGui

2002-05-16 Thread Yong Miao
Title: How to use TcpTunnelGui Hi, Could you please tell me how to use the TcpTunnelGui enclosed in soap.jar? I want to see the message passing to tomcat/soap server. I am running Tocam with port 8080. When I try to run: java org.apache/soap/util/net/TcpTunnelGui 8080 http://localhost 80

RE: java applet

2002-05-16 Thread Phillip Urrea
Hi Vivek, I'm also deploying SOAP through an applet and have GLUE and Apache SOAP implementations written. The footprint is indeed quite a big problem but a constraint we were willing to put up with. Does anyone know if these SOAP implementations will work with Apache SOAP (or other SOAP implement

Re: java applet

2002-05-16 Thread Vivek Chopra
Valle, You might want to take a look at something more lightweight than Apache SOAP for an Applet. kSOAP (http://ksoap.enhydra.org/) and Wingfoot SOAP (http://www.wingfoot.com/products.jsp) might be a better fit. - Vivek --- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, I'm a ne

Unsubscribe me

2002-05-16 Thread akshay saluja
Unsubscribe me __ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com

Unsubscribe me

2002-05-16 Thread Kallol Banerjee
Unsubscribe me

java applet

2002-05-16 Thread [EMAIL PROTECTED]
Hi, I'm a new Apache Soap user and I have a question: Is it possible to write an applet that use Apache soap 2.2 to comunicate with a Server via RPC? Can this applet work with java 1.1 (therefore with internet explorer for windows) ? Or do I need to use Java 1.2 or higher? Thanks in advance, Va