About enthuware.ocejws.v6.2.27

All the posts and topics that contain only an error report will be moved here after the error is corrected. This is to ensure that when users view a question in ETS Viewer, the "Discuss" button will not indicate the presence of a discussion that adds no value to the question.

Moderators: Site Manager, fjwalraven

Post Reply
sarath
Posts: 2
Joined: Mon Aug 18, 2014 11:20 pm
Contact:

About enthuware.ocejws.v6.2.27

Post 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>

fjwalraven
Posts: 429
Joined: Tue Jul 24, 2012 2:43 am
Contact:

Re: About enthuware.ocejws.v6.2.27

Post by fjwalraven »

Hi Sarath,

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

Thank you for your feedback!

Regards,
Frits

Post Reply

Who is online

Users browsing this forum: No registered users and 6 guests