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

