Re: temporary generated wsdl's use

2009-10-14 Thread Asma Maalej
Hello Is there a some how solution for my request?? if you ask for any clarification, explanation, I'm usually ready for. Asma MAALEJ a écrit : Hello I time ago, using axis1 environment, I have established a java class which allows to recover operations's parameters of a serv

temporary generated wsdl's use

2009-10-11 Thread Asma MAALEJ
Hello I time ago, using axis1 environment, I have established a java class which allows to recover operations's parameters of a service web by parsing its wsdl file already generated. Now, by trying to upgrade it under axis2-1.4.1 version, I noticed that the wsdl file becomes temporary and I h

java.lang.ClassNotFoundException

2009-10-02 Thread Asma Maalej
Hello In order to return the |Stub Class| object associated with the class of the web service, I used the following method within a handler * */Class thisClass =Class.forName(serviceName+"Stub"); Object iClass = thisClass.newInstance();/* * but this, launch me this Exception: *

Re: automatic generation of a module .mar

2009-09-29 Thread Asma Maalej
I can understand there is no clear solution for my problem Amila Suriarachchi a écrit : On Tue, Sep 29, 2009 at 2:07 PM, Asma Maalej <mailto:amaa...@laas.fr>> wrote: Hello In fact, I don't need to use any plugin to do that, because my purpose is to generat

Re: automatic generation of a module .mar

2009-09-29 Thread Asma Maalej
you now help me how can I do this Sagara Gunathunga a écrit : Did you try for Aixs2 Maven MAR Plug-in ..? please take a look [1] [1] - http://ssagara.blogspot.com/2009/03/axis2-maven-module-mar-plug-in.html On Mon, Sep 28, 2009 at 10:17 PM, Asma Maalej wrote: Hello Using Axis2.1.4.1, I wanna

automatic generation of a module .mar

2009-09-28 Thread Asma Maalej
Hello Using Axis2.1.4.1, I wanna know how can I generate automatically a module .mar file. This generation must be done within an other java class in which we have to write the core of handlers and module classes and also to generate the MANIFEST.MF file and module.xml file under the META-INF

Re: access to SOAP Body Element (Axis2 API)

2009-09-24 Thread Asma Maalej
.transport.TransportUtils.createSOAPMessage(TransportUtils.java:112) at org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:88) ... 6 more If you have any suggestion, don't hesitate to procure me, please Amila Suriarachchi a écrit : On Wed, Sep 23, 2009 at 8:17 PM, Asma M

access to SOAP Body Element (Axis2 API)

2009-09-23 Thread Asma Maalej
Hello Using Axis2.1.4.1, and in order to recover methods name of a web service within a handler code, I tried to access to the SOAP message and extract it from the SOAPBody. Then, I tried to use "SOAPBodyElement" Class as shown below : * SOAPEnvelope soapenv = messageContext.getEnvelope();

Axis 2 Client Exception

2009-09-21 Thread Asma Maalej
hello I'm working on web service, I'm used to invoke them across Axis2 Client to which I engage module to intercept response time and it worked fine. however, this does not work any more well. In fact, when I try to run the main client class, an exception launch caused by the following instruc

Re: AW: How to call a web service from another one???

2009-08-25 Thread Asma Maalej
same procedure as calling a WS X via client-stub of X. Thanks, Markus -Ursprüngliche Nachricht- Von: Asma Maalej [mailto:amaa...@laas.fr] Gesendet: Dienstag, 25. August 2009 11:25 An: axis-user@ws.apache.org Betreff: Re: How to call a web service from another one??? Hello thank you for

Re: How to call a web service from another one???

2009-08-25 Thread Asma Maalej
peration inputs >From the wsdl of the Webservice B you can create a SOAP Message and then send this soap message usign the soap client. You can use JAXWS API's for this. Please have a look at the javax.xml.ws package. Hope this helps. Thanks & Regards Dhanush -Original Mes

Re: How to call a web service from another one???

2009-08-25 Thread Asma Maalej
enerated-client-code.html -Original Message----- From: Asma Maalej [mailto:amaa...@laas.fr] Sent: Monday, August 24, 2009 12:13 PM To: axis-user@ws.apache.org Subject: How to call a web service from another one??? Hello I am using Axis2.1.4.1 and eclipse ganymede 3.4 and I am trying to create a we

How to call a web service from another one???

2009-08-24 Thread Asma Maalej
Hello I am using Axis2.1.4.1 and eclipse ganymede 3.4 and I am trying to create a web service which is a consumer to another webservice, but I don't know how could I call another web service from the consumer one. I knew that with Axis1, this call between web services will be made across a met

Re: DB storage intercepted response-time values

2009-08-07 Thread Asma Maalej
e-time at the handler runtime Chinmoy Chakraborty a écrit : Follow the link, you may find it useful... http://www.packtpub.com/article/handler-and-phase-in-apache-axis Chinmoy On Fri, Aug 7, 2009 at 6:59 PM, Asma Maalej <mailto:amaa...@laas.fr>> wrote: Hello i'm w

DB storage intercepted response-time values

2009-08-07 Thread Asma Maalej
Hello i'm working on the monitoring web services, using axis2-1.4.1 and tomcat 6.0.18. I have to intercept QoS parameters like response-time. to do that, I should capture in the handler code the System.currentTimeMillis() and add it to the SOAPheader of the SOAP message. of course, this handl

unknown error

2009-08-06 Thread Asma Maalej
hello every one Actually, i used to work with axis2, implementing web service and invoking them by a simple client and it worked usually fine. however, i was surprised by a throwed exception i don't know the reason below is the client code which was working fine: import java.rmi.RemoteExceptio

Axis 1.4 Exception

2009-06-30 Thread Asma Maalej
Hello everybody I am an Axis 1.4 user. My problem is as follows: I try to use my web service, from a visual basic code, in order to communicate with an other java program, however it doesn't works usually fine and sometimes an exception rises: 2009-06-29 18:07:43,093 WARN [http-8085-Processo

Re: Modifing genereted Client stub class

2009-06-29 Thread asma maalej
://ws.apache.org/axis2/1_5/modules.html Thanks, Sameera On Fri, Jun 26, 2009 at 8:10 PM, Asma Maalej <mailto:amaa...@laas.fr>> wrote: Hi In order to add a custom block header to the SOAP message, i want to keep the SOAP header sent by the client or the server side, and pr

Modifing genereted Client stub class

2009-06-26 Thread Asma Maalej
Hi In order to add a custom block header to the SOAP message, i want to keep the SOAP header sent by the client or the server side, and prevent the system to delete it. So that, i thought to modify in the core of the genereted client Stub, may be it can resolve the problem if someone has a

Re: implementing Client as server

2009-06-18 Thread Asma MAALEJ
nality to it or what? ---- *From:* Asma MAALEJ *To:* axis-user@ws.apache.org *Sent:* Thursday, June 18, 2009 3:06:56 PM *Subject:* implementing Client as server Hello Can somebody tell me if it is possible to change the implementation of a client of a web

implementing Client as server

2009-06-18 Thread Asma MAALEJ
Hello Can somebody tell me if it is possible to change the implementation of a client of a web service, under Axis2-1.4.1 container, to an other so that it will as a service requester which call the service provider? if it is, please tell me how ? i'm looking for a positive response from you

ServiceSOAP

2009-06-10 Thread Asma MAALEJ
Hi everybody I'm an Axis1 user, and i had implemented web service over it, but now, my work require to be upgraded to Axis2. Hence, i'm facing a lot of problems arised from the big diffrence between Axis1.x architecture and Axis2 one. So I'd just like to know what is, ever it is not exactly