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

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. at org.apache.soap.util.xml.matches at org.apache.soap.Envelop.unmarshall

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 Tom

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

RE: Re: MS Soap Toolkit Question

2001-11-28 Thread Chuck . King
Regarding the original question regarding Apache and MS SOAP interoperability, there are differences that are currently being worked out between Apache and MS. One 'tweek' is with the WSDL generated by the IBM WSTK and what is needed by a MS client. Check out http://groups.google.com/groups?

Setting A Cookie on A Soap Request

2001-11-28 Thread Brian KONDALSKI
When a client sends in it's Soap request I want to be able to set a cookie (or any header) on the request. I have found in the archives sample code that extends the 2.1 SOAPHTTPConnection class by adding a setHeader() method and overriding the send() method. This sample implied that later versio

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-user&m=98683038702626&w=2 Regards Jared Peterson wrote: > I am curious as t

Re: MS Soap Toolkit Question

2001-11-28 Thread greyson . smith
I have been able to use a vb client with Apache SOAP, so I imagine C++ works, as well. I have a demo that someone gave the list one time, drop me a line if you'd like it. It's in VB, but it should help.

MS Soap Toolkit Question

2001-11-28 Thread Jared Peterson
I am curious as to whether people have had success with interoperability between Apache SOAP and the MS SOAP toolkit. I have a service that is written using Apache SOAP and I would like to access it from a C++ client using the MS SOAP toolkit. Is this possible and are there any little tricks or

RE: Empty Vector Returned

2001-11-28 Thread greyson . smith
Nope, I've discovered the same to be true, but I would like it if classes reloaded "Chris Means"

RE: Empty Vector Returned

2001-11-28 Thread Chris Means
There is no way to refresh compiled classes loaded via the TomCat .\classes folder, that I'm aware of, other than to restart TomCat itself. I think it would be possible if the classes were loaded via the .\webapps\soap\WEB-INF\classes, but that's not how Apache-SOAP seems to work... Please someo

Re: problem on register user-defined serializer/deserializer.

2001-11-28 Thread Daniel . Wolff
Hi, I had sometimes the same problem and again today. So the problem could be, that the namespace uri in the DeploymentDescriptor file in the Serializer Mapping section http://schemas.xmlsoap.org/soap/encoding/"; xmlns:x ="" qname="x:" and in the client class, when you initialize the seriali

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 artic

RE: Help me

2001-11-28 Thread Ragu Sivaraman
Thankx Eric... I found out what the problem was.. Apparently lcp.bat file was missing when i downloaded the binaries I put it back and now it works fine Thankx everyone ragu >From: Eric Hsiung <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subje

message compression using HTTP/1.1 in the Apache SOAP

2001-11-28 Thread Hong Rae Cho
Dear SOAP User. I'm Hong Rae Cho on behalf of Nextel, Inc. of Korea. I have developed a solution using Aapche SOAP 2.2. Aapche Soap was very helpful to our project. But, I have a serious problem. My Client program, programmed with Delphi calls Apache SOAP via Apache HTTP Server. I

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

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] http://www.sin

Re: List Archives

2001-11-28 Thread Lee J. Willwerth
http://marc.theaimsgroup.com/?l=soap-user&r=1&w=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 tel;fax:1-248-

RE: Help me

2001-11-28 Thread Eric Hsiung
> C:\>ant > The system cannot find the path specified. Ant.bat is being found otherwise you would see: C:\>ant 'ant' is not recognized as an internal or external command, operable program or batch file. Perhaps the problem is something that ant.bat is calling. Try editing ant.bat and take

Re: Help me

2001-11-28 Thread Pae Choi
After setting the environment, type "dir %ANT_HOME%\bin" at your command prompt, e.g., c:\>. Do you see the directory list containing the "ant.bat" file? Pae - Original Message - From: "Ragu Sivaraman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 28, 2001 6:02

Help me

2001-11-28 Thread Ragu Sivaraman
It is a very trivial question.. I apologize before hand... I am unable to set ANT tool on windows2000 systems path Every other tool works properly from the systems path including javac I did the following: set ANT_HOME=C:\ant set path=%PATH%;%ANT_HOME%\bin But when i type C:\>ant The system can

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: FW: .NET Service Apache Soap and Axis clients

2001-11-28 Thread Sam Ruby
Adam Leggett wrote: > > My MS colleague is auto-generating WSDL from his deployed C# class. > > When comparing the base interop WSDL with my colleagues, it appears that > 'our' WSDL defines all parameters to all methods as complex types Have your MS colleague change his .asmx file. Where it curr

Running soap samples on iplanet

2001-11-28 Thread V.Sundaresan
hi all, I got a prblem when tried to run the sample application address against iplanet server . the error goes like this Fault Code = SOAP-ENV:Server.Exception: Fault String = try to access method org.apache.soap.server.http.ServerHTTPUtil s.readEnvelopeFromRequest(Ljavax/xml/parsers/Do

RE: .NET Service Apache Soap and Axis clients

2001-11-28 Thread Adam.Leggett
Sam, Thanks for the links I got both Axis and Apache Clients working with the 'base' .NET services. However, maybe u or someone could shed some light on our internal interop test problems. I am talking here about Apache/Axis clients calling .NET service. I know I may be goin over old ground , bu

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 SoapEncodi

problem on register user-defined serializer/deserializer.

2001-11-28 Thread Xiao Juguang
Hi, all. How are you today? I am almost crashed when I tried to fix the problem below. Here is my problem. I create serializer and deserializer for one of my class, Exon. I write mapping code in deployment descriptor and deploy it. I can see the result of deployment via web admin pag

List Archives

2001-11-28 Thread Weei Jye Chay
Hi, I've lost the link to this list's archives. Can anyone send it to me? Thanks.

Re: Authenticating SOAP Messages

2001-11-28 Thread maillist
> In our application, we are able to send the SOAP requests and responses. > But how can I authorise those requests.In our normal scenario, we > authenticate the user with pin/password and then he'll access the > authorised functions.But in this SOAP scenario,whatever request comes, > without aut

Re: Registering objects

2001-11-28 Thread Henrik Plate
Hi Daniel! As far as I understand the examples and the documentation, web services are simple classes. You can deploy them with the web-interface of Apache SOAP (e.g. at http://localhost:8080/soap/admin) or via the command line. In any case the class-files of the web-service must be available

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: Authe

AW: Authenticating SOAP Messages

2001-11-28 Thread Fuhrmann Peter
You can use HTTP authentication, see the following client code snippet: SOAPHTTPConnection connection = new SOAPHTTPConnection(); connection.setMaintainSession( true ); connection.setUserName("user"); connection.setPassword("password"); call.setSOAPTrans

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] http://www.sinnerschrade

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?). I