RE: How do I get SOAP Header contents while using Axis2's ServiceClient

2006-06-14 Thread Scudder, Jeffrey W
lease notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: "Scudder, Jeffrey W" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 14, 2006 1:34 PM Subject: RE: How do I get SOAP Header

RE: How do I get SOAP Header contents while using Axis2's ServiceClient

2006-06-14 Thread Scudder, Jeffrey W
en create an operation client using the created service client - Create Message context - Create SOAPEnvelop by your self - Add that to message context - invoke the service using operation context - using operation client you can get the response message context and response SOAP env

(axis2) Creating an OperationClient from a ServiceClient

2006-06-09 Thread Scudder, Jeffrey W
Hi All, I am trying to use an OperationClient in Axis2 v1.0 so that I can access the SOAP Header in my client software. Deepal suggested I create I use .createClient(QName), but I am at a loss as to what QName to use. What do I provide to createClient to successfully instantiate an OperationClient

RE: [Axis2] MTOM example wsdl generation fails

2006-06-08 Thread Scudder, Jeffrey W
Hi Nadeem,   I was told to change RawXMLINOutMessageReceiver to RPCMessageReceiver in the services.xml file of the service. The RawXMLINOutMessageReceiver is designed to not produce a WSDL.   Hope this helps -Jeff From: Hoda Nadeem [mailto:[EMAIL PROTECTED] Sent: Thursday, June 08, 200

RE: How do I get SOAP Header contents while using Axis2's ServiceClient

2006-06-08 Thread Scudder, Jeffrey W
reate SOAPEnvelop by your self - Add that to message context - invoke the service using operation context - using operation client you can get the response message context and response SOAP envelop too. Scudder, Jeffrey W wrote: >Hi All, > >I am using Axis2 server side to host we

How do I get SOAP Header contents while using Axis2's ServiceClient

2006-06-07 Thread Scudder, Jeffrey W
Hi All, I am using Axis2 server side to host web services and using Rampart to add outflow security. The client software uses the Axis2 bundled libraries but does not run Tomcat. When I use a ServiceClient object to make my request, I get the contents of the SOAP Body, is there a way to retrieve t

RE: Axis 2 example web service fails

2006-06-02 Thread Scudder, Jeffrey W
-- From: Scudder, Jeffrey W Sent: Friday, June 02, 2006 9:37 AM To: axis-user@ws.apache.org Subject: RE: Axis 2 example web service fails Hi Kinichiro, Thank you for the idea, but I'm afraid it made no difference. -Jeff -Original Message- From: Kinichiro Inoguchi [mailto:[EMAIL PROT

RE: Axis 2 example web service fails

2006-06-02 Thread Scudder, Jeffrey W
Hi Kinichiro, Thank you for the idea, but I'm afraid it made no difference. -Jeff -Original Message- From: Kinichiro Inoguchi [mailto:[EMAIL PROTECTED] Sent: Thursday, June 01, 2006 9:37 PM To: axis-user@ws.apache.org Subject: RE: Axis 2 example web service fails Jeff, Seeing your WSD

RE: Axis 2 example web service fails

2006-06-01 Thread Scudder, Jeffrey W
Just to clarify, I am still getting the same error. Changing the namespace as below made no visible impact. -Original Message- From: Scudder, Jeffrey W Sent: Thursday, June 01, 2006 3:55 PM To: 'axis-user@ws.apache.org'; 'Martin Gainty' Subject: RE: Axis 2 examp

RE: Axis 2 example web service fails

2006-06-01 Thread Scudder, Jeffrey W
*** This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the send

RE: Axis 2 example web service fails

2006-06-01 Thread Scudder, Jeffrey W
y () is not namespace qualified. - Junaid "Scudder, Jeffrey W" cc 06/01/2006 01:58 PM Subject Axis 2 example web service fails Please

Axis 2 example web service fails

2006-06-01 Thread Scudder, Jeffrey W
Hello all, I sent out an email a week ago and am resubmitting my question. I am getting an exception in Tomcat when running Axis2 1.0 with the example service from the user's guide. I had previously followed the example for Axis 0.95 and everything worked perfectly. With 1.0 I had to change the li

RE: Buggy .aar deployment

2006-05-25 Thread Scudder, Jeffrey W
he.org Post the stack trace for the 500 error and maybe we can help. The rules changed for displaying a wsdl in the 1.0 release - search the forums with the message for more info. HTH, Robert http://www.braziloutsource.com/ On 5/24/06, Scudder, Jeffrey W < [EM

Buggy .aar deployment

2006-05-24 Thread Scudder, Jeffrey W
Hi all, I had previously deployed a web service as a .aar file in Axis2 version 0.95 and the service broke when I upgraded to 1.0 I rewrote the code for version 1.0 (libraries changed from 0.95 to 1.0) changed services.xml to fit the new example on the Axis2 website, and redeployed the .aar. U

RE: Adding Digital Signatures to all outgoing SOAP envelopes

2006-05-22 Thread Scudder, Jeffrey W
s/windows/keytool.html --- "Scudder, Jeffrey W" <[EMAIL PROTECTED]> wrote: > I am trying to configure Axis2 v1.0 to add digital signatures to all > outgoing soap messages by configuring the rampart module. While > filling in the blanks in the OutflowSecurity parameter

Adding Digital Signatures to all outgoing SOAP envelopes

2006-05-22 Thread Scudder, Jeffrey W
I am trying to configure Axis2 v1.0 to add digital signatures to all outgoing soap messages by configuring the rampart module. While filling in the blanks in the OutflowSecurity parameter I realized I have no idea how to obtain a signature key or have it signed by a CA. The implementation will be