Re: Axis 2 Client not receiving a thrown exception from an Axis 2 Webservice

2011-09-29 Thread Hodchenkov, Paul
Hi, Yes, you can call it DoSomethingResult which is just a marker response. You just need to return smth from service. Sent from my iPad On 29.09.2011, at 20:05, "Alfredo Manuel Osorio Martinez" wrote: > Thanks for your response. But what do you mean with replace void by > empty TestMyServic

RE: Axis 2 Client not receiving a thrown exception from an Axis 2 Webservice

2011-09-29 Thread Alfredo Manuel Osorio Martinez
Thanks for your response. But what do you mean with replace void by empty TestMyServiceResult class? You mean to create a new custom class named "TestMyServiceResult" and return that form the MyService.doSomethingMethod? Something like: public TestMyServiceResult doSomething() { throw

Re: Axis 2 Client not receiving a thrown exception from an Axis 2 Webservice

2011-09-29 Thread Hodchenkov, Paul
Hi, Web method with void return type is considered as one way message. Not sure about axis 2, but in jax-ws Client does not expect to have a response(including faults). Replace void by empty TestMyServiceResult class. Sent from my iPad On 28.09.2011, at 19:38, "Alfredo Manuel Osorio Martinez"

Wrong service endpoint address being generated from auto generated WSDL

2011-09-29 Thread Sathwik
Hi, The auto generated WSDL document contains the Service Endpoint Address as http://:/axis2/services/./ Why is the portName being appended at the end of the endpoint. When you import the WSDL in SOAPUI to test the service and fire the request it complains that the Endpoint doesn't e

axis2-wsdl2code-maven-plugin / multiple input wsdls

2011-09-29 Thread frank . jakop
Hello, I have to generate stubs from a bunch of wsdl-files (~300 files). The old axis-plugin (axis1) allowed me to specify a list of wsdls, the new one does not. I am using plugin version 1.5.4. It is no option for me specifying 300 executions in my pom, does anyone know a solution? Regards

RE: [AXIS2] Problem: Sending JSON messages to a SOAP Web service using Axis2

2011-09-29 Thread Hodchenkov, Paul
Hi, Please find the source attached. Compile it and add to axis2.xml instead of default badgerfish builder. From: Hans De Clercq [mailto:hans.de.cle...@aristomusic.com] Sent: Thursday, September 29, 2011 12:43 PM To: java-user@axis.apache.org Subject: Re: [AXIS2] Problem: Sending JSON messages to

Re: [AXIS2] Problem: Sending JSON messages to a SOAP Web service using Axis2

2011-09-29 Thread Hans De Clercq
Hi, I suppose you mean JSONBadgerfishOMBuilder ? is it possible to send me a modified jar ? Or explain how I can modify JSONBadgerfishOMBuilder and what the whole processDocument method looks like? Thanks! Op 28/09/2011 15:21, Hodchenkov, Pa

Fetch SSL Client Certificate from AXIS-Request

2011-09-29 Thread maxpade
Hi all, i have set SSL-Client authentiaction for my AXIS-Webservice. Now i'm sending with SSL the client-certificate to authenticate at the server. How could i read the SSL-Certificates in AXIS while the transport handshake?  Are there examples? Any suggestion would be great appreciated. Tha