Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » Multiple WSDLs in a Web Service - How?
Multiple WSDLs in a Web Service - How? [message #116479] Tue, 05 July 2005 17:19 Go to next message
Eclipse UserFriend
Dear list,

can I create a web-service that has more than 1 WSDL in it?

I'm working on bringing over a project from .NET land. There were two
services that could be accessed in my system, so I'd like to do
something similar in Eclipse. So, I'd expect that I could make the URLs
to my services look something like this:

http://someMachine/services/FirstServiceSoap
http://someMachine/services/SecondServiceSoap

These services come from 2 WSDL files, FirstService.wsdl, and
SecondService.wsdl

When I first started working on this project, I created a whole new Web
Service project, and gave it the URL of FirstService.wsdl. Now I want
to add in the second WSDL file, and run and debug both of these services
at the same time. I can generate the Java code for the second service.
But I can't seem to get both services working at the same time.

Can this be done - or are there docs on how you'd add in a second
service?

Thanks for any help in this,
-Dan.
Re: Multiple WSDLs in a Web Service - How? [message #117397 is a reply to message #116479] Thu, 07 July 2005 09:19 Go to previous message
Eclipse UserFriend
It may depend but can you not modify the WSDL files a little bit so that
FirstService.wsdl <import>s SecondService.wsdl? Then you could generate
both services from FirstService.wsdl.
Previous Topic:jboss3.2.3 doesn't start with project added
Next Topic:WebService : The AXIS engine could not find a target service to invoke!
Goto Forum:
  


Current Time: Sun Apr 20 03:50:46 EDT 2025

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

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

Back to the top