INCOMPATIBLE RETURN TYPE ERROR - SOAP-2.3

2003-09-15 Thread arvind
Hi, I downloaded soap-bin-2.3.tar.gz, extracted and configured it as per the installation instructions, along with the supporting jar files (activation.jar, mail.jar, xerces.jar, bsf.jar, js.jar). I set the classpath as specified, copy of it is enclosed. Then i copied the 'soap.war' file int

Re: Exception during deployment of SOAP examples using iPlanet application server7

2003-09-15 Thread Scott Nichol
The error is coming from the client side. It is a bug present in the 2.3.1 release version of Apache SOAP, not the nightly build you cite. Did you change your client CLASSPATH to point to the nightly build? The bug occurs when the server does not send a Content-Type header. This typically on

Re: COMProvider issue

2003-09-15 Thread Scott Nichol
The error comes from the native code (C++) part of the COMProvider that is included with Apache SOAP. The specific error means that the COM object could not be created. There are a number of reasons why creation could fail, but I don't know how many different specific error messages there are.

COMProvider issue

2003-09-15 Thread santosh . chinivar
Hi, I am using Apache-SOAP bundled with websphere 4.05 and I am getting the following error with the ComProvider.dll (I have a third party COM object on the server side). COMProvider: native code exception:[SOAPException: faultCode=SOAP-ENV:Server; msg=Failed to create instance and interfac

Exception during deployment of SOAP examples using iPlanet application server7

2003-09-15 Thread Joshi Pravin
Hi, I am using SOAP2.3.1(04-Sep-2003 07:06 build) with iPlanet application server7 on Solaris platform. Deployment of soap.war was successful. However, when I try to deploy soap examples, I am getting java.lang.NullPointerException. Here is the output of testit.sh script. The URL in use if htt