Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Creating SOAP server (Creating SOAP server )
Creating SOAP server [message #649479] Wed, 19 January 2011 12:28
SwordFishSPB is currently offline SwordFishSPBFriend
Messages: 1
Registered: January 2011
Junior Member
I need to create SOAP server for existing SOAP client. I use Tomcat, Axis, Eclipse end WSDL files. When I'm generating java bean skeleton for each WSDL file using Axis, Eclipse creates a service. Each service have unique URL, like this:
host:port/services/serviceA
host:port/services/serviceB
and others...

But SOAP client call services using one URL and soapaction property, like this:
POST /services HTTP/1.0
soapaction: "actionA"
or
POST /services HTTP/1.0
soapaction: "actionB"

Is it possible to get all services to listen one URL (host:port/services) and to choose action depends on soapaction property?
How can I do this for axis?

Regards, Ivan.

Eclipse Helios 3.6.1
Tomcat 7.0.6
Axis (first version) 1.4
Previous Topic:WTP build error
Next Topic:Find HTML unmatched tag?
Goto Forum:
  


Current Time: Thu Apr 25 14:51:42 GMT 2024

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

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

Back to the top