Re: Axis2/c help

2009-02-25 Thread Rajika Kumarasiri
Look at the log files inside the log directory. -Rajika On Wed, Feb 25, 2009 at 1:22 PM, sasanka pusapati spusapati...@gmail.comwrote: I tried running math.exe under bin/samples in command prompt, but it throws an error saying math stub invoke failed, what could be the reason ..? On Wed,

Re: Axis2/c help

2009-02-25 Thread sasanka pusapati
Is it possible to invoke the sample web service using the following url http://localhost:9090/axis2/services/Caluclator ... ? On Wed, Feb 25, 2009 at 1:31 PM, Rajika Kumarasiri rajik...@gmail.comwrote: Look at the log files inside the log directory. -Rajika On Wed, Feb 25, 2009 at 1:22

Re: Document/Literal - Handwritten wsdl? Method signature OMELement?

2009-02-25 Thread Guo Tianchong
hi Asmita, please define a method likes: public String myWebServiceMethod(String, String, String) { ... } and publish it from your the service. After that, please look at the wsdl in the URL (?wsdl) once again. Guo - Original Message - From: Attharkar, Asmita aatth...@telcordia.com

Re: Axis2 - Rampart: Clientside Policy Configuration

2009-02-25 Thread Nandana Mihindukulasooriya
Yes, this is correct. You can also do this programatically in the client like this. https://wso2.org/library/3415 Client side : step 6 But if you don't have any specific requirement do this programatically ( such as values are only available at runtime), I think your approach is fine. thanks,

RE: Axis2 - Rampart: Clientside Policy Configuration

2009-02-25 Thread Berner, Nicolas
Ok, great. Thanks for your reply Nandana! Regards, Nicolas From: Nandana Mihindukulasooriya [mailto:nandana@gmail.com] Sent: Wednesday, February 25, 2009 10:46 AM To: axis-user@ws.apache.org Subject: Re: Axis2 - Rampart: Clientside Policy Configuration Yes, this is correct. You

Re: Axis2: how to skip namespace prefixes ?

2009-02-25 Thread GKGT80
Hello keith, Axis is generating SOAP Request in this form :- soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; soapenv:Body urn:portalreadmeter2 xmlns:urn=urn:Alcatel_Lucent_OSP_BPEL meterref100010/meterref

Re: Axis2: how to skip namespace prefixes ?

2009-02-25 Thread Andreas Veithen
Note that the second request is not valid with respect to the schema defined in your WSDL, because meterref is in the urn:Alcatel_Lucent_OSP_BPEL namespace, but the schema uses elementFormDefault=unqualified. Andreas On Wed, Feb 25, 2009 at 11:13, GKGT80 gk...@yahoo.com wrote: Hello keith,

Re: Bug in Code Generator Wizard - Eclipse Plug-in

2009-02-25 Thread ibrahim demir
Hi; You must set java -version to 1.6 or above. Also move your eclipse directory to the root directory of your drive like c:/eclipse/eclipse.exe d:/eclipse/eclipse.exe Then start eclipse with clean parameter. Yours. Ibrahim DEMIR CyberSoft Yazilim Muh. http://www.ibrahimdemir.org

Problems using https and rampart

2009-02-25 Thread Håkon Sagehaug
Hi I'll try to rephrase my question since I've not got any replay on my last one. Is there normally any problems with using rampart in conjunction with a web service running under https. I can call the web services using ws-policy and rampart fine using http, but when calling using https I get

Re: Please help newbie to integrate hibernate with axis2

2009-02-25 Thread Srinath Perera
Hi Anudeep; I am not involved with the hibernate integration, and have not tried it myself. So I am fowarding this to the user list. Hopefully someone will pick it up. Thanks Srinath On Wed, Feb 25, 2009 at 8:51 AM, Anudeep G anucool.i...@gmail.com wrote: Hi Please can you tell me how can i

RE: Please help newbie to integrate hibernate with axis2

2009-02-25 Thread Zouhdi Haffar
Have a look at the following URL: http://wso2.org/blog/dims/1131 It's an issue with loading property files from within a jar/aar. Zouhdi El Haffar Senior Consultant Valtech 19111 North Dallas Pkwy Dallas, TX 75287 USA Tel: 972-789-1200 Fax: 972-789-1340   www.valtech.us This message and any

[Axis 1.4] Nillable Fields when generating Client From nusoap WSDL

2009-02-25 Thread mohammad jouni
Hello Everyone , I am currently attempting to consume a nusoap WSDL file and generate java client classes , to do this , I am using WSDL2java which comes with axis 1.4 . My problem is that when generating the classes , any call I make using these classes results in the following axis fault :

RE: Please help newbie to integrate hibernate with axis2

2009-02-25 Thread gade anudeep
Thanks Zouhdi..I was able to solve this problem with ur info partly. And Now i am able to integrate hibernate with axis2 successfully from inside AAR file.. --- On Wed, 25/2/09, Zouhdi Haffar zouhdi.haf...@valtech.com wrote: From: Zouhdi Haffar zouhdi.haf...@valtech.com Subject: RE: Please

Re: Problems using https and rampart

2009-02-25 Thread Nandana Mihindukulasooriya
Hmm, strange. Can you post the complete client code ? thanks, nandana On Wed, Feb 25, 2009 at 5:31 PM, Håkon Sagehaug hakon.sageh...@bccs.uib.nowrote: Hi I'll try to rephrase my question since I've not got any replay on my last one. Is there normally any problems with using rampart in

new hander created myself doesn't run, what is the problem?

2009-02-25 Thread 김해현
I created new xxxHandler to modify soap header based on axis2. Could you talk to me what's the problem? and Where is the place for new Handler class?

Re: new hander created myself doesn't run, what is the problem?

2009-02-25 Thread Sagara Gunathunga
Hi, you need to create a Axis2 module and deploy to invoke your Handler , please refer [1] [2] for steps by steps instructions about how to write a module in Axis2 . [1] - http://ws.apache.org/axis2/1_4_1/modules.html [2] - http://blogs.deepal.org/2009/02/writing-axis2-module.html Thanks ,

REST not working after upgrade from 1.1.1 to 1.4.1

2009-02-25 Thread Ben Williams
Hi, I'm upgrading my Axis2 1.1.1 based service to 1.4.1. REST behavior seems to have changed in 1.4.1. When I made a GET request to my service under 1.1.1 Axis would pass a simple XML OMElement to my service method that looked something like this:

Re: Service.aar files with different version libraries issue.

2009-02-25 Thread Andreas Veithen
Taking into account the information you provided in the previous conversation [1], it appears that the return type of the method causing the NoSuchMethodError was changed by the enhancement described in WSCOMMONS-232, which was implemented somewhere between releases 1.2.2 and 1.2.7. This means

Re: Bug in Code Generator Wizard - Eclipse Plug-in

2009-02-25 Thread Car Toper
Is the reason it needs to be in the root the fact that spaces in folder names (like Program Files) cause problems? I ask because I have already put it into C:\Apps\eclipse so that spaces won't be an issue. According to the Eclipse Configuration Details, I am running Java 1.6.0_11:

Extension options with -E

2009-02-25 Thread Harshad Chavan
Hi all, Where can I find documentation for what kind of -E options are available for wsdl2java.bat. Everywhere in the documentation e.g. at http://ws.apache.org/axis2/tools/1_2/CodegenToolReference.html They specify that Apart from these mentioned options one can pass extra options by

HTTP connection leak and other related issues

2009-02-25 Thread Alexis Midon
Hi everyone, All the issues relatives to AXIS2-935 are really messy, some of them are closed but their clones are not. Some are flagged as fixed but are obviously not. All these issues are really old, so I'd like to take a chance to bring them back to your attention, especially before releasing

Re: REST not working after upgrade from 1.1.1 to 1.4.1

2009-02-25 Thread keith chapman
Could you post some extracts from your generated wsdl please. The extracts that I need would be the segment defining the operation and the schema of the input message. Thanks, Keith. On Thu, Feb 26, 2009 at 2:08 AM, Ben Williams b...@plasticboy.com wrote: Hi, I'm upgrading my Axis2 1.1.1

Re: Service.aar files with different version libraries issue.

2009-02-25 Thread hping
Thanks Andreas, That is the reason, I think. Andreas Veithen-2 wrote: Taking into account the information you provided in the previous conversation [1], it appears that the return type of the method causing the NoSuchMethodError was changed by the enhancement described in WSCOMMONS-232,

Re: Bug in Code Generator Wizard - Eclipse Plug-in

2009-02-25 Thread ibrahim demir
Eclipse configuration is not important . System java version is important here ant just check it with command prompt Just write java -verison and if it is not set to 1.6 than go and add java path to system variables and set java home also on system variables. Also C:\Apps\eclipse is enough.

How to create phase for axis2 handler?

2009-02-25 Thread 김해현
How to create phase for axis2 handler? I created new handler (extended AbstractHandler class). The handler doesn't run. I think new phase class but i don't know how to create and use phase class.