how to correspond an async SOAP request and the response

2011-02-01 Thread yingchun cai
Hi, I try to implement an async SOAP client request to a SOAP Server. But I need to get the response back and need to match the request. I am using similar code like in the Non-Blocking example in http://axis.apache.org/axis2/java/core/docs/adv-userguide.html. I try to use the MessageId in

RE: Consuming Axis1 Service from Axis2

2011-02-01 Thread Sanjay Gupta
Hi Dmitry, Thanks for your reply. I have had some issues in the past because of jar conflicts when I tried to use a 3rd party vendor’s web services almost a year back. I am going to try again. Sanjay From: Dmitry Ruban [mailto:dmi...@ruban.biz] Sent: Monday, January 31, 2011 7:05 PM To: java-u

RE: Two Services Same Name Allowed?

2011-02-01 Thread Sanjay Gupta
Sorry guys. Replied to wrong email. Please ignore. From: Sanjay Gupta [mailto:sanjay.gu...@billwiseinc.com] Sent: Tuesday, February 01, 2011 7:16 PM To: java-user@axis.apache.org Subject: RE: Two Services Same Name Allowed? I think when you cloned cwa264 to have mcm vm you didn't drop and recreat

RE: Two Services Same Name Allowed?

2011-02-01 Thread Sanjay Gupta
I think when you cloned cwa264 to have mcm vm you didn't drop and recreate cms and ras. So on mcm it's using 264. From: Afkham Azeez [mailto:afk...@gmail.com] Sent: Tuesday, February 01, 2011 4:39 PM To: java-user@axis.apache.org Subject: Re: Two Services Same Name Allowed? You can place the two

Re: Two Services Same Name Allowed?

2011-02-01 Thread Afkham Azeez
You can place the two services with the same name in different directory paths; e.g. services/foo/bar/AService.aar services/x/y/AService.aar Now these two services will be deployed as two different services. Azeez On Tue, Feb 1, 2011 at 1:13 PM, Meeusen, Christopher W. < meeusen.christop...@may

Re: Two Services Same Name Allowed?

2011-02-01 Thread Deepal jayasinghe
> I thought that axis2 didn't allow multiple services to have the same > name, even if their service classes are from different packages; is > this correct? For example if I have two services > Yes, Axis2 does not allow that. Service name has to be unique. > > > > > > locked=/"false"/>pkg

Two Services Same Name Allowed?

2011-02-01 Thread Meeusen, Christopher W.
I thought that axis2 didn't allow multiple services to have the same name, even if their service classes are from different packages; is this correct? For example if I have two services pkg1.AService1 ... pkg2.AService2 Doesn't Axis blow up when it tries to deploy t

Unkown AxisFault when running SimpleAxis2Server from Eclipse

2011-02-01 Thread Romain Larvet
Hello, I need some help to debug a tricky "unknown" AxisFault, occurring when I run a SimpleAxis2Server from Eclipse, under Windows XP. I get this unknown AxisFault when I call my webservice with a simple test client. When I run the corresponding server command line from a .bat file, the webser

typeMapping vs. beanMapping in .wsdd descriptor

2011-02-01 Thread Marc Carrion
Hi, I have a .wsdd that I deploy in a axis1.4 server http://client.my_company.com/MYService/";> According to all documentation, those two elements (typeMapping and beanMapping) are the same (http://axis.apache.org/axis/java/user-guide.html), but that's not what I'm finding. My se

Re: wsdl2java tool fails when the wsdl path contain spaces

2011-02-01 Thread Simon Frettloeh
Hello Sewwandi, Am 27.01.2011 05:28, schrieb Sewwandi: > > /C:\Documents and Settings\drajapaksha\My > > Documents\Axis2-1.5\bin>wsdl2java -uri > > New Folder\myService.wsdl -ss did you quote your argument? Try --- %< --- bin>wsdl2java -uri "New Folder\myService.wsdl" -ss --- >% --- instead o

Re: wsdl2java tool fails when the wsdl path contain spaces

2011-02-01 Thread Sewwandi
Hi all, does anyone know why the wsdl2java tool is giving an exception when the wsdl path contains spaces? thanks in advance!!! On Thu, Jan 27, 2011 at 10:24 AM, Sewwandi wrote: > thanks a lot for your replys Sumedha and Deepal! > > > On Thu, Jan 27, 2011 at 10:20 AM, Deepal Jayasinghe > wrot

Re: Help Getting Source

2011-02-01 Thread Ruwan Linton
John, You could get the Axis 1.4 source from one of the mirrors listed at [1] as a downloadable zip. I am not quite sure about the svn tag of this Axis release source as there is no clear tag for the final release. Only thing I found is the 1.4 final branch [2]. Thanks, Ruwan [1] - http://www.ap

Re: Help Getting Source

2011-02-01 Thread Andreas Veithen
If you use the right URL and still get a bad gateway error, then this is probably caused by a proxy in your local network. Andreas On Wed, Jan 26, 2011 at 21:47, J K wrote: > Does any one know how to syn the source? > This *should* be any easy one. > > On Tue, Jan 25, 2011 at 6:43 PM, J K wrote