- This topic has 7 replies, 3 voices, and was last updated 16 years, 11 months ago by ashishkulkarni.
-
AuthorPosts
-
ashishkulkarniMemberHi there,
Does MyEclipse support Axis 1.4?
If not, then how do I go about generating Java classes, stubs, etc. from a WSDL in MyEclipse as I believe XFire doesn’t do that.
Best Regards,
Ashish.
Loyal WaterMemberMyEclipse does not support Axis.
If not, then how do I go about generating Java classes, stubs, etc. from a WSDL in MyEclipse as I believe XFire doesn’t do that.
I think your talking about client generation here. Here a quickstart doc that explains client generation:-
http://www.myeclipseide.com/documentation/quickstarts/webservicesclient/
ashishkulkarniMemberHi there,
I am sorry to be a bit incomplete in my description.
I am looking to generate the Web Service as well as Client. AXIS 1.4 allows this. This is a vital part of functionality for me as I have to generate Web Services that adhere to an existing WSDL.
AXIS 1.4 allows this. I am not sure if XFire does.
Hence the question.
Best Regards,
Ashish.
ashishkulkarniMemberHi guys,
Any progress on this one?
Best Regards,
Ashish.
Riyad KallaMemberAshish,
Creating a web service in MyEclipse using XFire is very straight forward. Please take a look at our WS doc here: http://www.myeclipseide.com/documentation/quickstarts/webservices/You can essentially code up your web service class (as a plain class), then use XFire to expose it, then point the Client Generation wizard at it and generate a client for it. In the “Welcome to MyEclipse” webinar I actually did this. It’s towards the end (be sure to right-click and save as the recording of the webinar if you want to watch it).
ashishkulkarniMemberHi Riyad,
Thanks for this answer. Is it possible to generate Java Service from a WSDL using XFire within MyEclipse? It is the Service classes that I am interested in generating and not the Client classes.
I can do so using AXIS. Is this possible to be done using XFire in MyEclipse?
Best Regards,
Ashish.
Riyad KallaMemberAbsolutely. When you fire up the New Web Service wizard, the first screen asks you if you want to start with code or generate from a WSDL, just select WSDL.
ashishkulkarniMemberHi Riyad,
Thanks for your help. I can see how the wizard works both ways now.
Best Regards,
Ashish.
-
AuthorPosts