@WebService
@EndpointProperties(
{
@EndpointProperty(name="ws-security.callback-handler" value="interop.client.UTPasswordCallback"),
@EndpointProperty(name="ws-security.signature.properties" value="etc/keystore.properties"),
@EndpointProperty(name="ws-security.encryption.properties" value="etc/truststore.properties"),
@EndpointProperty(name="ws-security.encryption.username" value="useReqSigCert")
})
public interface HelloWorld {
String sayHi(@WebParam(name = "text") String text);
}
@WebService
@EndpointProperties(
{
@EndpointProperty(name="ws-security.callback-handler" value="interop.client.UTPasswordCallback"),
@EndpointProperty(name="ws-security.signature.properties" value="etc/keystore.properties"),
@EndpointProperty(name="ws-security.encryption.properties" value="etc/truststore.properties"),
@EndpointProperty(name="ws-security.encryption.username" value="useReqSigCert")
})
public interface HelloWorld {
String sayHi(@WebParam(name = "text") String text);
}
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow