- This topic has 8 replies, 2 voices, and was last updated 14 years, 4 months ago by
support-swapna.
-
AuthorPosts
-
CodePatriotMemberRunning MyEclipse v8.6. The tutorial has you select XFire, which is not a selection in this version of MyEclipse.
Sort of lost, since I can’t use the tutorial.
(In another post there was a link for the tutorial for “Blue”, which I am not running. And the screen shots in the tutorial also do not match v8.6, so please don’t suggest I use that one.)
Thanks.January 17, 2011 at 12:48 am #313736
support-swapnaModeratorCodePatriot,
Sorry for the inconvenience caused to you. The tutorials are indeed outdated. They do differ with the latest version screens but you should not have much difficulty in trying to get it work for latest versions.
Which webservice are you trying to create? If you can let us know what specific support you need, I can send you the screenshots.
January 17, 2011 at 8:04 am #313754
CodePatriotMemberv 8.6.1
Help –> Help Contents –> Web Services –> JAX-WS SOAP-based web servicesJanuary 17, 2011 at 8:07 am #313755
CodePatriotMember(why can I not edit something I just posted?)
The first page of the tutorial refers to XFire, which is not part of v8.6.1. As far as I can tell.
January 18, 2011 at 4:28 am #313784
support-swapnaModeratorCodePatriot,
You can use JAX-WS instead of XFire and follow the wizard.
Let us know how it works.
January 19, 2011 at 10:16 pm #313842
CodePatriotMemberOk. So the only thing to add to the first screen is the name of the project. “Next” is not selectable, so I select “Finish”. I now have a project with almost nothing in it.
In the tutorial Fig 2.1.5 shows a “Web Services” folder in the project. My project doesn’t have that folder. All my project has is a web.xml with one entry for index.jsp.January 20, 2011 at 6:13 am #313856
support-swapnaModeratorCodePatriot,
Sorry for the confusion.
Here are the steps to enable XFire :
1.Go to MyEclipse Configuration Center > Dashboard. Scroll down the MyEclipse Features list and check the ‘XFire Webservices Support for MyEclipse’.
2.Apply the changes and restart the IDE when it prompts.
3. New > Web Service Project and you should see XFire in the window.Let us know how it works for you.
January 22, 2011 at 1:05 pm #313894
CodePatriotMemberOk, dragging in the XFire component has gotten me a little further into the tutorial.
But the services.xml which is generated doesn’t look like the one in Figure 6.1.2
<?xml version=”1.0″ encoding=”UTF-8″?>
<beans xmlns=”http://xfire.codehaus.org/config/1.0″>
</beans>
I also get a pop-up saying my default compliance level of 5.0 should be 1.4, do I want to use a customized setting for this project? I selected “yes”.January 25, 2011 at 2:31 am #313932
support-swapnaModeratorCodePatriot,
The service.xml which you are seeing is perfect.As I communicated to you earlier, the screen shots in the tutorials do differ with the latest versions.
With little effort you will be able to run the examples.
We appreciate your patience. You will see updated tutorials soon. -
AuthorPosts