- From: Gilbert Pilz <gilbert.pilz@oracle.com>
- Date: Tue, 23 Feb 2010 12:38:11 -0800
- To: Ram Jeyaraman <Ram.Jeyaraman@microsoft.com>
- CC: Doug Davis <dug@us.ibm.com>, "public-ws-resource-access@w3.org" <public-ws-resource-access@w3.org>
- Message-ID: <4B843CB3.1070302@oracle.com>
15 lines of XML to say that you want to use SOAP 1.2? Does this strike
anyone else as being overly cumbersome?
- gp
On 2/23/2010 12:16 PM, Ram Jeyaraman wrote:
>
> I like to suggest an addition to MEX Example 12-1 to show how to
> specify the binding information. The additions are highlighted below.
> Thanks.
>
> *Example 12-1: Endpoint reference to a Service Endpoint that supports
> mex:GetWSDL*
>
> (01) <wsa:EndpointReference ... >
>
> (02) <wsa:Address>http://services.example.org/stockquote</wsa:Address>
>
> (03) <wsa:Metadata>
>
> (04) <wsp:Policy>
>
> (05) <mex:MetadataExchange/>
>
> (06) <wsdl:definitions name='StockQuoteMetadataExchangeMetadata'
>
> (07)
> targetNamespace='http://services.example.org/stockquote/metadata'
>
> (08) xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'
>
> (09) xmlns:mex='http://www.w3.org/2009/09/ws-mex'
>
> (10) xmlns:wsp='http://www.w3.org/ns/ws-policy'
>
> (11)
> xmlns:wsoap12='http://schemas.xmlsoap.org/wsdl/soap12/'>
>
> (12) <wsdl:import namespace='http://www.w3.org/2009/09/ws-mex'
>
> (13)
> location='http://www.w3.org/2009/09/ws-mex/metadataexchange.wsdl' />
>
> (14) <wsdl:binding name='MetadataExchangeBinding'
> type='mex:MetadataExchange'>
>
> (15) <wsp:PolicyReference
>
> (16)
> URI='http://services.example.org/stockquote/MetadataExchangePolicy' />
>
> (17) <wsoap12:binding transport='http://schemas.xmlsoap.org/soap/http' />
>
> (18) ...
>
> (19) </wsdl:binding>
>
> (20) ...
>
> (21) </wsdl:definitions>
>
> (22) </wsp:Policy>
>
> (23) </wsa:Metadata>
>
> (24) </wsa:EndpointReference>
>
> *From:* public-ws-resource-access-request@w3.org
> [mailto:public-ws-resource-access-request@w3.org] *On Behalf Of *Doug
> Davis
> *Sent:* Tuesday, February 23, 2010 11:45 AM
> *To:* public-ws-resource-access@w3.org
> *Subject:* MOAP v2
>
>
> All,
> after several rounds of talks between Oracle, Microsoft and IBM, the
> latest version of MOAP can be found here:
> http://www.w3.org/2002/ws/ra/10/02/MOAPv2.zip
>
> The zip file contains all proposed spec changes and the changes include:
>
> *WS-EVD*: no changes since last time
>
> *WS-Eventing/Enum/Frag/Transfer* - look for edits done by "Dugv5":
> - Only minor wordsmithing/editing to the definitions of the assertions
>
> *WS-MEX:*
> - there are two MEX docs in the zip file.
> - the v1 version is the one sent to the WG a few weeks ago - no new
> edits were made.
> - the v6 version contains all of the edits since v1. All v1 edits
> were "accepted" so it should be easy to see the diff from v1.
> - the edits were done in stages so that's why you'll see several Dugv?
> names. It wasn't until round 4 of edits that I remembered to change
> the user name.
>
> The MEX edits include:
> - lots of minor editorial tweaks
> - there's a new Terminology section. This was added because it was
> felt that the two roles ('service endpoint' and 'metadata resource')
> needed to be defined and clarified. People should read/review this
> carefully.
> - the assertion was modified to advertise whether GetMetadata is
> supported - and the Dialect/Content params are now under
> GetMetadataSupported.
> - there's a new section 12 about Bootstrapping. This section was
> added to pretty much put all of the various pieces of the puzzle
> together when trying to bootstrap the process of talking to an endpoint.
> - updated the xsd/wsdl for GetWSDL
>
> Note: I'm planning on moving section 5 before section 4. This will
> make it so that we define the new mex:Metadata type before we use it.
> I didn't move it in the doc because then it would show up as modified.
>
> Outstanding MEX issues for the WG to discuss:
> - Example 8-5 - see comments in the doc
> - Example 12-1 - see comment in the doc
>
> thanks
> -Doug
> ______________________________________________________
> STSM | Standards Architect | IBM Software Group
> (919) 254-6905 | IBM 444-6905 | dug@us.ibm.com <mailto:dug@us.ibm.com>
> The more I'm around some people, the more I like my dog.
>
> ------------------------------------------------------------------------
Attachments
- application/pkcs7-signature attachment: S/MIME Cryptographic Signature
Received on Tuesday, 23 February 2010 20:39:12 UTC