Re: Axis2 client hangs with multiple requests in one session

2008-02-16 Thread Michele Mazzucco
TECTED] > To: axis-user@ws.apache.org > Subject: Re: Axis2 client hangs with multiple requests in one session > > > Thanks, Michele! > > The combination of these 2 lines works for multiple requests/ responses: > options.setProperty(HTTPConstants.REUSE_HTTP_CLIENT, true); >

RE: Axis2 client hangs with multiple requests in one session

2008-02-16 Thread Pär Malmqvist
eanup(true);> > This line only tracks the cookie > "JSESSIONID" but nothing else:> options.setManageSession(true);> -- > View > this message in context: > http://www.nabble.com/Axis2-client-hangs-with-multiple-requests-in-one-session-tp15514

Re: Axis2 client hangs with multiple requests in one session

2008-02-16 Thread Landslide
thing else: options.setManageSession(true); -- View this message in context: http://www.nabble.com/Axis2-client-hangs-with-multiple-requests-in-one-session-tp15514156p15517229.html Sent from the Axis - User mailing list archive at Nabble.com. - To u

Re: Axis2 client hangs with multiple requests in one session

2008-02-16 Thread Michele Mazzucco
: http://www.nabble.com/Axis2-client- hangs-with-multiple-requests-in-one-session-tp15514156p15514156.html Sent from the Axis - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Axis2 client hangs with multiple requests in one session

2008-02-15 Thread Landslide
client side code would hang forever after looping into the 3rd request. What can I do in this case as I want to have all my cookies passed back from the client side to the server side for multiple requests of the same HTTP session? -- View this message in context: http://www.nabble.com/Axis2-client

Re: Exception in Axis2 Client when reading Attachment

2008-02-06 Thread Christoph Ludwig
Hi, On Wed, Feb 06, 2008 at 06:13:49PM -0500, Kiran Sriram wrote: > Hello, I am getting this exception when trying to read an attachment in Axis2 > client. > org.apache.axiom.om.OMException: javax.mail.MessagingException: Error in > input stream; > nested exception is: > j

Exception in Axis2 Client when reading Attachment

2008-02-06 Thread Kiran Sriram
Hello, I am getting this exception when trying to read an attachment in Axis2 client. org.apache.axiom.om.OMException: javax.mail.MessagingException: Error in input stream; nested exception is: java.io.IOException: Attempted read on closed stream. at

Re: Extending axis2 client stub without modifying it

2008-02-06 Thread mgainty
, Martin-- - Original Message - Wrom: JJPHSCRTNHGSWZIDREXCAXZOWCON To: Sent: Wednesday, February 06, 2008 4:13 AM Subject: Extending axis2 client stub without modifying it > > I have an existing client stub generated with Axis2 WSDL2Java. Is it possible > to extends it only by

Re: Extending axis2 client stub without modifying it

2008-02-06 Thread ataud
file that > contains: > - axis2.xml > - classes that extend the stub > > In axis1.x it is possible, but in axis2 it seams to be not , can some one > confirm ? > > -- View this message in context: http://www.nabble.com/Extending-axis2-client-stub-without-modifying-it-t

Extending axis2 client stub without modifying it

2008-02-06 Thread ataud
in context: http://www.nabble.com/Extending-axis2-client-stub-without-modifying-it-tp15306325p15306325.html Sent from the Axis - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [Axis2] Request from Axis2 client code to remote svc gives error but request from nonAxis client works

2008-01-28 Thread Jeff Greif
> > > Using Axis2 1.3, I have written client code to call a remote > > webservice that does language translation– that call returns with a > > response message "Value cannot be null. > > > > Parameter name: translationmode". When I call the same s

Re: [Axis2] Axis2 client code with ServiceClient created as dynamic client gives AxisFault: The anonOutInOp operation cannot be found

2008-01-27 Thread Deepal jayasinghe
Thanks, > > Vish. > > >> -Original Message- >> From: Deepal jayasinghe [mailto:[EMAIL PROTECTED] >> Sent: Sunday, January 20, 2008 11:58 PM >> To: axis-user@ws.apache.org >> Subject: Re: [Axis2] Axis2 client code with ServiceClient created as >> dyna

Re: [Axis2] Request from Axis2 client code to remote svc gives error but request from nonAxis client works

2008-01-27 Thread Deepal Jayasinghe
vice that does language translation– that call returns with a > response message “Value cannot be null. > > Parameter name: translationmode”. When I call the same service with > exactly the same data from a UI client or even Axis2 client stub > (generated using wsdl2java) – it work

[Axis2] Request from Axis2 client code to remote svc gives error but request from nonAxis client works

2008-01-24 Thread Pantvaidya, Vishwajit
Using Axis2 1.3, I have written client code to call a remote webservice that does language translation- that call returns with a response message "Value cannot be null. Parameter name: translationmode". When I call the same service with exactly the same data from a UI client or

RE: [Axis2] Axis2 client code with ServiceClient created as dynamic client gives AxisFault: The anonOutInOp operation cannot be found

2008-01-22 Thread Pantvaidya, Vishwajit
nted - why does it not work? Thanks, Vish. >-Original Message- >From: Deepal jayasinghe [mailto:[EMAIL PROTECTED] >Sent: Sunday, January 20, 2008 11:58 PM >To: axis-user@ws.apache.org >Subject: Re: [Axis2] Axis2 client code with ServiceClient created as >dynamic

Re: [Axis2] Axis2 client code with ServiceClient created as dynamic client gives AxisFault: The anonOutInOp operation cannot be found

2008-01-20 Thread Deepal jayasinghe
Hi , If you create serviceClient as dynamic client then you need to give the correct operation name (qualified operation name). I hope following link will helpful for you to solve your problem http://people.apache.org/~deepal/colorado/quick-start/src/DynamicClientSample.java -Deepal > Using Axi

[Axis2] Axis2 client code with ServiceClient created as dynamic client gives AxisFault: The anonOutInOp operation cannot be found

2008-01-19 Thread Pantvaidya, Vishwajit
Using Axis2 1.3, I have written the following sample client code that calls a remote webservice for currency conversion - it throws the exception: AxisFault: The anonOutInOp operation cannot be found. at org.apache.axis2.client.ServiceClient.createClient(ServiceClient.java:642)

Re: axis2 client and axis1 server with use=encoded

2008-01-16 Thread Mauro Molinari
Ilon Sjögren ha scritto: I got a problem with integrating with a axis1 server that is using encoded. Is there a way to use axis2 on the client tho the server is using axis1? I'm not able to change ANYTHING on the server-side, the server is totally out of our control, and the only thing we're su

axis2 client and axis1 server with use=encoded

2008-01-16 Thread Ilon Sjögren
I got a problem with integrating with a axis1 server that is using encoded. Is there a way to use axis2 on the client tho the server is using axis1? I'm not able to change ANYTHING on the server-side, the server is totally out of our control, and the only thing we're supplied with is the WSDL-file

[Fwd: [Axis2] How to add a phase by code on a Axis2 client]

2007-12-25 Thread Eran Chinthaka
forwarding this mail to dev list, so the people who really know the code will answer. Original Message Subject: [Axis2] How to add a phase by code on a Axis2 client Date: Thu, 15 Nov 2007 18:36:57 +0100 From: Guido Wischrop <[EMAIL PROTECTED]> Reply-To: axis-user@ws.apac

Re: [AXIS2] Axis2 Client with HTTPS connection

2007-11-26 Thread Ashok Kumar Rajendran
pul., > > > > But If suppose cacerts doesnt have the ca information then , is there > any > > other way to find for the ca ( from an external keystore file) in this > case > > ? > > > > > > On 11/26/07, Upul Godage <[EMAIL PROTECTED]> wrote: > > > >

Re: [AXIS2] Axis2 Client with HTTPS connection

2007-11-26 Thread Upul Godage
rote: > Thanks upul., > > But If suppose cacerts doesnt have the ca information then , is there any > other way to find for the ca ( from an external keystore file) in this case > ? > > > On 11/26/07, Upul Godage <[EMAIL PROTECTED]> wrote: > > > > > > &

Re: [AXIS2] Axis2 Client with HTTPS connection

2007-11-26 Thread Ashok Kumar Rajendran
Thanks upul., But If suppose cacerts doesnt have the ca information then , is there any other way to find for the ca ( from an external keystore file) in this case ? On 11/26/07, Upul Godage <[EMAIL PROTECTED]> wrote: > > Then your endpoint reference will be a https://... Then

Re: [AXIS2] Axis2 Client with HTTPS connection

2007-11-26 Thread Upul Godage
Then your endpoint reference will be a https://... Then Axis2 client will use the https transport sender and use the JAVA_HOME cacerts file for server verification by default. There won't be any changes in the code. Upul On Nov 26, 2007 2:45 PM, Ashok Kumar Rajendran <[EMAIL PROTECTED

[AXIS2] Axis2 Client with HTTPS connection

2007-11-26 Thread Ashok Kumar Rajendran
Hi all ., I am using Axis2 1.3 in client side to accessing a web service which is deployed over normal HTTP protocol. If suppose the service provider of my web service change the HTTP protocol service into HTTPS service (with out client Authentication ) Do i need to change anything in code leve

[Axis2] How to add a phase by code on a Axis2 client

2007-11-15 Thread Guido Wischrop
Hello, I'm using axis2 1.3 and I want to log the SOAP envelop on outgoing client messages without using the HTTPClient logger. So I want to add a Axis2LogPhase. Can I do this by code i.e. without creating a axis2.xml? I looked in the api doc and I found the PhasesInfo class and I'm asking if this w

Re: [Axis2] Sending or receiving unnamed parameter arrays/lists with Axiom,ADB in Axis2 client

2007-11-07 Thread Sanka Samaranayke
Hi, If you are constructing the payload, you need to do the way which is specified by the WSDL of the service. For example, the pay load of a request which will be sent to a particular Web service operation will differ depending on the style it uses (document, rpc) and the encoding (literal, e

[Axis2] Sending or receiving unnamed parameter arrays/lists with Axiom,ADB in Axis2 client

2007-11-07 Thread Pantvaidya, Vishwajit
I need to dynamically call any given webservice using its wsdl provided as a parameter. Since I do not know the signature of the service, I need to be able to provide for sending or receiving parameter arrays/lists. So I have coded a client which creates a payload by adding a number of children

Re: Minimal set of jars for deployment of axis2 client app

2007-10-26 Thread Thilina Gunarathne
Following is a recent discussion happend in the Axis2 Dev list.. http://www.nabble.com/-Axis2--Understanding-Axis2-dependencies-t4622338.html ~Thilina On 10/26/07, Dennis Urech <[EMAIL PROTECTED]> wrote: > Does any know what the minimum distribution of jar files is for a client > application. We

Minimal set of jars for deployment of axis2 client app

2007-10-26 Thread Dennis Urech
Does any know what the minimum distribution of jar files is for a client application. We have already found the xalan.jar and xerces.jar file have a conflict with the Preference system in JDK 1.6 and removing them from the classpath enabled both my SOAP functionality to work as well as Prefere

[Axis2] Problems about Axis2 client accessing ZSI(Written in Python) simple "Echo" web services

2007-10-24 Thread 卢宾
Hi, all, I write a webservice using Python, implementing a simple 'Echo' method, and use a simple Axis2 client to access this webservice, I do the following steps: 1. wsdl2java.bat -uri http://localhost/Echo.wsdl (generating two java files) 2. write a simple client to invoke the

Re: Differences between Axis 1.4 and Axis2 client generation

2007-10-14 Thread Anne Thomas Manes
} > catch (RemoteException e) { > e.printStackTrace(); > } catch (MalformedURLException e) { > e.printStackTrace(); > } > > / > The Axis

Re: Axis2 client

2007-10-12 Thread Deepal Jayasinghe
Hi rajnishe , In your client code do you have configurationContext.terminate() method ? Thanks Deepal > Hello All > > I am using axis2 for webservice development. > When i run client first time it gives me error below . > But second time and later many times it runs successfully. > I am using jbos

RE: Axis2 client

2007-10-11 Thread ROSSILLE Samuel
roblem comes from Axis or from your method. I hope this will Help Regards Samuel Rossille -Message d'origine- De : rajnishe [mailto:[EMAIL PROTECTED] Envoyé : jeudi 11 octobre 2007 15:27 À : axis-user@ws.apache.org Objet : Axis2 client Hello All I am using axis2 for webservice

Axis2 client

2007-10-11 Thread rajnishe
.client.OperationClient.execute(OperationClient.java:163) at st.ict.qs.ws.client1.EventServiceStub.createEvent(EventServiceStub.java:205) at test_case.test.main(test.java:47) Best Regards Rajnish Chauhan -- View this message in context: http://www.nabble.com/Axis2-client-tf4607258.html#a13155849 Sent from the Axis

Differences between Axis 1.4 and Axis2 client generation

2007-10-08 Thread TimDog
moteException e) { e.printStackTrace(); } catch (MalformedURLException e) { e.printStackTrace(); } ///// The Axis2 Client SoapBindingStub stub; try { stub = (

Re: Problem with AXIS2 client against an XFire server

2007-10-03 Thread Patrick Houbaux
Thanks Paul and Keith! I was indeed passing the URL with ?wsdl ... my mistake ;) Cheers, Patrick. Paul Fremantle wrote: It seems maybe you are targeting the request against the WSDL url http://engineoushamburg.dyndns.org:6980/Update_BeamInterfaceInterface?wsdl not the SOAP URL http://engineous

Re: Problem with AXIS2 client against an XFire server

2007-10-03 Thread Paul Fremantle
It seems maybe you are targeting the request against the WSDL url http://engineoushamburg.dyndns.org:6980/Update_BeamInterfaceInterface?wsdl not the SOAP URL http://engineoushamburg.dyndns.org:6980/Update_BeamInterfaceInterface I tried building a simple client (ADB not XMLBeans) wsdl2java.bat -ur

Re: Problem with AXIS2 client against an XFire server

2007-10-03 Thread keith chapman
Hi Patrick, Can you please check the EPR you send your request to, cause looking at ypur exception it looks like XFire responded with the WSDL (Thats where the definitions element came from instead of the SOAP envelop). Thanks, Keith. On 10/3/07, Patrick Houbaux <[EMAIL PROTECTED]> wrote: > > Hi

Problem with AXIS2 client against an XFire server

2007-10-03 Thread Patrick Houbaux
Hi all, I have generated a client stub using WSDL2Java using XMLBeans against the following WSDL apparently created with XFire: http://engineoushamburg.dyndns.org:6980/Update_BeamInterfaceInterface?wsdl When I invoke the only method from this webservice with the AXIS2 generated stub I'm getti

Re: Axis2 client

2007-10-02 Thread jerome.mariette
ith >> the following URL: >> http://localhost:8080/axis2/services/Version >> and got the same problem !! >> >> So I'm wondering if there is something specific to do to ba able to >> access >> the endpoint ?? I'd like to request my web service

Re: Axis2 client

2007-09-30 Thread Eran Chinthaka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 What do you mean by "access endpoint first". When you send a request to Axis2 egnine, it will always tries to find a service and operation corresponding to that service. In your request, you have only given the name of the service (Version) and not th

Re: Axis2 client

2007-09-29 Thread Anas Mughal
specific to do to ba able to access > the endpoint ?? I'd like to request my web service from Java Code so I do > need to access the EndPoint first ! > > thanks for your help, > Jerome > -- > View this message in context: > http://www.na

SOLVED: [Axis2]: Duplicate Cookie header in requests from Axis2 client

2007-09-28 Thread Merritt, Norris
requests from Axis2 client My Axis2 client is somehow sending TWO cookie headers on each POST request, with slightly different formatting but the same JSESSIONID: Cookie: JSESSIONID=69C868C8CC13EA14A5E8846FC87E2EB8 Cookie: $Version=0; JSESSIONID=69C868C8CC13EA14A5E8846FC87E2EB8; $Path

Axis2 client

2007-09-28 Thread jerome.mariette
f there is something specific to do to ba able to access the endpoint ?? I'd like to request my web service from Java Code so I do need to access the EndPoint first ! thanks for your help, Jerome -- View this message in context: http://www.nabble.com/Axis2-client-tf4536570.html#a12947772 Sent fro

[Axis2]: Duplicate Cookie header in requests from Axis2 client

2007-09-28 Thread Merritt, Norris
My Axis2 client is somehow sending TWO cookie headers on each POST request, with slightly different formatting but the same JSESSIONID: Cookie: JSESSIONID=69C868C8CC13EA14A5E8846FC87E2EB8 Cookie: $Version=0; JSESSIONID=69C868C8CC13EA14A5E8846FC87E2EB8; $Path=/myservice This is a problem

Axis2 client error - (WSSecurityEngine: Callback supplied no password for : ....)

2007-09-26 Thread Rajesh, Peter (CLAIMS, WIP)
Hi, While I try to access a service in a remote webservice through a simple java Axis 2 client with Rampart security, below error message is displayed. Please let me know the reason for this error and any workaround for this. org.apache.axis2.AxisFault: General security error (WSSecurityEngine

Re: Calling Axis1 Service with Axis2 Client

2007-09-24 Thread Anne Thomas Manes
It appears that the service you are trying to call uses RPC/encoded, and Axis2 does not support RPC encoding. Anne On 9/24/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm trying to migrate from Axis1 to Axis2, but have to call an external > Service running under Axis1. The Axis1

Calling Axis1 Service with Axis2 Client

2007-09-24 Thread Markus . Hampel
Hi, I'm trying to migrate from Axis1 to Axis2, but have to call an external Service running under Axis1. The Axis1 code to call the service is following: Service externalService = new Service() Call externalServiceCall = (Call) externalService.createCall(); externalServiceCall

Re: Service missing Content-Encoding header, can I trick my Axis2 client?

2007-09-15 Thread keith chapman
Hi Martin, Can you try adding this to ur options. options.setProperty( org.apache.axis2.transport.http.HTTPConstants.MC_ACCEPT_GZIP, "true"); This might work, Just let me know if this solved your problem. Thanks, Keith. On 9/13/07, Martin Smith <[EMAIL PROTECTED]> wrote: > > Hello Axis2 users,

Service missing Content-Encoding header, can I trick my Axis2 client?

2007-09-13 Thread Martin Smith
Hello Axis2 users, I'm using Axis2 to connect to a service implemented with gSOAP. Unfortunately, one important header, Content-Encoding, is left off of the replies when I make a request. Because the content encoding *should* be gzip, my responses are all broken when Axis2 tries to parse with

Re: Interoperatibility problems (Axis2 Client & .Net Server)

2007-09-11 Thread Andrew McGhee
t; Hi all!, We have some Web Services developed with asp.net 2.0. They work fine, and we haven't had problems with interoperatibility between platforms until now. A few days ago, a customer started to use our platform with an Axis2 client. We haven't experience giving support with Axis2

Interoperatibility problems (Axis2 Client & .Net Server)

2007-09-11 Thread PKDor
Hi all!, We have some Web Services developed with asp.net 2.0. They work fine, and we haven't had problems with interoperatibility between platforms until now. A few days ago, a customer started to use our platform with an Axis2 client. We haven't experience giving support with Ax

Re: WS-Addressing version problem, Java Axis2 client to .Net web service

2007-09-09 Thread Andrew McGhee
Thanks Anthony (and others), Your advice has helped us resolve the issue. For reference (for any others that might encounter a similar issue to this), in Axis2-1.1, we had to modify the org.apache.axis2.handlers.addressing.AddressingOutHandler.java within the addressing-1.1.mar used by Axis2.

Re: WS-Addressing version problem, Java Axis2 client to .Net web service

2007-09-05 Thread Sanka Samaranayke
Andrew McGhee wrote: Hi, I'm developing a Java Axis2 1.1 client consuming a dot net web service which requires WS-Addressing. I'm having problems with changing the WS-Addr schema reference in my request. In the client I have the following code... public static void setClientPropertie

Re: WS-Addressing version problem, Java Axis2 client to .Net web service

2007-09-05 Thread Anthony Bull
I also had this same problem a year ago - you can search the mailing list archive to find out how I got it solved - but it did change the SOAP packets to the 2004 namespace - I had to change it for an interop project with a .NET web service and client. I just assumed that it was because MS tak

WS-Addressing version problem, Java Axis2 client to .Net web service

2007-09-05 Thread Andrew McGhee
Hi, I'm developing a Java Axis2 1.1 client consuming a dot net web service which requires WS-Addressing. I'm having problems with changing the WS-Addr schema reference in my request. In the client I have the following code... public static void setClientProperties(org.apache.axis2.client.S

Re: [Axis2] Wich library for axis2-client-deployment

2007-08-21 Thread keith chapman
> On 8/21/07, Oliver Hirschi <[EMAIL PROTECTED]> wrote: > > > Hi > > > > > > I developed a Axis2-Webservice and a java-client-application, using > > > this service. > > > Now my question is about the deployment - I dont like to have all > > &g

Re: [Axis2] Wich library for axis2-client-deployment

2007-08-21 Thread Oliver Hirschi
ent. > - Do I have to pack all 51 axis-2 libraries to the deployment of > the > client, or which jars are needed? > - Or another way: Is there one packing containing all axis2-client > libraries, or is there a way to pack the 51 jars to one axis2.jar, > so > there would b

Re: [Axis2] Wich library for axis2-client-deployment

2007-08-21 Thread keith chapman
libraries to the deployment of the > client, or which jars are needed? > - Or another way: Is there one packing containing all axis2-client > libraries, or is there a way to pack the 51 jars to one axis2.jar, so > there would be only one file for the clients? I tried to pack al the > j

[Axis2] Wich library for axis2-client-deployment

2007-08-21 Thread Oliver Hirschi
, or which jars are needed? - Or another way: Is there one packing containing all axis2-client libraries, or is there a way to pack the 51 jars to one axis2.jar, so there would be only one file for the clients? I tried to pack al the jars to one jar with "jar cvf axis2.jar *.jar", but t

Axis2 client minimum jar set

2007-08-20 Thread DOMINGUEZ Felipe
Hello. Can any one please tell me if there is a document indicating what is the minimum jar set required to run axis2 (1.2 or 1.3) as a client. I must deploy a very simple web service client, but if I add all jar files in the distribution "lib" it will take up to 13MB with axis2 1.2 and 18MB wi

Is it possible to disable signature verification in an Axis2 client?

2007-08-01 Thread Peter Thomas
Hi, As per the subject I have an Axis2 client which connects to a WSE3.0 service which returns a response using XML signatures, which is proving problematic. It would be really useful to be able to disable signature verification for development purposes, is that possible in Axis2? Pete

RE: Configuring Axis2 client

2007-07-16 Thread Shivani Sawhney
: Thursday, July 12, 2007 4:09 PM To: axis-user@ws.apache.org Subject: Re: Configuring Axis2 client Hi, There are two ways to configure security - one method is to use simple configurations and the other is to use Policy. Simple configurations are being deprecated, so better to use Policy. Policy

Re: Configuring Axis2 client

2007-07-12 Thread Dimuthu
Hi, There are two ways to configure security - one method is to use simple configurations and the other is to use Policy. Simple configurations are being deprecated, so better to use Policy. Policy samples are available in Rampart Distribution's sample/policy directory. There are four samples. C

Configuring Axis2 client

2007-07-11 Thread Shivani Sawhney
Hi All, I am really new to Axis and am using Axis2 1.2. I have to use WS-Security on Axis2. I have deployed the service on server and enabled the service's security but do not know the exact steps to configure the client side for security. Am I supposed to configure a client repository and config

Re: [AXIS2] Client API in EJB

2007-06-29 Thread Martin Gainty
t; <[EMAIL PROTECTED]> To: Sent: Friday, June 29, 2007 12:00 PM Subject: [AXIS2] Client API in EJB Hi, I have EJB that needs to invoke web service asynchronously. Is the ServiceClient's sendReceiveNonBlocking method spawn a new thread to handle the web service call? Because it's not

[AXIS2] Client API in EJB

2007-06-29 Thread Huy Tran
Hi, I have EJB that needs to invoke web service asynchronously. Is the ServiceClient's sendReceiveNonBlocking method spawn a new thread to handle the web service call? Because it's not recommended to spawn user threads in EJB container, is it safe to use sendReceiveNonBlocking from my ejb? Huy

RE: [Axis2] Axis2 client message different to Axis1 client messag e

2007-06-25 Thread Alick Buckley
o:[EMAIL PROTECTED] Sent: Tuesday, 26 June 2007 4:25 AM To: axis-user@ws.apache.org Subject: Re: [Axis2] Axis2 client message different to Axis1 client messag e Alick, Did you try the suppress-prefixes option in WSDL2Java? http://svn.apache.org/viewvc?view=rev&revision=480336 https://issues.apach

Re: [Axis2] Axis2 client message different to Axis1 client messag e

2007-06-25 Thread Davanum Srinivas
> > > > > = > > -Original Message- > From: Alick Buckley [mailto:[EMAIL PROTECTED] > Sent: Monday, 25 June 2007 4:15 PM > To: axis-user@ws.apache.org > > Subject: RE:

Re: [Axis2] Axis2 client message different to Axis1 client messag e

2007-06-25 Thread Anne Thomas Manes
23.546 22385943 2435.456 23245 = -Original Message- *From:* Alick Buckley [mailto:[EMAIL PROTECTED] *Sent:* Monday, 25 June 2007 4:15 PM *To:* ax

RE: [Axis2] Axis2 client message different to Axis1 client messag e

2007-06-24 Thread Alick Buckley
5 = -Original Message- From: Alick Buckley [mailto:[EMAIL PROTECTED] Sent: Monday, 25 June 2007 4:15 PM To: axis-user@ws.apache.org Subject: RE: [Axis2] Axis2 client message different

RE: [Axis2] Axis2 client message different to Axis1 client messag e

2007-06-24 Thread Alick Buckley
98765 345.67 7585 === -Original Message- From: Alick Buckley [mailto:[EMAIL PROTECTED] Sent: Monday, 25 June 2007 3:50 PM To: axis-user@ws.apache.org Subject: [Axis2] Axis2 client message differen

Re: WSA Action = null using non Axis2 client

2007-06-08 Thread Eran Chinthaka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, How can we find the operation that your message is destined to, using the information provided in your request? Axis2 can find the service name, i.e. MyService, but what will the operation name?? Please read http://wso2.org/library/176 Thanks, C

Re: WSA Action = null using non Axis2 client

2007-06-08 Thread wesleyalanking
ent: Friday, June 8, 2007 11:47:28 AM Subject: Re: WSA Action = null using non Axis2 client Hi, We have seen this error during axis2 integration into geronimo and we were able to correct this error by setting the soapAction to an empty string if it is null. HTH, Lin wesleyalanking wrote: &g

Re: WSA Action = null using non Axis2 client

2007-06-08 Thread Lin Sun
Hi, We have seen this error during axis2 integration into geronimo and we were able to correct this error by setting the soapAction to an empty string if it is null. HTH, Lin wesleyalanking wrote: I'm running Axis2 version 1.2. I'm getting the following error when attempting to send a req

WSA Action = null using non Axis2 client

2007-06-08 Thread wesleyalanking
I'm running Axis2 version 1.2. I'm getting the following error when attempting to send a request to the Axis2 server. org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not found is /axis2/services/MyService and the WSA Action = null This service is just a simple t

Re: Axis2 client stub thread safety question

2007-05-31 Thread Deepal Jayasinghe
Hi Saju , Axis2 client side is not thread safe , but if you create multiple stubs then I hope it will be thread safe (if you use only one stub and try to access that in different threads then that will not work). I have not tested that , but if you can please try and see. Thanks Deepal > He

Axis2 client stub thread safety question

2007-05-31 Thread Saju Pillai
Hello, Is the Axis2 client stub thread safe ? Can one client stub be shared by multiple threads making requests without explicit synchronization ? -srp - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: [axis2] client side : how to get servicegroupid [END] .

2007-05-24 Thread Fabrice Airault
thanks Deepal & thanks paul Fabrice Deepal Jayasinghe a écrit : Hi Fabrice , Pls have a look at http://wso2.org/library/182 Thanks Deepal hi Paul, i copy addressing.mar in addressing.jar and i add in my classpath. in my code i add this line System.out.println(AddressingFaultsHelper.class)

Re: [axis2] client side : how to get servicegroupid.

2007-05-24 Thread Deepal Jayasinghe
Hi Fabrice , Pls have a look at http://wso2.org/library/182 Thanks Deepal > hi Paul, > > i copy addressing.mar in addressing.jar and i add in my classpath. > > in my code i add this line > System.out.println(AddressingFaultsHelper.class); > > i have my trace ans always exception. > class org.apac

Re: [axis2] client side : how to get servicegroupid.

2007-05-24 Thread Paul Fremantle
If you rename it addressing.jar its no good. Axis2 has a special classloader for MARs. It must be named .MAR Also you need to create the stub: WebServiceWCPStub stub = new WebServiceWCPStub ("http://localhost:8080/axis2/services/WebServiceWCP";); (remove ?wsdl) Paul On 5/24

Re: [axis2] client side : how to get servicegroupid.

2007-05-24 Thread Fabrice Airault
hi Paul, i copy addressing.mar in addressing.jar and i add in my classpath. in my code i add this line System.out.println(AddressingFaultsHelper.class); i have my trace ans always exception. class org.apache.axis2.addressing.AddressingFaultsHelper org.apache.axis2.AxisFault: Unable to engage m

Re: [axis2] client side : how to get servicegroupid.

2007-05-24 Thread Paul Fremantle
Have you got addressing.mar in the client's classpath? Paul On 5/24/07, Fabrice Airault <[EMAIL PROTECTED]> wrote: Hi Deepal Jayasinghe, in client side; i don't know how to engage addressing. if i add this line : stub._getServiceClient().engageModule(new QName("addressing")); i have an except

Re: [axis2] client side : how to get servicegroupid.

2007-05-24 Thread Fabrice Airault
Hi Deepal Jayasinghe, in client side; i don't know how to engage addressing. if i add this line : stub._getServiceClient().engageModule(new QName("addressing")); i have an exception : org.apache.axis2.AxisFault: Unable to engage module : addressing at org.apache.axis2.client.ServiceClient.enga

Re: [axis2] client side : how to get servicegroupid.

2007-05-24 Thread Deepal Jayasinghe
Hi Fabrice , You need to engage addressing in both client and server side. Thanks Deepal > Hi, > > > I create a "Web Service"(axis2-1.1.1) and i want to use SoapSession > but I never receive a servicegroupid. > > > i create a Stub (WebServiceWCPStub) with $AXIS2_HOME/bin/wsdl2java.sh > and my clie

[axis2] client side : how to get servicegroupid.

2007-05-24 Thread Fabrice Airault
Hi, I create a "Web Service"(axis2-1.1.1) and i want to use SoapSession but I never receive a servicegroupid. i create a Stub (WebServiceWCPStub) with $AXIS2_HOME/bin/wsdl2java.sh and my client is: try{ WebServiceWCPStub stub = new WebServiceWCPStub("http://localhost:8080/axis2/services/We

Re: Cannot load SchemaTypeSystem Error in Axis2 client using XMLBeans

2007-05-21 Thread robert lazarski
This is a common problem. I think you can run one of the bat / sh files that get generated, or you can follow these instructions: http://ws.apache.org/axis2/tools/1_2/CodegenToolReference.html#invoking "An important detail is that an XMLBean class file is also generated by WSDL2Java, TypeSystemH

Cannot load SchemaTypeSystem Error in Axis2 client using XMLBeans

2007-05-21 Thread Ashish Kulkarni
Hi I am using WSDL2Java to create java source from WSDL, and then i created a client to call this web service, but i am getting following error Caused by: java.lang.RuntimeException: Cannot load SchemaTypeSystem. Unable to load class with name schemaorg_apache_xmlbeans.system.sC3DD632CC9C08A8478E

Re: Axis2 client + Xfire service : OutOfMemoryError

2007-05-21 Thread Paul Fremantle
o be created > once. > > Paul > > On 5/16/07, Raf177 <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I'm using Axis2 as client (adb binding) and Xfire as service. After >> around >> 200 calls, axis2 client is out of memory. Something is very int

Re: Axis2 client + Xfire service : OutOfMemoryError

2007-05-21 Thread Raf177
TED]> wrote: >> >> Hi, >> >> I'm using Axis2 as client (adb binding) and Xfire as service. After >> around >> 200 calls, axis2 client is out of memory. Something is very interesting : >> if >> i don't load axis2.xml file, there's no out o

Re: axis2 client handlers

2007-05-18 Thread robert lazarski
The migration guide has an example of porting an axis1 handler to an axis2 module: http://ws.apache.org/axis2/1_2/migration.html#custom_deployment You can use the ServiceClient API to engage the module client side. Google for engaging the addressing module, as that is the most frequent use. HTH

Re: axis2 client handlers

2007-05-18 Thread Deepal Jayasinghe
In Axis2 you can do the same thing with Axis2, you need to create a module with your handlers and then need to engage that at the client side. Please read the user guide then you will understand how to create a module , if you have any question please ask them in the list. We are more than happy

axis2 client handlers

2007-05-18 Thread Simon Steinacker
Hello, I come from axis 1 and I wondered how it is possible in axis 2 to place client handlers in the workflow? (axis1 offered these ServiceLocators, where I could pass an EngineConfiguration class). thanks for you help, Simon -

Re: Axis2 client + Xfire service : OutOfMemoryError

2007-05-17 Thread Paul Fremantle
e configContext is only designed to be created once. Paul On 5/16/07, Raf177 <[EMAIL PROTECTED]> wrote: Hi, I'm using Axis2 as client (adb binding) and Xfire as service. After around 200 calls, axis2 client is out of memory. Something is very interesting : if i don't load ax

Re: Axis2 client + Xfire service : OutOfMemoryError

2007-05-16 Thread Eran Chinthaka
nd > 200 calls, axis2 client is out of memory. Something is very interesting : if > i don't load axis2.xml file, there's no out of memory and the response is > very fast : > stub = new PatrimoineStub(null, "http://...";); > > If I load axis2.xml, OutOfMemoryErr

Axis2 client + Xfire service : OutOfMemoryError

2007-05-16 Thread Raf177
Hi, I'm using Axis2 as client (adb binding) and Xfire as service. After around 200 calls, axis2 client is out of memory. Something is very interesting : if i don't load axis2.xml file, there's no out of memory and the response is very fast : stub = new PatrimoineStub(null, "

Re: working in .NET, but "Unexpected subelement return" when I try to run as axis2 client

2007-05-10 Thread Amila Suriarachchi
trying to figure out why I'm getting this "Unexpected subelement return" Runtime Exception when I try to use an axis2 client that I created by using wsdl2java pointing to a wsdl that describes a webservice running on Jboss4.0.5 (with jax-ws2.0 applied). I can easily create the webservice

working in .NET, but "Unexpected subelement return" when I try to run as axis2 client

2007-05-09 Thread Rick Reumann
I'm trying to figure out why I'm getting this "Unexpected subelement return" Runtime Exception when I try to use an axis2 client that I created by using wsdl2java pointing to a wsdl that describes a webservice running on Jboss4.0.5 (with jax-ws2.0 applied). I can easily c

RE: How to increase the time out of the Axis2 client

2007-04-24 Thread Vibhor_Sharma
thanks will look in to your suggestions and revert back. thanks From: aaron aston [mailto:[EMAIL PROTECTED] Sent: Tue 4/24/2007 2:34 PM To: axis-user@ws.apache.org Subject: Re: How to increase the time out of the Axis2 client I have generated stubs as well

<    1   2   3   4   5   >