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
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
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"
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
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
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
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
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