Supported Message Formats

Once you chosen a protocol – HTTP or JMS – you can choose which formats to support for the messages that you send and receive over it. The message format describes how the message is prepared to be sent over the protocol. For example, your web service can format data as a SOAP message, the most common format for web services, to send over either HTTP or JMS. Or it can format data in raw XML, to send over either HTTP or JMS.

A web service can support multiple protocols and message formats, as can a method or callback on the web service. To specify which protocols and message formats are supported for a service or for an individual method or callback, select the service, method, or callback in Design view and set the attributes of the protocol property. The attributes of the protocol property are described below:

The various combinations of protocols and message formats available in WebLogic Workshop are described below:

Notes:

Related Topics

Supported Protocols