The service-level REST element is rest:address. This is a placeholder element only, and does not need to be configured. When you create a WSDL file in the NetBeans IDE, the New WSDL Wizard generates the empty rest:address element.
The following example illustrates the REST WSDL service element:
<service name="RestOutboundService"> <port name="RestOutboundWSDL_OutboundPort" binding="tns:RestOutboundBinding"> <rest:address/> </port> </service> |