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>
About enthuware.ocejws.v6.2.27
Moderators: Site Manager, fjwalraven
-
- Posts: 2
- Joined: Mon Aug 18, 2014 11:20 pm
- Contact:
-
- Posts: 429
- Joined: Tue Jul 24, 2012 2:43 am
- Contact:
Re: About enthuware.ocejws.v6.2.27
Hi Sarath,
You are right! I have corrected the last option likewise.
Thank you for your feedback!
Regards,
Frits
You are right! I have corrected the last option likewise.
Thank you for your feedback!
Regards,
Frits
Who is online
Users browsing this forum: No registered users and 6 guests