Test Web Service Operation Dialog Box
See Also
You open the Test Web Service Operation dialog box by right-clicking
an operation node on the service side or on the client side:
- Service side. Expand the Web Services
node in the Runtime window, then expand the web service instance node
and the webservicenameSoap node. Right-click the web service's operation node
and choose Test Operation.
- Client side. Expand the Web Service
References node in the Projects window, then expand the web service
instance node and the webservicenameSoap node. Right-click the web service's
operation node and choose Test Operation.
The Test Web Service Operation dialog box lets you test an operation exposed
by a web service. Typically, you would do this in the following situations:
- Right before you deploy a web service.
- Right before you implement the web service's operations in a web service client.
Type values for each of the parameters, click the Submit button, and view the results
at the bottom of the dialog box.
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.
Legal Notices