Paul - could you provide a little more detail about this... are you talking about supporting REST?
Logged In: YES user_id=884175 Originator: NO
From the SOAP1.2 specs (HTTP binding):
7.4 Supported Features
An implementation of the SOAP HTTP Binding MUST support the following additional features:
"http://www.w3.org/2003/05/soap/features/web-method/" (see 6.4 SOAP Web Method Feature)
"http://www.w3.org/2003/05/soap/features/action/" (see 6.5 SOAP Action Feature)
The possible values of http://www.w3.org/2003/05/soap/features/web-method/Method property are restricted in this HTTP binding according to the MEP in use (as present in http://www.w3.org/2003/05/soap/bindingFramework/ExchangeContext/ExchangePatternName ): Table 15: Possible values of the Web-Method Method propertyhttp://www.w3.org/2003/05/soap/bindingFramework/ExchangeContext/ExchangePatternName http://www.w3.org/2003/05/soap/features/web-method/Method "http://www.w3.org/2003/05/soap/mep/request-response/" "POST" "http://www.w3.org/2003/05/soap/mep/soap-response/" "GET"
As SOAP1.2 support is incomplete without GET, priorized & filed as feature request.
Log in to post a comment.
Logged In: YES
user_id=884175
Originator: NO
From the SOAP1.2 specs (HTTP binding):
7.4 Supported Features
An implementation of the SOAP HTTP Binding MUST support the following additional features:
"http://www.w3.org/2003/05/soap/features/web-method/" (see 6.4 SOAP Web Method Feature)
"http://www.w3.org/2003/05/soap/features/action/" (see 6.5 SOAP Action Feature)
The possible values of http://www.w3.org/2003/05/soap/features/web-method/Method property are restricted in this HTTP binding according to the MEP in use (as present in http://www.w3.org/2003/05/soap/bindingFramework/ExchangeContext/ExchangePatternName ):
Table 15: Possible values of the Web-Method Method propertyhttp://www.w3.org/2003/05/soap/bindingFramework/ExchangeContext/ExchangePatternName http://www.w3.org/2003/05/soap/features/web-method/Method
"http://www.w3.org/2003/05/soap/mep/request-response/" "POST"
"http://www.w3.org/2003/05/soap/mep/soap-response/" "GET"
As SOAP1.2 support is incomplete without GET, priorized & filed as feature request.