- This topic has 8 replies, 2 voices, and was last updated 13 years, 9 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.
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.
CodePatriotMemberv 8.6.1
Help –> Help Contents –> Web Services –> JAX-WS SOAP-based web services
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.
support-swapnaModeratorCodePatriot,
You can use JAX-WS instead of XFire and follow the wizard.
Let us know how it works.
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.
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.
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”.
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