Search:

Type: Posts; User: krisbude; Keyword(s):

Search: Search took 0.02 seconds.

  1. axis1 1.3

    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.
  2. Thread: test posting

    by krisbude
    Replies
    0
    Views
    719

    test posting

    ok, i going to post at least 15 posts... so I can use urls to localhost in my post... shitty
  3. You are only allowed to post URLs to other sites after you have made 15 posts or more

    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...
  4. Creating WebService client starting from a WSDL

    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,...
  5. It has to do something with overriding methods....

    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!
  6. AOP with AspectJ static type versus runtime type

    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.*(..));
Results 1 to 6 of 6