Java Reference
In-Depth Information
In addition to adding operations to our web service, we can control quality of service
settings for it by simply selecting or unselecting checkboxes in the design window.
Web services transmit data as XML text messages between the web service and its
client. Sometimes, it is necessary to transmit binary data, such as images. Binary
data is normally inlined in the SOAP message, by using Message Transmission
Optimization Mechanism ( MTOM ). Binary data is sent as an attachment to the
message, making the transmission of binary data more efficient. When using
NetBeans, we can indicate that we wish to use MTOM by simply checking the
Optimize Transfer Of Binary Data (MTOM) checkbox in the design window.
 
Search WWH ::




Custom Search