Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Web Services (Can't create a bottom up webservice with the tutorial)
Web Services [message #638409] Thu, 11 November 2010 08:31 Go to next message
Gabi g is currently offline Gabi gFriend
Messages: 3
Registered: November 2010
Junior Member
Hi,

I am using Win XP, Eclipse 3.4 and Axis 1.4.1. I have followed the followinf tutorial and I can make a simple webservice running.

The wsdl file is not created in the projext so web aplication is running on tomcat but not services are available.

I have configured everything as in the tutorial, any help? I have done the example many times Sad


Tutorial:
http://www.eclipse.org/webtools/community/tutorials/BottomUp Axis2WebService/bu_tutorial.html


Thanks in advance
Re: Web Services [message #638693 is a reply to message #638409] Fri, 12 November 2010 08:59 Go to previous messageGo to next message
Gabi g is currently offline Gabi gFriend
Messages: 3
Registered: November 2010
Junior Member
Does the wizzard creates the WSDL file?
Re: Web Services [message #638831 is a reply to message #638693] Fri, 12 November 2010 17:14 Go to previous messageGo to next message
Atosa Khoddamhazrati is currently offline Atosa KhoddamhazratiFriend
Messages: 3
Registered: November 2010
Junior Member
So does publishing the web service fail? Did you refresh your project?
Re: Web Services [message #639077 is a reply to message #638409] Mon, 15 November 2010 08:35 Go to previous message
Gabi g is currently offline Gabi gFriend
Messages: 3
Registered: November 2010
Junior Member
Many thanks for the answer. It seems it fails to publish the webservice. No WSDL is generated by the wizard.

The contents of the services.xml is:

<service name="Echo" >
<Description>
Please Type your service description here
</Description>
<messageReceivers>
<messageReceiver mep="http://www.w3.org/2004/08/wsdl/in-only" class="org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver " />
<messageReceiver mep="http://www.w3.org/2004/08/wsdl/in-out" class="org.apache.axis2.rpc.receivers.RPCMessageReceiver"/ >
</messageReceivers>
<parameter name="ServiceClass" locked="false">Echo</parameter>
</service>

The name of the java class that I want to convert to a webservice is name echo.

I don't know what I am doing wrong?


Thanks Smile


Previous Topic:Context Assistant on JSP Expression Language dot operators
Next Topic:Problem using Eclipse WTP\Tomcat\CXF for web services
Goto Forum:
  


Current Time: Thu Apr 25 21:01:38 GMT 2024

Powered by FUDForum. Page generated in 0.03079 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top