SOAP Messaging

2004-03-03 Thread jagannath
Hi, Are there any plans of implementing SOAP 1.2 Messaging in Axis 1.2 or other releases. Thanks, Jagannath

Re: Issue with SOAP messaging with JMS

2003-05-27 Thread Mitchell Horowitz
AIL PROTECTED]> wrote: Hello All, As Axis is providing API or samples for JMS transport service with SOAP. But I have a query. To get the web service using Axis with JMS, client should be in java. But I want to provide web service which can handle Asynchronous SOAP messaging with any Applicati

re: Issue with SOAP messaging with JMS

2003-05-27 Thread Francis Ho -- Sun Enterprise Architecture
amples for JMS transport service with SOAP. But I have a query. To get the web service using Axis with JMS, client should be in java. But I want to provide web service which can handle Asynchronous SOAP messaging with any Applications as clients. These applications might be implemented in .NET, ja

Issue with SOAP messaging with JMS.

2003-05-27 Thread Niket Anand
Hello All, As Axis is providing API or samples for JMS transport service with SOAP. But I have a query.   To get the web service using Axis with JMS, client should be in java. But I want to provide web service which can handle Asynchronous SOAP messaging with any Applications as clients

RE: Problems calling SOAP messaging via Axis

2002-10-25 Thread Tom Jordahl
-Original Message- From: David Orriss Jr [mailto:dave@;davenet.net] Sent: Thursday, October 17, 2002 5:50 PM To: [EMAIL PROTECTED] Subject: Re: Problems calling SOAP messaging via Axis I found the problem. Short answer: The TestMsg code that comes with Axis is junk. It will work *only

Re: Problems calling SOAP messaging via Axis

2002-10-18 Thread David Orriss Jr
I found the problem. Short answer: The TestMsg code that comes with Axis is junk. It will work *only* if there is one method on a service class. I assume that this is because if you specify the wrong procedure name (like TestMsg does) that Axis will be kind, assume you're just stupid, and will t

Problems calling SOAP messaging via Axis

2002-10-16 Thread David Orriss Jr
I'm using the code that is described in the User's Guide for putting a message service on Axis and then I call it with the TestMsg.java program. The basic program works fine. However, I want to add the following to the MessageService.java program: public class MessageService { /** * Se

Re: SOAP messaging

2002-09-22 Thread Gregor Kovaè
ist-unsubscribe: <mailto:[EMAIL PROTECTED]> > >list-post: <mailto:[EMAIL PROTECTED]> > >Delivered-To: mailing list [EMAIL PROTECTED] > >Date: Fri, 20 Sep 2002 17:27:38 -0400 > >From: Prabhakar Chaganti <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > &g

Re: SOAP messaging

2002-09-22 Thread Sharmin Choksey
ROTECTED] >Date: Fri, 20 Sep 2002 17:27:38 -0400 >From: Prabhakar Chaganti <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: SOAP messaging >Mime-Version: 1.0 >Content-Transfer-Encoding: 7bit >X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > >Axis

Re: SOAP messaging

2002-09-20 Thread Prabhakar Chaganti
Axis currently only supports JAXRPC style soap messaging. -prabhakar > P.S.S.: Has Axis support for JAXM or only JAX-RPC? > >

SOAP messaging

2002-09-20 Thread Gregor Kovaè
Hi! I'm sorry to post this again, but I didn't get any reply on my previous messages. So... I'm trying to write a service and a client that would exchange XML documents. On AXIS' web page there is a User's Guide talking about Axis three types of methods on the service side that can be used fo

SOAP Messaging - call fails

2002-07-23 Thread zze-BARRAUD Jean stagiaire FTRD/DMI/CAE
Title: SOAP Messaging - call fails Hi, I'm trying to make 2 applications communicate via ebXML MS. I've got the following code running in the doGet() method of a servlet: *** MessageFactory mf = MessageFactory.newInstance(); SOAPM

RE: SOAP Messaging - SOAPConnection call failes

2002-06-27 Thread Wimmer, Matthias
ps. Matthias Wimmer -Original Message- From: Kevin Sebastian [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 5:16 PM To: [EMAIL PROTECTED] Subject: SOAP Messaging - SOAPConnection call failes Hi, I have a servlet running on Tomcat which returns a SOAP message from its doPost

SOAP Messaging - SOAPConnection call failes

2002-06-26 Thread Kevin Sebastian
Hi, I have a servlet running on Tomcat which returns a SOAP message from its doPost() method. I am trying to connect to the servlet using the point to point request-response messaging mechanism. I have written a java client for this. The problem I face is, that the client connects to the servle

RE: soap messaging question

2002-06-13 Thread Wimmer, Matthias
nv ); best regards Matthias Wimmer -Original Message- From: Sunil Tripathy [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 7:58 PM To: [EMAIL PROTECTED] Subject: soap messaging question Hi, I am using Apache Soap/Axis to write a web service. I am using soap messaging to

soap messaging question

2002-06-13 Thread Sunil Tripathy
Hi, I am using Apache Soap/Axis to write a web service. I am using soap messaging to send a message to the service using soap message router. I want to construct the soap message dynamically using java/xml. The message will also have some documents as binary data (using base64 encoding). I want

SOAP messaging and attachments

2002-03-08 Thread Frank van Lingen
I used the message example in the nightly build to create my own message application (creating soap body elements and putting them in the call.invoke method). To add attachments to it, I use the method addAttachmentPart from the call function. I was wondering if this is how SOAP messaging with

using attachments and SOAP messaging (how to do?)

2002-03-07 Thread Frank van Lingen
I was looking at the message example of the nightbuild of 5-3. The example creates some SOAPBodyelements and sends it to the service. Instead of SOAPBodyelements I would like to send messages. I found the message object in the API doc. How do I use it on the client and service side? Also I want

Re: SOAP Messaging with Axis

2002-03-01 Thread Stan Jordan
Click here and search for 'axis messaging'.   http://marc.theaimsgroup.com/?l=axis-user&r=1&w=2 - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 01, 2002 5:52 AM Subject: SOAP Messaging with Axis Hi, How does S

SOAP Messaging with Axis

2002-03-01 Thread joost . den . boer
Hi, How does SOAP Messaging work with Axis ? With method is called and how do I deploy such a service ? Cheers, Joost