- This topic has 7 replies, 3 voices, and was last updated 17 years, 6 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.
December 13, 2007 at 11:01 am #279630
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/December 13, 2007 at 11:43 am #279636
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.
December 14, 2007 at 3:40 pm #279703
ashishkulkarniMemberHi guys,
Any progress on this one?
Best Regards,
Ashish.
December 18, 2007 at 10:27 am #279765
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).
December 21, 2007 at 3:53 pm #279931
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.
December 21, 2007 at 9:12 pm #279940
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.
December 22, 2007 at 2:33 am #279945
ashishkulkarniMemberHi Riyad,
Thanks for your help. I can see how the wizard works both ways now.
Best Regards,
Ashish.
-
AuthorPosts