Building SOAP web service using the JAX-WS API in Document style

To build a SOAP web service based on JAX-WS, we need to follow the same procedure as in the RPC style. However, change the SOAPBinding annotation as follows:

        //SOAP Binding annotation for document style
@SOAPBinding(style = Style.DOCUMENT)
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset