Tomcat 4.01 & SOAP 2.2 message-style services

2001-11-16 Thread Chris Malley
I'm been using Apache SOAP 2.2 with Tomcat 3.2.3. I recently upgraded to Tomcat 4.0.1 and my SOAP message-style services have stopped working. RPC-style services still work fine, so I'm confident that I'm installing my jar files in the correct place (ie, $CATALINA_HOME/lib). Has anyone else exp

Classpath again

2001-11-16 Thread Sebastien Boving
Hi, I've seen some messages on this issue, but still have some other questions regarding it. I use Tomcat 3.2.2 with Apache SOAP 2.2, and, as other people mentionned, the CLASSPATH used when looking up providing classes seems to be the classpath that was set when Tomcat was started, NOT includin

BeanSerializer with JDK 1.4

2001-11-16 Thread Dave Dunkin
Title: BeanSerializer with JDK 1.4 I came across a problem with the other day that I haven't seen documented anywhere. It's not really an Apache SOAP bug, but I can't reproduce it any other way. I'm using Apache SOAP 2.2, Tomcat 3.2.3, and JDK 1.4.0-beta3. BeanSerializer fails to deserializ

Re: WSIF bad jar file.

2001-11-16 Thread Sanjiva Weerawarana
Hi Mark, Were you able to fix the problem? If not let me know and we can try sending you the jar directly. Sanjiva. - Original Message - From: "Mark Swanson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 16, 2001 3:41 AM Subject: WSIF bad jar file. > Does anyone e

Re: WSIF bad jar file.

2001-11-16 Thread Heitzso
Mark Swanson wrote: >Does anyone else get this when they `jar xvf wsif-all-1.0.jar` ? > >I'm trying to use the IBM WSIF package found: >http://alphaworks.ibm.com/tech/wsif > >Thanks. > >extracted: com/ibm/wsif/WSIFStaticPortFactory.class > created: com/ >java.util.zip.ZipException: invalid store

SoapAction attribute in WSDL

2001-11-16 Thread Naresh Agarwal
Hi In the binding element of WSDL, there is SoapAction attribute in the operation element. Now if a Soap Client *IN ANY SOAP IMPLEMENTATION* is written using above WSDL file , then *is it necessary* that Soap request would always contain the *SoapActio

RE: Parameters types

2001-11-16 Thread Eric Hsiung
This works for me: params.addElement(new Parameter("foo", Integer.class, new Integer(foo), null)); Eric -Original Message- From: Jeremy Levy [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 15, 2001 5:29 PM To: [EMAIL PROTECTED] Subject: Parameters types Okay, I am very new to SOA

Handling of null values by Apache SOAP

2001-11-16 Thread Porter, Nigel
Hi, I'm having problems integrating an Apache SOAP client with a number of SOAP-enabled application servers. The problem is the way Apache SOAP appears to handle NULL values, in that it attaches the xsi:null="true" attribute to the appropriate element. I have looked at http://www.w3.org/TR/SOA

weblogic6.1 exception

2001-11-16 Thread tgerber
This is some more information on the Weblogic6.1 NullPointerException bug, reported by Tony Yip (see http://marc.theaimsgroup.com/?l=soap-user&m=100470865507174&w=2). I discovered that only an Apache Soap client seems to provoke the exception on the server. Other clients, like the Borland Soap co