Re: Some help needed on SOAP

2004-07-01 Thread Scott Nichol
The problem is that the MS SOAP Toolkit client is not specifying the XML Schema type of the batchId parameter. If you are using the low-level API, this is easy to fix in the client code. See http://www.scottnichol.com/vbclientapachesoap.htm. If you are using the high-level API, you must change

Re: faultCode=SOAP-ENV:Server.Exception:

2004-07-01 Thread Scott Nichol
Oh, I see that the readme.htm in the samples/com directory explains that the directory containing COMProvider.dll must be in the system PATH. If you only pointed your path the the sample DLLs (which is unnecessary since they are loaded by COM), you can probably get things running by stopping To

Re: faultCode=SOAP-ENV:Server.Exception:

2004-07-01 Thread Scott Nichol
You probably do not have COMProvider.dll in the right place. Apache SOAP does not put it there for you, and I don't see any instructions for it. In soap-2_3_1\lib, you will find COMProvider.dll. It must be copied to %CATALINA_HOME%/webapps/soap/WEB-INF/classes/org/apache/soap/providers/com. Y

Re: Connect MS-SOAP to Apache SOAP End Point

2004-07-01 Thread Scott Nichol
While you would have to mentally translate VB to VC++, I have pages on using the MS SOAP Toolkit low-level API (http://www.scottnichol.com/vbclientapachesoap.htm) and high-level API (http://www.scottnichol.com/vbclienthiapachesoap.htm) in clients for Apache SOAP services. Scott Nichol Do not s

Axis C++ 1.2 beta is released

2004-07-01 Thread axis cpp
Hi All,The Apache Axis C++ team would like to announce the release of Axis c++ 1.2beta. The binary and source distributions can be downloaded fromhttp://ws.apache.org/axis/cpp/download.htmlThis releaes includes bug fixes from Axis C++ 1.2 alpha and the following features. Transport abstraction a

Connect MS-SOAP to Apache SOAP End Point

2004-07-01 Thread arvind
  Hi, I wish to know whether it is possible to connect a vc++ code using MS-SOap to a service say urn:calc deployed on http://123.123.123.12:8080/soap/servlet/rpcrouter. Can any one please help me in this regard. Thank you Arvind ARVIND

faultCode=SOAP-ENV:Server.Exception:

2004-07-01 Thread arvind
  Hi, I tried to execute the COM example that comes with Apache SOAP. I set the PATH of my WIN2K to the lib of Apache containing the DLLs APACHEADDER.DLL and APACHESUM.DLL. Then i started the Tomcat webserver. Then i registered the dlls and deployed the services using rundemo deploy. It succes