You can test a JAX-RPC web service from the IDE, using a built-in JAX-RPC client.
Do this right before you implement the web service's operations in a web service client to make sure that the web service is working as expected and providing the functionality that you want the client to consume.
To test a web service on the client side:
The Test Web Service Operation dialog box appears. You can test the operation and view information such as the operation's input and return data types.
Troubleshooting
Check your proxy settings, if error messages such as the following are returned:
org.netbeans.modules.websvc.registry.ui.ReflectionHelper.callMethodWithParams(ReflectionHelper.java:449)
For details, see Setting a Proxy for Consuming a Web Service.
See Also | |
---|---|
About Web Service Clients About Web Services Test Web Service Operation Dialog Box |