Re: XML error while invoking a service - how to flush tcptunnel to client?

2001-07-27 Thread Jim Hazen
orks fine..but this is a bad fix. Any knows why this > may be happening. > > I have jdk1.3.02, websphere3.5.4, ibm http server, soap2.2 > > Irfan > > -Original Message- > From: Jim Hazen [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 26, 2001 3:01 PM > To: [EMAIL PROTE

Re: SaxException

2001-07-26 Thread Jim Hazen
The SOAP rpcrouter doesn't appear to be located at this URL.  Check your install. -Jim  Hi, i'm a newbie. When I try to list or deploy a service with Tomcat + ApacheSoapServer + Xerces (..the examples) I recieve a SaxException. I follow the the instruction in mailing list to use TCPTunnelling. Fo

Re: Error opening socket

2001-07-26 Thread Jim Hazen
he web server, Tomcat, was running on the same PC > where I requested that service. I don't know how to check whether a web > server accepting connections. Any suggestions are appreciated. > > George > > >From: Jim Hazen <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED]

Re: error while invoking a service

2001-07-26 Thread Jim Hazen
It may help to take a look at your server's error and access logs. From that you may be able to figure out what your server is acting on to generate this message. -Jim > I get the following error when invoking my service. I am not able to figure > out why this is. Any help on this would be ap

Re: Error opening socket

2001-07-26 Thread Jim Hazen
Make sure your web server is up and accepting connections (in general, from your location, etc) -Jim > Hi: > > I got following error message when I did > java hello.Client John > > Caught SOAPException (SOAP-ENV:Client): Error opening socket: Connection > refused > : connect > > I'm using SOAP 2

Re: XML error while invoking a service

2001-07-26 Thread Jim Hazen
Tripple check your client and TcpTunnel setup. I've seen problems with TcpTunnel not flushing output to a waiting client, but never seen things work via TcpTunnel and not work on a regular client. There has always been a misconfiguration in either the TcpTunnel or the client. So make sure your

Re: XML error while invoking a service

2001-07-26 Thread Jim Hazen
Use the TCPTunnel tool to see the responce the server is sending. My guess is that your server is sending some sort of HTTP error (500, 404, etc). This error from your web server is not a valid SOAP message and so you'll get this error. This has been my experience with this type of error. -Jim

Re: C++ SOAP Client Program

2001-07-23 Thread Jim Hazen
You may want to give Easysoap a shot.  It includes C++ client API calls.  They're slightly different than the Java calls, but you should be able to figure it out.  They also include test (and source) code to further aid in development. http://sourceforge.net/projects/easysoap/ -Jim   Hi, I have i

Re: Headerentries type

2001-06-14 Thread Jim Hazen
Don't remember exactly, but I think Parameters worked for me.  I always loved the JavaDocs on this as well. :) -Jim Does anybody know what type of object the Vector that goes into the Header.setHeaderEntries(java.util.Vector v) expects?

Is the ServicesStore initArg used anymore?

2001-05-31 Thread Jim Hazen
I find that when change my server with the following properties that the router still looks for a file called "DeployedServices.ds": weblogic.httpd.register.internsvcs/v10router=org.apache.soap.server.http.RPCRouterServlet weblogic.httpd.initArgs.internsvcs/v10router=ServicesStore=v10DeployedSer

Re: Error running addressbook sample in SOAP 2.2

2001-05-30 Thread Jim Hazen
Make sure the soap 2.2 dir (with samples ) is located in your app servers classpath. -Jim > I am getting this error when executing > C:\Java\soap2.2>java samples.addressbook.GetAllListings > http://localhost:8080/soap/servlet/rpcrouter > > Generated fault: > Fault Code = SOAP-ENV:Client >

Re: Bug in RPCRouterServlet doGet() in SOAP 2.2 rc3

2001-05-30 Thread Jim Hazen
lease check to make sure they > > work ok for you now. > > > > Thanks, > > -Matt > > > > > -Original Message- > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED]]On Behalf Of Jim Hazen > > > Sent: Sunday, May 27, 200

Re: Bug in RPCRouterServlet doGet() in SOAP 2.2 rc3

2001-05-29 Thread Jim Hazen
gt; > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of Jim Hazen > > Sent: Sunday, May 27, 2001 3:30 AM > > To: [EMAIL PROTECTED] > > Subject: Re: Bug in RPCRouterServlet doGet() in SOAP 2.2 rc3 > > > > >

Re: Bug in RPCRouterServlet doGet() in SOAP 2.2 rc3

2001-05-27 Thread Jim Hazen
was committed October 17th, 2000. > > > > That means this code was exactly the same in v2.1 too. I am not > > inclined to changing it at this point .. without knowing why > > it was added. Also, the fact that it was not reported for so > > long means that it must work pre