
22 WebSphere and .Net Interoperability Using Web Services
Figure 2-10 Http: SOAP response message
2.5.2 One-way
With the one-way interaction model, WS-I stipulates that there must be no SOAP
reply. When using a request-response protocol, such Http:, then no SOAP
message must be flowed back by in the response. The Http: protocol should still
be observed, flowing an Http: response code back in the reply.
2.6 SOAP implementations over Http:
Implementations of SOAP request-response over Http: should conform to Http:
as well as SOAP specifications. For example, Http: response codes must be
returned from SOAP operations. More controversial is the quest ...