Multiple webservices in 1servlet context

Hi,

I have approx 8 jcds in a project.

1 connectivity map with 1 external ws/soap external system, which is linked to all the jcds.

Deployed ok - no errors at all.

However, it seems that i cannot call 7 of the web services. The last one (alphabettically, and im assuming last one deployed) is the only one i can call, the others do not seem to be recognized.

The WSDLs are created fine, but when called, the logical host does not recognize the operation.

Does this mean that i will have to create another 7 external soap/http systems and have 7 different servlet contexts, or am i missing something really simple here?

Weemort

[676 byte] By [weemorta] at [2007-11-27 11:31:14]
# 1

1 "New Web Service" JCD exposed as a web service = 1 SOAP Server Exernal. Each JCD is an independent web service with its own "servlet context". Servlet context is set in teh SOAP Server external ergo each JCD needs a distinct external to be a distinct service.

Why not use a multi-operation WSDL to create an eInsight-based service implementation is you need a single servlet context for multiple pieces of funcitonality?

mczapskia at 2007-7-29 16:38:34 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...