Page 1 of 1

About enthuware.ocejws.v6.2.27

Posted: Sun Aug 24, 2014 7:40 pm
by sarath
There is no correct answer. Binding Name not correct.

<definitions targetNamespace="http://ws.notes.com/" name=". . ."> . . . <message name="log"> . . . </message> <message name="logResponse"> . . . </message> <portType name="LogService"> . . . </portType> <binding name="LogServiceImplPortBinding" type=". . ."> . . . </binding> <service name="LogWebService">   <port name="LogServicePort" binding="tns:LogServiceImplPortBinding"> . . . </port> </service> </definitions>

here binding Name should be PortName + Binding. But given answer has SIB+Binding[default one].

Please find below wsdl part from my sample webservice appln.

<service name="LogWebService">
- <port name="LogServicePort" binding="tns:LogServicePortBinding">
<soap:address location="..." />
</port>
</service>

Re: About enthuware.ocejws.v6.2.27

Posted: Mon Aug 25, 2014 12:32 am
by fjwalraven
Hi Sarath,

You are right! I have corrected the last option likewise.

Thank you for your feedback!

Regards,
Frits