Java Reference
In-Depth Information
parameters.setName("Eben SOAP 1.2");
HelloMsgResponse result = port.niceGreeting(parameters);
out.println("Result = "+result.getHelloMsgResult());
} catch (Exception ex) {
ex.printStackTrace();
}
%>
</body>
</html>
This is standard stuff by now, and the Java toolkit has no problem working with the compliant
web service. Here is the response printed to the browser:
Result = Hello Eben SOAP 1.2 from LUCKY
Search WWH ::




Custom Search