Hi,
I'm using axis1 (version 1.3) instead of axis2.
It works fine. The stubs are generated (with a maven plugin).
It is easy configurable and fun to use.
Type: Posts; User: krisbude; Keyword(s):
Hi,
I'm using axis1 (version 1.3) instead of axis2.
It works fine. The stubs are generated (with a maven plugin).
It is easy configurable and fun to use.
ok, i going to post at least 15 posts... so I can use urls to localhost in my post... shitty
What the fuck is this??
I'm trying to post an example here with url's to localhost and it won't accept my post!!!
"You are only allowed to post URLs to other sites after you have made 15 posts...
Hi there,
I have to communicate with several webservices.
For all those webservices, wsdl files are available.
I've tried to use Axis2 to generate stubs from those wsdl's. But unfortunately,...
It has to do something with overriding methods. When I put another method in B that is not in A, than it works fine. Strange behavior!
Hi there,
I have 3 classes: A, B and C
B extends A
C extends B
Further more I have several pointcuts defined:
pointcut test1() : execution(* A.*(..));