Page 1 of 1

enthuware.ocejws.v6.2.13

Posted: Mon Aug 18, 2014 11:30 pm
by sarath
I have written and published the service thru eclipse. But I couldnt see this the method in wsdl,
@WebMethod (exclude=true)
public void logN(String msg)

I can see only rest of the methods as operations in wsdl. Please find below the wsdl part

<portType name="LogService">
- <operation name="log"> <input wsam:Action="http://ws.cert.test.com/LogService/log" message="tns:log" />
</operation>
- <operation name="logParent"> <input wsam:Action="http://ws.cert.test.com/LogService/logParentRequest" message="tns:logParent" />
<output wsam:Action="http://ws.cert.test.com/LogService/logParentResponse" message="tns:logParentResponse" />
</operation>
- <operation name="logSuper"> <input wsam:Action="http://ws.cert.test.com/LogService/logSuperRequest" message="tns:logSuper" />
<output wsam:Action="http://ws.cert.test.com/LogService/logSuperResponse" message="tns:logSuperResponse" />
</operation>
</portType>



So I think answer should be log(), logParent(), logSuper();

Re: enthuware.ocejws.v6.2.13

Posted: Tue Aug 19, 2014 8:08 am
by fjwalraven
Hi Sarath,

I think it depends on the server you are using. To be honest this question is not fair. The exclude parameter is not allowed to be used on a SEI and should therefore not be used. The question should only ask things that are allowed according to the specs.

I will correct the question.

Thank you for your feedback!

Regards,
Frits