Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 7515 invoked from network); 26 Jul 2006 14:56:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jul 2006 14:56:51 -0000 Received: (qmail 14242 invoked by uid 500); 26 Jul 2006 14:56:41 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 14217 invoked by uid 500); 26 Jul 2006 14:56:41 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 14206 invoked by uid 99); 26 Jul 2006 14:56:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2006 07:56:40 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=NO_REAL_NAME,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of andrew.j.hahn@wellsfargo.com designates 151.151.65.115 as permitted sender) Received: from [151.151.65.115] (HELO dxa00.wellsfargo.com) (151.151.65.115) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2006 07:56:39 -0700 Received: from mxd01.wellsfargo.com (mxd01.wellsfargo.com [10.30.12.91]) by dxa00.wellsfargo.com (Switch-3.1.8/Switch-3.1.7) with ESMTP id k6QEuHPp002007; Wed, 26 Jul 2006 07:56:17 -0700 Received: from MSGSPSIADSM03.ent.wfb.bank.corp (msgspsiadsm03.wellsfargo.com [10.30.15.244]) by mxd01.wellsfargo.com (Switch-3.1.8/Switch-3.1.7) with ESMTP id k6QEuBbg005190; Wed, 26 Jul 2006 09:56:16 -0500 Received: from MSGSWBIADSM37.ent.wfb.bank.corp ([10.30.15.238]) by MSGSPSIADSM03.ent.wfb.bank.corp with Microsoft SMTPSVC(5.0.2195.6713); Wed, 26 Jul 2006 09:56:15 -0500 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Subject: RE: Axis client and .NET Web Service using NTLM security Date: Wed, 26 Jul 2006 09:56:15 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Axis client and .NET Web Service using NTLM security thread-index: AcavZ51WFqgd3cU9QIymIR2rvAkZNgBW7KMw From: To: , X-OriginalArrivalTime: 26 Jul 2006 14:56:15.0778 (UTC) FILETIME=[A4DE4820:01C6B0C3] X-WFMX: 0 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thanks, I will try that. Do you know why 3 separate POSTS are being made for one service call? I get back 2 failed responses (datasets) and then the 3rd post returns me a successful dataset. Thoughts? =20 POST /imgservice.asmx?wsdl HTTP/1.1 User-Agent: Jakarta Commons-HttpClient/3.1-alpha1 Host: localhost:9001 Content-Length: 0 POST /imgservice.asmx?wsdl HTTP/1.1 User-Agent: Jakarta Commons-HttpClient/3.1-alpha1 Content-Length: 0 Authorization: NTLM TlRMTVNTUAABAAAABlIAAAYABgAKHJKHOQANACAAAABSRU1PVEVNQUNISU5FQUQtRU5U Host: localhost:9001 POST /imgservice.asmx?wsdl HTTP/1.1 User-Agent: Jakarta Commons-HttpClient/3.1-alpha1 Content-Length: 0 Authorization: NTLM TlRMTVNTUAADAAAAGAAYAFsAAAAAAAAAcwAAAAYABgBAAAJJJFFJJJSShGSSSSUCUCAABzAA AABlIAAEFELUVOVEFORFJIQUhOUkVNTNBFD&S&DElORRoeox2X3D8k0RVkQStNdC4PoMFKKl dLPw=3D=3D Host: localhost:9001 This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose, or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation. -----Original Message----- From: Martin Gainty [mailto:mgainty@hotmail.com]=20 Sent: Monday, July 24, 2006 4:18 PM To: axis-user@ws.apache.org Subject: Re: Axis client and .NET Web Service using NTLM security I would take a working sample (such as the stock sample) located at %AXIS_HOME%\samples\stock that you know works (such as GetStock.java client file) Setup your microsoft server for NTLM Authentication shoehorn in all of the credentialing and authentication into the existing methods into the client GetStock.java compile and test the toughest part will be on the MS Side in publishing the WSDL (or some semblance of handshake between SOAPServer and client where both will agree on:) 1)what methods will be be supported (e.g. GetQuote) 2)what will be the request parameters (number and DataType usually defined in WSDL) and 3)what will be the response parameters (number and DataType usually defined in WSDL) If anyone is listening I could use a 2nd opinion.. Thanks, M- ********************************************************************* 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 sender immediately by telephone or email and destroy the original message without making a copy. Thank you. ----- Original Message ----- From: To: ; Sent: Monday, July 24, 2006 4:49 PM Subject: RE: Axis client and .NET Web Service using NTLM security So after I generate my axis stub classes, then how do I incorporate this code with the stubs?: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D public static void main (String[] args) { HttpClient httpClient =3D new HttpClient(); Credentials credentials =3D new NTCredentials("mytestuser", "mytestpw", "remoteMachine", "mytestdomain"); httpClient.getState().setCredentials(AuthScope.ANY,credentials); HttpMethodBase method =3D new GetMethod("http://mytesturl.wellfargo.com/iservice.asmx?wsdl"); try { int returnCode =3D httpClient.executeMethod(method); String response =3D method.getResponseBodyAsString(); System.out.println("Response: " + response); } catch (HttpException e) { e.printStackTrace(); } catch (IOException e) { e.printStackTrace(); } } =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose, or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation. -----Original Message----- From: Martin Gainty [mailto:mgainty@hotmail.com]=20 Sent: Monday, July 24, 2006 3:01 PM To: axis-user@ws.apache.org Subject: Re: Axis client and .NET Web Service using NTLM security Hello Andrew- Its the responsibility of the Web Service publisher to publish a WSDL from that wsdl you can run then run the wsdl2Java utility to generate the required Axis Stub classes HTH, M- ********************************************************************* 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 sender immediately by telephone or email and destroy the original message without making a copy. Thank you. ----- Original Message ----- From: To: ; Sent: Monday, July 24, 2006 3:22 PM Subject: RE: Axis client and .NET Web Service using NTLM security Ok so I am now able to successfully pull back the wsdl using: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D public static void main (String[] args) { HttpClient httpClient =3D new HttpClient(); Credentials credentials =3D new NTCredentials("mytestuser", "mytestpw", "remoteMachine", "mytestdomain"); httpClient.getState().setCredentials(AuthScope.ANY,credentials); HttpMethodBase method =3D new GetMethod("http://mytesturl.wellfargo.com/iservice.asmx?wsdl"); try { int returnCode =3D httpClient.executeMethod(method); String response =3D method.getResponseBodyAsString(); System.out.println("Response: " + response); } catch (HttpException e) { e.printStackTrace(); } catch (IOException e) { e.printStackTrace(); } } =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D This tells me I am authenitcating correctly using Axis 1.2RC2 and commons-httpclient-3.1-alpha1. How do you integrate this into your generated axis stub? This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose, or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation. -----Original Message----- From: Martin Gainty [mailto:mgainty@hotmail.com]=20 Sent: Monday, July 24, 2006 1:59 PM To: axis-user@ws.apache.org Subject: Re: Axis client and .NET Web Service using NTLM security In the 1.4 case pull in Martins code .. (make sure to use v3.x commons-httpclient code) package com.mrwpro.vsts.play; import java.io.IOException; import org.apache.commons.httpclient.Credentials; import org.apache.commons.httpclient.HttpClient; import org.apache.commons.httpclient.HttpException; import org.apache.commons.httpclient.HttpMethodBase; import org.apache.commons.httpclient.NTCredentials; import org.apache.commons.httpclient.auth.AuthScope; import org.apache.commons.httpclient.methods.GetMethod; /** * Get a NTLM secured page.=20 * @author martinwoodward */ public class NTLMHttpTest { public static void main(String[] args) { HttpClient httpClient =3D new HttpClient(); Credentials credentials =3D new NTCredentials("username", = "password", "remoteMachine", "MY_DOMAIN"); httpClient.getState().setCredentials(AuthScope.ANY,credentials); HttpMethodBase method =3D new GetMethod("http://remoteMachine/WebService/MyService.asmx/WhoAmI"); try { int returnCode =3D httpClient.executeMethod(method); String response =3D method.getResponseBodyAsString(); System.out.println("Response: " + response); } catch (HttpException e) { e.printStackTrace(); } catch (IOException e) { e.printStackTrace(); } =20 } } reference http://mail-archives.apache.org/mod_mbox/ws-axis-user/200506.mbox/%3c598 d83ad05062807053ac0111a@mail.gmail.com%3e -M ********************************************************************* 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 sender immediately by telephone or email and destroy the original message without making a copy. Thank you. ----- Original Message ----- From: To: ; Sent: Monday, July 24, 2006 1:31 PM Subject: RE: Axis client and .NET Web Service using NTLM security I am writing an axis client using axis 1.4 to call a .NET web service. I am not sure where I might find those files..=20 This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose, or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation. -----Original Message----- From: Martin Gainty [mailto:mgainty@hotmail.com]=20 Sent: Monday, July 24, 2006 12:08 PM To: axis-user@ws.apache.org Subject: Re: Axis client and .NET Web Service using NTLM security Cant hazard a guess unless I see what is the assigned value for scope=3D (from your services.xml) in other words please send services.xml concerning 3 requests- I would need to see axis2.xml phaseOrder phase..specifically type=3D"inflow" M- ********************************************************************* 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 sender immediately by telephone or email and destroy the original message without making a copy. Thank you. ----- Original Message ----- From: To: ; Sent: Monday, July 24, 2006 12:29 PM Subject: RE: Axis client and .NET Web Service using NTLM security Hi Martin, I am not sure if the first link to the Martin Woodward article is correct? Also, do you know why one SOAP call makes 3 requests? Thanks, Andy This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose, or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation. -----Original Message----- From: Martin Gainty [mailto:mgainty@hotmail.com]=20 Sent: Monday, July 24, 2006 11:24 AM To: axis-user@ws.apache.org Subject: Re: Axis client and .NET Web Service using NTLM security Hello Andrew- Check out this article by Martin Woodward on configuring Axis client to use NTLM Authentication http://jakarta.apache.org/commons/httpclient/downloads.html which specifically using V3.x+ (V3.01) download of commons-httpclient http://jakarta.apache.org/site/downloads/downloads_commons-httpclient.cg i HTH Martin ********************************************************************* 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 sender immediately by telephone or email and destroy the original message without making a copy. Thank you. ----- Original Message ----- From: To: ; Sent: Monday, July 24, 2006 11:54 AM Subject: RE: Axis client and .NET Web Service using NTLM security Hi, sorry for the delay in my response but I was on vacation :) =20 Ok so I have upgraded to the latest version of axis (1.4) and commons http client jar (3.1 alpha 1) and regeenerated the axis code using wsdl2java. This is now what I am getting in the TCPMON tool when I make the SOAP call. I'm not sure why it is making 3 requests/responses. It is still saying Unauthorized. Any ideas? Thanks! REQUEST: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D POST /imgservice.asmx HTTP/1.1 Content-Type: text/xml; charset=3Dutf-8 SOAPAction: "http://wellsfargo.com/provide/image/performView/2005/" User-Agent: Axis/1.4 Host: localhost:9001 Transfer-Encoding: chunked 22f ...= < /soapenv:Body> 0 POST /imgservice.asmx HTTP/1.1 Content-Type: text/xml; charset=3Dutf-8 SOAPAction: "http://wellsfargo.com/provide/image/performView/2005/" User-Agent: Axis/1.4 Transfer-Encoding: chunked Authorization: NTLM TlRMTVNTUAABAAAABlIAAAYABgAvAAAADwAPACAAAABEVEMxMTAwNTgxMkIxQjdBRC1FTlQ=3D= Host: localhost:9001 22f ...= < /soapenv:Body> 0 POST /imgservice.asmx HTTP/1.1 Content-Type: text/xml; charset=3Dutf-8 SOAPAction: "http://wellsfargo.com/provide/image/performView/2005/" User-Agent: Axis/1.4 Transfer-Encoding: chunked Authorization: NTLM TlRMTVNTUAADAAAAGAAYAFoAAAAAAAAAcgAAAAYABgBAAAAABQAFAEYAAAAPAA8ASwAAAAAA AAByAAAABlIAAEFELUVOVEFORFlIRFRDMTEwMDU4MTJCMUI3snfutWtCk33agqsvcAo0Ihcr /mJhCvb1 Host: localhost:9001 22f ...= < /soapenv:Body> 0 RESPONSE: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D HTTP/1.1 401 Unauthorized Content-Length: 1656 Content-Type: text/html Server: Microsoft-IIS/6.0 WWW-Authenticate: Negotiate WWW-Authenticate: NTLM X-Powered-By: ASP.NET Date: Mon, 24 Jul 2006 15:22:39 GMT You are not authorized to view this page

You are not authorized to view this page

You do not have permission to view this directory or page using the credentials that you supplied because your Web browser is sending a WWW-Authenticate header field that the Web server is not configured to accept.

Please try the following:

  • Contact the Web site administrator if you believe you should be able to view this directory or page.
  • Click the Refresh = button to try again with different credentials.

HTTP Error 401.2 - Unauthorized: Access is denied due to server configuration.
Internet Information Services (IIS)


Technical Information (for support personnel)

  • Go to Microsoft Product Support Services and perform a title search for the words HTTP and 401.
  • Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled About Security, Authentication, and About Custom Error Messages.
HTTP/1.1 401 Unauthorized Content-Length: 1539 Content-Type: text/html Server: Microsoft-IIS/6.0 WWW-Authenticate: NTLM TlRMTVNTUAACAAAABgAGADgAAAAGAoECcZfOedx3sAEAAAAAAAAAAJwAnAA+AAAABQLODgAA AA9BRC1FTlQCAAwAQQBEAC0ARQBOAFQAAQAQAEwAUwBNAEQTHHAxADEAOQAEACIAZQBuAHQA LgB3AGYAYgAuAGIAYQBuFEsALgBjAG8AcgBwAAMANABMAFMATQBEADUAMQAxADkALgGlAG4A dAAuAHcAZgBiAC4AYgBhAG4AawAuAGMAbwByAHAABQASAGIAYQBuAGsALgBjAG8AcgBwAAAA AAA=3D X-Powered-By: ASP.NET Date: Mon, 24 Jul 2006 15:22:39 GMT You are not authorized to view this page

You are not authorized to view this page

You do not have permission to view this directory or page using the credentials that you supplied.

Please try the following:

  • Contact the Web site administrator if you believe you should be able to view this directory or page.
  • Click the Refresh = button to try again with different credentials.

HTTP Error 401.1 - Unauthorized: Access is denied due to invalid credentials.
Internet Information Services (IIS)


Technical Information (for support personnel)

  • Go to Microsoft Product Support Services and perform a title search for the words HTTP and 401.
  • Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Authentication, Access Control, and About Custom Error Messages.
HTTP/1.1 401 Unauthorized Content-Length: 1539 Content-Type: text/html Server: Microsoft-IIS/6.0 WWW-Authenticate: Negotiate WWW-Authenticate: NTLM X-Powered-By: ASP.NET Date: Mon, 24 Jul 2006 15:22:39 GMT You are not authorized to view this page

You are not authorized to view this page

You do not have permission to view this directory or page using the credentials that you supplied.

Please try the following:

  • Contact the Web site administrator if you believe you should be able to view this directory or page.
  • Click the Refresh = button to try again with different credentials.

HTTP Error 401.1 - Unauthorized: Access is denied due to invalid credentials.
Internet Information Services (IIS)


Technical Information (for support personnel)

  • Go to Microsoft Product Support Services and perform a title search for the words HTTP and 401.
  • Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Authentication, Access Control, and About Custom Error Messages.
=20 This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose, or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation. -----Original Message----- From: Davanum Srinivas [mailto:davanum@gmail.com]=20 Sent: Wednesday, July 19, 2006 2:09 PM To: axis-user@ws.apache.org Subject: Re: Axis client and .NET Web Service using NTLM security Can you please try Axis1.4 and also download latest commons http client jar? -- dims On 7/19/06, andrew.j.hahn@wellsfargo.com wrote: > > > > Hi, > I have spent about a week researching this and google just isn't=20 > getting me a viable working solution. Please advise if possible. > > I am using Axis code which I generated using wsdl2java. I need to=20 > communicate with a .NET web service that uses the ntlm authentication=20 > scheme. I do not want to go the client-config.wsdd route. I would=20 > rather specify that I want to use the CommonsHTTPSender class programatically. > > In my generated axis stub (and I wish I didn't have to modify a=20 > stub..) I have added the following lines of code to the createCall()=20 > method (it is surrounded by comments): > > > > protected org.apache.axis.client.Call createCall() throws=20 > java.rmi.RemoteException { > try { > org.apache.axis.client.Call _call =3D=20 > (org.apache.axis.client.Call) super.service.createCall(); > > // Use HttpClient for ntlm. - start > org.apache.axis.transport.http.CommonsHTTPSender > reqConnectionHandler =3D new > org.apache.axis.transport.http.CommonsHTTPSender(); > > org.apache.axis.transport.http.CommonsHTTPSender > respConnectionHandler =3D new > org.apache.axis.transport.http.CommonsHTTPSender(); > > > _call.setClientHandlers(reqConnectionHandler,respConnectionHandler); > > super.setUsername("QA-DOMAIN\\andyh"); > super.setPassword("VikesDominatePackers"); > // Use HttpClient for ntlm. - end > > if (super.maintainSessionSet) { > _call.setMaintainSession(super.maintainSession); > } > > ... > > > > The resulting POST from TCPMON is this: > > POST /imgservice.asmx HTTP/1.1 > Content-Type: text/xml; charset=3Dutf-8 > SOAPAction: > "http://wellsfargo.com/provide/image/performView/2005/" > Authorization: Basic QUQfGN5UXGFJeUdIldhdGVyMTImQPA=3D=3D > User-Agent: Jakarta Commons-HttpClient/3.0.1 > Host: localhost:9001 > Content-Length: 559 > > xmlns:soapenv=3D"http://schemas.xmlsoap.org/soap/envelope/" > xmlns:xsd=3D"http://www.w3.org/2001/XMLSchema" > > > This is the resulting error from my java console: > > - Unable to find required classes (javax.activation.DataHandler and=20 > javax.mail.internet.MimeMultipart). Attachment support is disabled. > > - ntlm authentication scheme selected > - Failure authenticating with NTLM @localhost:9001 > - Error in ezimg service. AxisFault caught. MessageId: null=20 > AxisFault > faultCode: {http://xml.apache.org/axis/}HTTP > faultSubcode: > faultString: (401)Unauthorized > faultActor: > faultNode: > faultDetail: > {}:return code: 401 > > > So it appears NTLM is being used because of the second line output=20 > above, however the TCPMON output states that BASIC authentication is=20 > being used. I am very confused by this. Thanks for helping!!!! > > Andy > > > > > Andrew Hahn > HCFTG - Sales Technology Group > Technology Information Group > > > This message may contain confidential and/or privileged information. =20 > If you are not the addressee or authorized to receive this for the=20 > addressee, you must not use, copy, disclose, or take any action based=20 > on this message or any information herein. If you have received this=20 > message in error, please advise the sender immediately by reply e-mail and delete this message. > Thank you for your cooperation. > > -- Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers) --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org