I have moved to the nightly build for different reasons, one of it was to fix the problem of non-synchronization between the deploy.wsdd and the BindingStub.

The deploy.wsdd contains the name of the port as the service name. (the port element found under the service element:

example:

<!-- service declaration -->
<service name="SecurityService">
<port name="SecurityPort"
binding="interface:SecurityBinding">
<soap:address
location="http://localhost:8080/axis/servlet/AxisServlet"/>
</port>
</service>
The Stub contains the name of the targetNameSpace for the definitions

While playing with the DII, I have realized that the "good one" is the NameSpace name (urn:.....) as shows in the stock example.

See another email for problem found in the DII

Olivier




Reply via email to