Registering objects

2001-11-28 Thread Henrik Plate
Hi! I'm trying to write some SOAP-Adapters for an existing Tomcat webapp. For this purpose I'd like to make some of it's objects available with Apache SOAP. And that's, where the problems arise... Normally all registered services are in the same webapp-context as Apache SOAP (aren't they?).

Re: Registering objects

2001-11-28 Thread Daniel . Wolff
Hi Henrik, could you please tell me what you mean with registered objects or what are registered objects. I don´t understand it. thx de.we. SinnerSchrader Deutschland GmbH Communication Technology mailto:[EMAIL PROTECTED]

Re: Authenticating SOAP Messages

2001-11-28 Thread P Sreenivasa Rao
HI Peter, Thank you for your immediate and eloberate reply.I'll try and get back to you. Have a nice time, with best regards, Sreenivas P - Original Message - From: Fuhrmann Peter [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 28, 2001 12:40 AM Subject: AW:

Re: Running soap samples on iplanet

2001-11-28 Thread Rakesh Garishakurthi
Hi, This may occur if you are trying to access method which has not been mentioned in the DeploymentDescriptor.xml. Please double check the method name. Thanks, Rakesh, V.Sundaresan wrote: hi all, I got a prblem when tried to run the sample application address against iplanet server .

Re: List Archives

2001-11-28 Thread Lee J. Willwerth
http://marc.theaimsgroup.com/?l=soap-userr=1w=2 Weei Jye Chay wrote: Hi, I've lost the link to this list's archives. Can anyone send it to me? Thanks. -- Regards, Lee J. Willwerth Redsea Works Co. 1-888-891-5707 begin:vcard n:Willwerth;Lee tel;cell:1-248-770-9161

Validation of the response

2001-11-28 Thread Daniel . Wolff
Hi Does anybody know how to validate the response from a service against a xml-schema? I´m using Apache SOAP Api 2.2 and Resin from Caucho thx daniel SinnerSchrader Deutschland GmbH Communication Technology mailto:[EMAIL PROTECTED]

Re: Validation of the response

2001-11-28 Thread P Sreenivasa Rao
You van xerces api to validate against a schema. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, November 28, 2001 7:48 AM Subject: Validation of the response Hi Does anybody know how to validate the response

using IBM Web Service Tool Kit(wstk2.4) with tomcat4.0/soap2.2

2001-11-28 Thread Sandy Liu
Hi, I installed Tomcat 4.0 along with Apache Soap 2.2. Everything was working fine. Recently, I installed the IBM web service tool kit (wstk2.4) and I had a hard time to get it working right. Is there anyone had this experience before? Here's the instruction I followed, which is given by an

Re: MS Soap Toolkit Question

2001-11-28 Thread Carlos Vinueza M.
Check this sample, is really useful: We implement a solution which uses MS Toolkit in VBA code for an Excel worksheet, this one sends data to an Apache SOAP service. It works fine. http://marc.theaimsgroup.com/?l=soap-userm=98683038702626w=2 Regards Jared Peterson wrote: I am curious as to

RE: Re: MS Soap Toolkit Question

2001-11-28 Thread greyson . smith
Nice post. Has anyone verified that these tweeks make any difference? I've had interop success without making the changes noted in the google post. Chuck.King@ub

calling stateless EJB via SOAP

2001-11-28 Thread Winkler Lisa-P29719
I found the following post on the archives and was wondering if there was any resolution. I am having exactly the same problem. I'm sure it's a classpath problem but I don't know where I could put my ejb jar to make SOAP happy. I even tried stuffing it in the soap.war that is deployed in

RE:NoSuchMethodError while compiling a simple soap client

2001-11-28 Thread Rino Srivastava
Hi there: I am trying to run your HelloServer.java and Client.java programs using soap and java. I get the following error message: Exception in thread main java.lang.NoSuchMethodError at org.apache.soap.util.xml.Qname.initQname.java:80 at org.apache.soap.util.xml.matchesQname.java:146 at

maintaining sessions

2001-11-28 Thread Oleg
Hey everyone, I know this question was asked before, and I am aware that session can be maintained for a call object if application deployed with session scope. However, I wanted to check if any of you guys found good tricks to maintain session over different call objects. Thank you Oleg

Which EncodingStyle to which type

2001-11-28 Thread P Sreenivasa Rao
Hi all, I'm now using Apache Soap toolkit and I'm using Tomcat 3.2.2. Here my requirement is to send the com.sun.xml.tree.XmlDocument as the parameter in both request and response. Simply I'll send the XmlDocument object in request and get XmlDocument object in response. But the