Re: encoding problems solved

2001-11-27 Thread Daniel . Wolff
Hi Hike, can you give me an explanation of your service and of your technical environment. I am interested in very much, because I´m working on my diploma about Web Services Since the October I´m workung at this battlefield ;) and for the diploma I want to implement a Service with JAVA and the

RE: Sending XML Documents using SOAP RPC

2001-11-27 Thread William Brogden
-Original Message- From: Naresh Agarwal [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 27, 2001 12:08 AM To: [EMAIL PROTECTED] Subject: Sending XML Documents using SOAP RPC Hi Can i send XML documents as function parameters using SOAP RPC (not the Document style)

no signature match problems

2001-11-27 Thread Davor Cengija
Hi I recently started with SOAP and I'm already in deep problems :-) In short: {mandrake}[classes]$ java org.apache.soap.server.ServiceManagerClient http://localhost:2507/mysoap/servlet/msgrouter list Ouch, the call failed: Fault Code = SOAP-ENV:Server

RE: Sending XML Documents using SOAP RPC

2001-11-27 Thread Chuck . King
Naresh, Yes you can by doing a 64bit encoding. Chuck -Original Message- From: naresh.ka Sent: Tuesday, November 27, 2001 12:08 AM To: soap-user Cc: naresh.ka Subject: Sending XML Documents using SOAP RPC Hi Can i send XML documents as function parameters using SOAP RPC (not the

error message is broken pipe

2001-11-27 Thread
I have installed Apache, Tomcat3.2.4, Javamail, Jaf, jdk, soap according to the instructions on http://xml.apache.org/soap/docs/index.html. I can get the page which is " SOAP (RPC|Message) Router Sorry, I don't speak via HTTP GET- you have to use HTTP POST to talk to me. "

.NET Service Apache Soap and Axis clients

2001-11-27 Thread Adam.Leggett
Hi all, After a successful investigation of MS SOAP and Apache SOAP interop a few months back ive now been charged with interop between .NET Beta2 and Apache SOAP 2_2. Im also looking the Alpha of the much promised AXIS. Could someone on the group give me a quick refresh (or point to a

Re: .NET Service Apache Soap and Axis clients

2001-11-27 Thread Sam Ruby
Adam Leggett wrote: Could someone on the group give me a quick refresh (or point to a resource) that deals with any iterop issues here. http://www.whitemesa.com/interop.htm http://www.apache.org/~rubys/ApacheClientInterop.html These contain actual results, updated frequently of running the

building the xml

2001-11-27 Thread Daniel . Wolff
Hi, this is a snippet from the response from my service. (the first node) Catalog xmlns:ns2=http://www.sinnerschrader.com/ns; xsi:type =ns2:Catalog ... /Catalog Is ist possible to set it up like the following. Catalog xmlns=http://www.my.com/ns;

Validation of XML parameters?

2001-11-27 Thread Fuhrmann Peter
Hi I would like to tranfer XML documents via SOAP rpc (as Element parameter like in the addressbook sample) using literal XML encoding style. Is it possible to make SOAP server validate the received document (aginst a DTD or Schema) before calling the service method? How to set up such a

An Installation Question

2001-11-27 Thread Baosong Shan
Hi, I'm a newcomer. And I encountered problems during installation. First I installed RedHat 6.2(everything). Then my apache can work properly. Next I followed the Installation Instructions on the web page: http://xml.apache.org/soap/docs/index.html. Then if I type

RE: An Installation Question

2001-11-27 Thread V.Sundaresan
hi shan, Just remove jaxp.jar from the lib directory, and copy xerces.jar to the same directory. Things will work fine. -sunder -Original Message-From: Baosong Shan [mailto:[EMAIL PROTECTED]]Sent: Wednesday, November 28, 2001 9:39 AMTo: Soap-UserSubject: An Installation

Re: Sending XML Documents using SOAP RPC

2001-11-27 Thread Naresh Agarwal
hi William Yes, just send the root Element and specify Element as the parameter type. I didn't get it completely. How can we send the complete XML document as parameter just by specifying its Root element. Thanks, Regards, Naresh - Original Message - From: William Brogden [EMAIL

Re: An Installation Question

2001-11-27 Thread Baosong Shan
Dear sunder, I'm very grateful for your help! But unfortunately, it doesn't work. :( I would like to tell you my problem in detail: 1. I installed jdk1.3, soap 2.2, javamail 1.2, jaf 1.1.1, Since I'm a newcomer, I have many questions. First, after I installed jdk1.3, java and

Re: Empty Vector Returned

2001-11-27 Thread Chris Orloff
Chris, Thanks for the reply. I discovered what the problem was. You were right. The vector was being returned empty. I was populating it from a database. My SQL statement was incorrect. I fixed it and recompiled the service. However, I kept getting an empty vector. When I restarted Apache and

Authenticating SOAP Messages

2001-11-27 Thread P Sreenivasa Rao
Hi all, 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,