RE: How does apache soap deal with multiple requests?

2001-11-01 Thread Bono, Chris
-Original Message- From: Bono, Chris [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 10:57 AM To: '[EMAIL PROTECTED]' Subject: RE: How does apache soap deal with multiple requests? It seems reasonable to believe that a web service will have more than one request at a time. My

Custom Service class (loading providers)

2001-10-30 Thread Bono, Chris
In RPCRouterServlet.doPost() the provider is loaded as shown below: snip Provider provider; if ( dd.getProviderType() == DeploymentDescriptor.PROVIDER_JAVA ) { // Handle Java based services provider = new org.apache.soap.providers.RPCJavaProvider(); } else

RE: Custom Service class (loading providers)

2001-10-30 Thread Bono, Chris
I just noticed that ServerUtils.loadProvider actually uses the DeploymentDescriptor.getServiceClass() to get the actual provider to load. Shouldn't it use DeploymentDescriptor.getProviderClass()??? It should be the service class that loads the providers. -Original Message- From: Bono

RE: interoperating between Apache and Idoox

2001-10-10 Thread Bono, Chris
I just got through intergrating MSSoap client side with our apache soap server. If you use the TcpTunnelGui you can watch the xml messages go back and forth. What I did was to make a request from the apache soap client and snipped the results out of the tunnel gui. Then I made a request from

RE: ms soap -- apache soap

2001-10-08 Thread Bono, Chris
Thanks a million Richard. You da man! I suppose further inspection of the MS Soap API would have the SOAPAttribute method. I know very little C++ and this is all new to me. Thanks again for your help. Chris -Original Message- From: Hansen, Richard [mailto:[EMAIL PROTECTED]] Sent:

ms soap -- apache soap

2001-10-05 Thread Bono, Chris
We have been running an java apache soap client to a java apache soap server successfully since it was owned by IBM. :-) Well know we have a client that is a C++ shop and I have to write a C++ soap client. Well, not write one, but use one. I have chosen the MS Soap Toolkit. Without getting