Re: Problem with Ubuntu

2009-09-17 Thread Jose M Medina V
Selvaratnam thank for your response.I’m attaching all source code of the web service; the function axis2_srvprb_agrApuesta is in web_serv_prb.c library.As additional information the command that I use to build axis2c in Ubuntu was:./configure --prefix=/opt/axis2c

Re: Axis2 timeouts configuration

2009-09-17 Thread Amila Suriarachchi
On Wed, Sep 16, 2009 at 6:35 PM, Moley Harey moleyha...@gmail.com wrote: Hi, yes here is the error trace in the server side: org.apache.axis2.AxisFault at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430) at

Re: specifying that the operation parameter should be base64Binary encoded string

2009-09-17 Thread Amila Suriarachchi
On Wed, Sep 16, 2009 at 4:54 PM, ghader gha...@douran.com wrote: I have an operation in my service which is like: public DataHandler loadData(String key) {...} I want to specify that the input parameter of the operation should be a base64Binary encoded string. How can I do this? I think

Re: Creating a async web sercice

2009-09-17 Thread Amila Suriarachchi
2009/9/16 Håkon Sagehaug hakon.sageh...@bccs.uib.no Hi I wanted to try out to make a web service async, does anyone know of a cookbook how to do that? I found this link[1] explaning how I want my service to work. is it the AsyncMessageReceiver from the integration module in axis2 svn I

looking for jar files

2009-09-17 Thread ghader
where can I find jar files for these three imports? import org.apache.ws.axis2.mtomsample.AttachmentResponse; import org.apache.ws.axis2.mtomsample.AttachmentType; import org.w3.www._2005._05.xmlmime.Base64Binary;

Forcing I/O streams in an axis2 client

2009-09-17 Thread Christophe Dehlinger
Hello, I am trying to write an Axis2 client for a SOAP service that can be reached through a SSH channel created by Maverick SSH. In practice, this means sending and reading SOAP/HTTP messages on an OutputStream/InputStream pair created by Maverick. What is the best way to have Axis2 use these

Re: Creating a async web sercice

2009-09-17 Thread Håkon Sagehaug
hi thanks for the tip. I've added the parameter to the service.xml file. For simulating a long running ws I 've got a simple echo service where I sleep the thread in 1 minute, like this try { Thread.sleep(6); } catch (InterruptedException e) { e.printStackTrace(); }

RE: WSDL URL is Changing

2009-09-17 Thread E Shanaka Jayasundera
Axis 2 version is 1.4.1 What is the parameter to that we need to change? Thanks in advance. From: Amila Suriarachchi [mailto:amilasuriarach...@gmail.com] Sent: Thursday, September 17, 2009 11:21 AM To: axis-user@ws.apache.org Subject: Re: WSDL URL is Changing what is the axis2

Re: [ANNOUNCE] Rampart1.5 Release Candidate ready for testing

2009-09-17 Thread stlecho
Hi, Is this version compatible with Axis2 v1.4 and/or v1.5? Where can I find a description of the features/modifications/fixes implemented in this version? Regards, Stefan Lecho. Nunny wrote: Hi All, Apache Rampart 1.5 (Rampart version for Axis2 1.5) Release Candidate is available

Re: WSDL URL is Changing

2009-09-17 Thread Amila Suriarachchi
On Thu, Sep 17, 2009 at 3:27 PM, E Shanaka Jayasundera shan...@aeturnum.com wrote: Axis 2 version is 1.4.1 What is the parameter to that we need to change? !--parameter name=contextRootaxis2/parameter-- thanks, Amila. Thanks in advance. *From:* Amila Suriarachchi

Re: Creating a async web sercice

2009-09-17 Thread Amila Suriarachchi
What is the Axis2 version you use? try with Axis2 1.5. hope you have set the parameter correctly. thanks, Amila. 2009/9/17 Håkon Sagehaug hakon.sageh...@bccs.uib.no hi thanks for the tip. I've added the parameter to the service.xml file. For simulating a long running ws I 've got a

Re: Forcing I/O streams in an axis2 client

2009-09-17 Thread Amila Suriarachchi
On Thu, Sep 17, 2009 at 12:54 PM, Christophe Dehlinger christophedehlin...@gmail.com wrote: Hello, I am trying to write an Axis2 client for a SOAP service that can be reached through a SSH channel created by Maverick SSH. In practice, this means sending and reading SOAP/HTTP messages on an

Re: Creating a async web sercice

2009-09-17 Thread Håkon Sagehaug
Hi I used axis2 1.4.1 and changed to 1.5, but I still got time out. I changed just on the client side, server is still using 1.4.1 2009/9/17 Amila Suriarachchi amilasuriarach...@gmail.com What is the Axis2 version you use? try with Axis2 1.5. hope you have set the parameter correctly. On

Call invoke parameter with a char

2009-09-17 Thread marcelotmelo
Hi, all. I've been since yesterday trying to develop I client for a RPC/Encoded web service. I've managed to call the operation, and get a response from the server, albeit not the desired one. The problem is one of the parameters at call.invoke is a String that has a char on it. Debugging the

Re: Creating a async web sercice

2009-09-17 Thread Håkon Sagehaug
Hi I also get this error message SEVERE: The Callback for MessageID urn:uuid:E75DBDF30A77DAB1011253193935432 was not found org.apache.axis2.AxisFault: The Callback for MessageID urn:uuid:E75DBDF30A77DAB1011253193935432 was not found cheers, Håkon 2009/9/17 Håkon Sagehaug

Fw: High Priority ,Parallel requests throwing null pointer exception.

2009-09-17 Thread sri ram
Hi All, I have a webservice developed in axis 2. Works fine when there are sequence of requests. However when two  parallel request hit the Axis Servlet I get exception. When I send these two requests sequentially everything is holy . So ideally,nothing is wrong with the  request. PFA :

unsubscribe

2009-09-17 Thread Luc, Scott (ISD, IT)
unsubscribe This communication, including attachments, is for the exclusive use of addressee and may contain proprietary, confidential and/or privileged information. If you are not the intended recipient, any use, copying,

Re: Creating a async web sercice

2009-09-17 Thread Håkon Sagehaug
Hi I changed to axis2 1.5 also on the server and then all seems to work. Thanks for the help cheers, Håkon 2009/9/17 Håkon Sagehaug hakon.sageh...@bccs.uib.no Hi I also get this error message SEVERE: The Callback for MessageID urn:uuid:E75DBDF30A77DAB1011253193935432 was not found

Axis with Jetty setup - help appreciated

2009-09-17 Thread Scott Thomas
OK, here's the deal. I want to be a SOAP server. I have the WSDL file for the kind of SOAP server I want to be. I ran it through WSDL2Java. I now have the deploy and undeploy WSDD files, as well as the auto-generated Java files. I have written implementations for the operations in the

xs:date issues in axis2-1.5

2009-09-17 Thread Asen
Hi there, I am getting error on xs:date manipulations at the server side. Does anyone know any solution to this problem? Exception in thread main org.apache.axis2.AxisFault: date string can not be less than 19 charactors at

Re: securing axis2

2009-09-17 Thread Srinath Perera
You have two choices , https, (http://ws.apache.org/axis2/1_5/http-transport.html#httpsupport) and Message level security (WS-Secuirty see Rampart) . http://ws.apache.org/rampart/ http://www.ibm.com/developerworks/java/library/j-jws4/ --Srinath On Wed, Sep 16, 2009 at 3:05 AM, Chris Snow

Re: xs:date issues in axis2-1.5

2009-09-17 Thread Amila Suriarachchi
On Fri, Sep 18, 2009 at 3:05 AM, Asen asen.m.ase...@gmail.com wrote: Hi there, I am getting error on xs:date manipulations at the server side. Does anyone know any solution to this problem? Exception in thread main org.apache.axis2.AxisFault: date string can not be less than 19 charactors

Re: Fw: High Priority ,Parallel requests throwing null pointer exception.

2009-09-17 Thread Amila Suriarachchi
do you have wstx-asl-3.2.4.jar, and geronimo-stax-api_1.0_spec-1.0.1.jar in the class path? thanks, Amila. On Thu, Sep 17, 2009 at 7:03 PM, sri ram pinnamaraju_sri...@yahoo.co.inwrote: Hi All, I have a webservice developed in axis 2. Works fine when there are sequence of requests.