enthuware.ocejws.v6.2.13
Posted: Mon Aug 18, 2014 11:30 pm
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();
@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();