soap-user.xml.apache.org
(
List home) (
Recent threads) (
48 other Apache XML lists)
Subscription Options
- RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
- Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe (we seem to have lost it) address with "subscribe" in the subject line.
- This list contains about 13,580 messages, beginning Mar 2001
- This list doesn't seem to be active
soap-user.xml.apache.org
December 2001 - page 1
Christian_Seifert — 100716827501 Dec 2001
Hi, I would like to utilize the BeanSerializer to serialize java beans to xml. Preferably I would not like to add a deployment descriptor for each dif...
Wilkins, Craig — 100716990101 Dec 2001
Yes, the rpcrouter does parse the entire message into DOM. I believe that it uses the DocumentBuilder. Could it be parsing your XML String into DOM an...
Sam Ruby — 100718125901 Dec 2001
In fact, XML Soap 2.x does convert the XML into a DOM in order to process it. Axis (http://xml.apache.org/axis/index.html) does not. While the perform...
jhkim — 100720116301 Dec 2001
tes...
Ian Walker — 100730982802 Dec 2001
In my server-side code, I want to extract fields from the SOAP header. I understand how to do this from a message-oriented invocation, but not from an...
Naveen Kulkarni — 100735485503 Dec 2001
Hi, This is exactly what u need to do along with you need to define the encoding style as "LITERAL" i mean to say while calling the service ...
Naveen Kulkarni — 100735519803 Dec 2001
Hi, This link will help you <link>http://www.csharphelp.com/archives/archive53....> I hope, but this deals other way with .Net service and ja...
Schweigl, Johann — 100737647803 Dec 2001
I had a similar problem which disallowed an additional encapsulation of parameters - simply because the SOAP requests were already defined by the remo...
Jakub.Valenta — 100737680603 Dec 2001*
Hi, I am just trying to start with SOAP and I would like to know if it is possible to send some XML payload within the SOAP message. I would like to u...
dovle — 100738009203 Dec 2001
Hi all, I have made a service that uses an auxiliary class ( RoomState ) . I have managed to deploy it on the server but when I try to access a method...
Grabner Michael — 100738071203 Dec 2001
Hi! I have spend quite a long time until the example addressbook worked (Tomcat,Apache-Soap). However, now I have the intention to expand the example....
Rino Srivastava — 100738744403 Dec 2001
Hi: Can someone tell me how you invoke more than one method on the soap server? Thanks. Rino...
Rino Srivastava — 100739015103 Dec 2001*
Hi everyone: Can someone suggest how I can invoke multiple methods on the soap server. An example would be very helpful. Thanks. Rino...
Rino Srivastava — 100739043703 Dec 2001
Hi Ian: Yes, I do mean method mutiple calls in a single request. Can you send me an example? Thanks. Rino -Original Message- From: Ian Snead [mailto:]...
Rino Srivastava — 100739146203 Dec 2001
Hi Ian: I'm sorry, my sentence was a little jumbled up, so I am sending another email. Yes, I do mean mutiple method calls in a single request. C...
Tim Bertrand — 100739185603 Dec 2001
Hi Jakub,We've a number of examples of attaching payloads on to SOAP messages. The easiest way to do this is using SwA (SOAP with Attachments).Yo...
boehme — 100740811603 Dec 2001
I've been looking at this problem, and the time spent seems to mostly be the character transformation of the string. --Richard--- End of forwarde...
Daniel.Wolff — 100740944303 Dec 2001*
Hi soap users ;) I wrote a simple service to hand out a product catalog by using a rpc oriented client. Now I ´m writing a message oriented client wh...
Sanders, Corey — 100740963903 Dec 2001
The headerEntries and bodyEntries vectors should both contain org.w3c.dom.Element objects. -- Corey -Original Message- From: [mailto:] Sent: Monday, D...
Senthil_M_Kumar — 100741683603 Dec 2001
Hi, I had an applet which is a soap client... I am not to create call object in my applet... I got null pointer exception... after the code Call call ...
Ryan Winkler — 100741913603 Dec 2001
Try having SOAP call a method with either Java's reflection classes or with a big switch statement that calls other methods. -Original Message- F...
Sanders, Corey — 100741967803 Dec 2001
Ok, thanks. That fixed my problem. I underestimated the number of dependencies needed to build the SOAP 2.2 source code. I know this is listed in the ...
Lucas Gonze — 100742007203 Dec 2001*
Using soap-2_2/lib/soap.jar and invoking SMTP2HTTPBridge, I get the following error: java -classpath C:/src/mandingo/lib/soap-2_2/lib/soap.jar org.apa...
Jared Peterson — 100742177803 Dec 2001
I know that I should direct this type of question to the Tomcat list but I thought that I would send it to this list as well. Does anyone know what ty...
Sanders, Corey — 100743484104 Dec 2001*
Here is a somewhat related question. My Javamail package (Javamail 1.2 from javasoft) has mail.jar and pop3.jar, but the package structure is these ja...
Xiao Juguang — 100744997304 Dec 2001
Hi, all. Any of you would like to tell where and how to set action URN of one method, in deployment describer, for message-oriented service? Thanks in...
Emilio Belmonte — 100745842004 Dec 2001
Put your application/applet jar file at the end of the list. Assuming that CatalogServer.jar is the applet, the "archive" parameter should b...
Milburn, Christopher FIL — 100746607104 Dec 2001*
Why can I return an 'Object' array from my soap server but not an 'Object' ie This works ok...public Object[] processCommand( Stri...
Rino Srivastava — 100747455904 Dec 2001*
Please help!!!! Can somone suggest me how i can call multiple methods in a single soap request. A link to an example or tutorial to demonstrate the ab...
Rino Srivastava — 100747490104 Dec 2001
Smeone suggested that I should try using Java's reflection classes. I have to check this out. Rino -Original Message- From: Sanjiva Weerawarana [...
Daniel.Wolff — 100747511604 Dec 2001
Hi, I´m looking for a more complex example for a message oriented service like this from Apache SOAP. I would like to find some code examples which s...
Doug Davis — 100747539804 Dec 2001
Not that I want to open this can of worms again.... :-) but, SOAP 1.1 doesn't say that it doesn't support boxcarring just that it is outside...
Rino Srivastava — 100747593104 Dec 2001
Do you mean to say that it is o.k. to use boxcarring technique, Doug? Rino -Original Message- From: Doug Davis [mailto:] Sent: Tuesday, December 04, 2...
Doug Davis — 100747614804 Dec 2001
Yes as long as both sides know what that means. By that I mean what happens if the 2nd method fails - does the 1st one get rolled back - how is the fa...
Rino Srivastava — 100747774904 Dec 2001
Check the following url for a comprehensive example on apache-soap and java: http://www.javaworld.com/javaworld/jw-04-2001... Cheers! Rino -Original M...
Rino Srivastava — 100747775204 Dec 2001
I'll have to check boxcarring out. Rino -Original Message- From: Doug Davis [mailto:] Sent: Tuesday, December 04, 2001 8:17 AM To: Subject: Re: R...
Senthil_M_Kumar — 100747811504 Dec 2001
I tried putting CatalogServer.jar at the end... Still I had the same problem, a null pointer exception when creating Call object (by the way i am usin...
Sam Ruby — 100747941304 Dec 2001
You can find interop test results between two different Apache SOAP implementations and three different Microsoft SOAP implementations (one of which c...
Emilio Belmonte — 100748234604 Dec 2001
I used soap2.2 and tomcat 4.0.1 I used one of the samples (stockquote) that come with the soap distribution (see GetQuote.java). The only thing I have...
PJ Murray — 100748501304 Dec 2001
Hi Rino, Some of the basic benefits are: -Just about any client-side programming language can be use. This means that you can build SOAP requests into...
Rino Srivastava — 100748514304 Dec 2001
Thanks for the info. Rino -Original Message- From: PJ Murray [mailto:] Sent: Tuesday, December 04, 2001 11:03 AM To: 'soap-user@xml.apache.org...
Rino Srivastava — 100748538604 Dec 2001*
Can someone tell me why one should use soap instead of using JSP? Thanks. Rino...
Senthil_M_Kumar — 100748619004 Dec 2001
Still it is giving me the same null pointer exception.. I am now trying to use jaxp and crimson.jar instead of xerces.. Thanks Emilio for your help. I...
Rino Srivastava — 100748636004 Dec 2001
Thanks for the links, Carlos.Rino -Original Message- From: Carlos Vinueza M. [mailto:] Sent: Tuesday, December 04, 2001 10:58 AM To: Subject: Re: RE s...
Vinod Soni — 100748765704 Dec 2001*
Can someone tell me if there is any incompatibility issue between Apache SOAP and Microsoft SOAP ? I am using Apache SOAP Client with Microsoft SOAP S...
Rino Srivastava — 100748826404 Dec 2001
I agree with you Pae.Rino -Original Message- From: Pae Choi [mailto:] Sent: Tuesday, December 04, 2001 11:50 AM To: Subject: Re: Check the FAQ and som...
Hansen, Richard — 100748831404 Dec 2001
Too bad the list doesn't add a footer to every message listing the url for the FAQ pages.Rick Hansen...
Carlos Vinueza M. — 100748899904 Dec 2001*
Hi friends: In the last two weeks a lot of newby questions arrived to the list, and a lot of them've been answered before. So please for the new ...
Dan Polivy — 100750519404 Dec 2001
Hello, I was wondering if anyone had experience with the following setup: I have an application which has various "subsystems" which are ser...
Joe Desbonnet — 100751234005 Dec 2001*
I presume its possible to add a (binary) attachment to a SOAP response (?). If so how does one go about doing this with the Java Apache SOAP API? I ca...
Next page