soap over jms

2005-01-11 Thread Lubomir ILanovsky
Hi all, does anybody know where I can find some 'ready to deploy' and well commented examples on soap over jms? (not the one included in axis) deeper tutorial on this topic would be also very appreciated :) thank you very much lubo

SOAP over JMS with Attachments - How do we specify the targetService?

2004-11-22 Thread Rajal Shah
How do I set the targetService when doing SOAP/JMS with Attachments? Ive use the call.setTargetEndPointAddress(http://localhost..) note the http even though Im using the jms transport but it doesnt seem to work.. faultString: The AXIS engine could not find a target service to invoke!

Soap over JMS question

2004-03-01 Thread Saurabh Alurkar
Hello all, I am facing a problem deploying SOAP over JMS and hope that somebody can provide some tip. I am using openJMS and Axis for asynchronous calling of web services., I use a JMS sender to send the message to the queue. I have a JMS listener that retrieves the SOAP msg from the queue

Re: SOAP over JMS

2003-06-16 Thread
Hi 1. You can test SOAP over JMS with Axis1.0 or latter; 2. You may start your test with the JMS sample wrapped in Axis1.1. From: DESMOULINS Charles OCISI <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: SOAP over JMS Date: Mon, 16 Jun 2003 17:21:23

RE: SOAP over JMS Deploying Services

2003-03-12 Thread Brian Dillon (ext. 944)
with the org.apache.axis.client.Call object before I invoke the service ? Thanks, Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 12 March 2003 02:55 To: [EMAIL PROTECTED] Subject: RE: SOAP over JMS Deploying Services A few questions ... 1. Did you manage to see the target service name

RE: SOAP over JMS Deploying Services

2003-03-12 Thread Brian Dillon (ext. 944)
but not with SOAP over JMS. Thanks for you're help, Brian. -Original Message- From: Brian Dillon (ext. 944) [mailto:[EMAIL PROTECTED] Sent: 12 March 2003 09:11 To: '[EMAIL PROTECTED]' Subject: RE: SOAP over JMS Deploying Services Hi, The print statements don't give me any service name

RE: SOAP over JMS Deploying Services

2003-03-11 Thread Brian Dillon (ext. 944)
: RE: SOAP over JMS Deploying Services Hi Brian, This is the code that i used at the JMS client side, Call call = (org.apache.axis.client.Call) service.createCall(); call.setProperty(JMSConstants.DESTINATION, queue/AXIS); call.setProperty(JMSConstants.WAIT_FOR_RESPONSE, Boolean.FALSE

RE: SOAP over JMS Deploying Services

2003-03-11 Thread beoh
/applicationDetails/RequestCo ntext/multiRef /soapenv:Body /soapenv:Envelope -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 10 March 2003 03:21 To: [EMAIL PROTECTED] Subject: RE: SOAP over JMS Deploying Services Hi Brian, This is the code that i used at the JMS

RE: SOAP over JMS Deploying Services

2003-03-11 Thread beoh
Sent: 10 March 2003 03:21 To: [EMAIL PROTECTED] Subject: RE: SOAP over JMS Deploying Services Hi Brian, This is the code that i used at the JMS client side, Call call = (org.apache.axis.client.Call) service.createCall(); call.setProperty(JMSConstants.DESTINATION, queue/AXIS

RE: SOAP over JMS Deploying Services

2003-03-09 Thread beoh
- From: Oliver Adler [mailto:[EMAIL PROTECTED] Sent: 06 March 2003 09:01 To: [EMAIL PROTECTED] Subject: AW: SOAP over JMS Deploying Services Hi Brian, it depends if you use document style services or rpc style. For document style services is no common way to specify the service to which axis

SOAP over JMS Deploying Services

2003-03-06 Thread Brian Dillon (ext. 944)
Hi, In order to get a SOAP service working with JMS I need to create a JMS listener which initialises an AxisServer and then calls invoke witht the JMS message wrapped in an Axis message. Is this correct ? How do I then deploy a SOAP service so that this AxisServer knows where to route the

AW: SOAP over JMS Deploying Services

2003-03-06 Thread Oliver Adler
-Ursprüngliche Nachricht- Von: Brian Dillon (ext. 944) [mailto:[EMAIL PROTECTED] Gesendet: Do 06.03.2003 9.43 Uhr An: '[EMAIL PROTECTED]' Cc: Betreff: SOAP over JMS Deploying Services

RE: SOAP over JMS Deploying Services

2003-03-06 Thread Brian Dillon (ext. 944)
the endPoint be for JMS, or should I be creatingthe client.Call object competely differently ? Thanks, Brian -Original Message-From: Oliver Adler [mailto:[EMAIL PROTECTED]Sent: 06 March 2003 09:01To: [EMAIL PROTECTED]Subject: AW: SOAP over JMS Deploying Services Hi Brian

AW: SOAP over JMS Deploying Services

2003-03-06 Thread Oliver Adler
-Ursprüngliche Nachricht- Von: Brian Dillon (ext. 944) [mailto:[EMAIL PROTECTED] Gesendet: Do 06.03.2003 13.03 Uhr An: '[EMAIL PROTECTED]' Cc: Betreff: RE: SOAP over JMS Deploying Services Oliver, When invoking a http service