The deploy.wsdd contains the name of the port as the service name. (the port element found under the service element:
example:
<!-- service declaration -->The Stub contains the name of the targetNameSpace for the definitions
<service name="SecurityService">
<port name="SecurityPort"
binding="interface:SecurityBinding">
<soap:address
location="http://localhost:8080/axis/servlet/AxisServlet"/>
</port>
</service>
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