Link to home
Start Free TrialLog in
Avatar of rbhargaw
rbhargawFlag for United States of America

asked on

Accessing a Web service and using Axis2 and Jdeveloper IDE

Hello,

We have an portal application which is in Jdeveloper IDE. Now there is an webservice which we now should start using.

My question is whether I need to generate stub file using axis2 and import them to Jdeveloper

or Jdeveloper itself can generate the client stubs.

Let me know which one is better?

Thanks
Roop
Avatar of Nellios
Nellios
Flag of Greece image

I don't know if JDeveloper can generate the stubs by itself. I know though that it doesn't really matter.

All IDEs that support the operation above (axis2 client) use the wsdl2java tool of axis2 and generate the exact same client (changes might occur if IDE supports something else beside axis2 like xfire, jax_ws etc).

Personally I use maven2 and I let maven2 appropriate plugin to do the work.
Avatar of rbhargaw

ASKER

But I wanted to know if I can use client stubs created by axis in Jdeveloper environment?
ASKER CERTIFIED SOLUTION
Avatar of rbhargaw
rbhargaw
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial