- From: Dick Brooks <dick@8760.com>
- Date: Thu, 15 Mar 2001 09:02:14 -0600
- To: "Eric Prud'hommeaux" <eric@w3.org>, <xml-dist-app@w3.org>
Eric, Please add the following example to the entry for ebXML: ---------------- SOAPAction: ebXML Content-type: multipart/related; boundary="BoundarY"; type="text/xml"; start=" <ebxhmheader111@imacompany.com>" --BoundarY Content-ID: <ebxhmheader111@imacompany.com> Content-Type: text/xml; charset="UTF-8" <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope/' xmlns:eb='http://www.ebxml.org/namespaces/messageHeader'> <SOAP-ENV:Header> <eb:MessageHeader mustUnderstand="1" version="1.0"> <From> <PartyId>urn:duns:123456789</PartyId> </From> <To> <PartyId>urn:duns:912345678</PartyId> </To> <CPAId>20001209-133003-28572</CPAId> <ConversationId>20001209-133003-28572</ConversationId> <Service type="proprietary">OrderProcessing</Service> <Action>NewXMLOrder</Action> <MessageData> <MessageId>mid:20001209-133003-28572@imacompany.com</MessageId> <TimeStamp>20010215T111212.000Z</TimeStamp> <TimeToLive>20010215T112233.000Z</TimeToLive> </MessageData> <QualityofServiceInfo deliverySemantics="OnceAndOnlyOnce" messageOrderSemantics="NotGuaranteed" deliveryReceiptRequested="None"/> <Description xml:lang="en">A Purchase Order is attached</Description> </MessageHeader> </SOAP-ENV:Header> <SOAP-ENV:Body> <eb:Manifest id="abc123" version="1.0"> <Reference xlink:href="urn:cid:ebxmlpayload111@imacompany.com" xlink:role="XLinkRole" xlink:type="simple" xlink:label="XLinkLabel"> <Description xml:lang="en-us">Purchase Order 1</Description> </Reference> </Manifest> </SOAP-ENV:Body> </SOAP-ENV:Envelope> --BoundarY Content-ID: <ebxmlpayload111@imacompany.com> Content-Type: text/xml <purchase_order> <po_number>1</po_number> <part_number>123</part_number> <price currency="USD">500.00</price> </purchase_order> --BoundarY-- thanks, Dick Brooks Group 8760 110 12th Street North Birmingham, AL 35203 dick@8760.com 205-250-8053 Fax: 205-250-8057 http://www.8760.com/ InsideAgent - Empowering e-commerce solutions > -----Original Message----- > From: xml-dist-app-request@w3.org [mailto:xml-dist-app-request@w3.org]On > Behalf Of Eric Prud'hommeaux > Sent: Wednesday, March 14, 2001 8:14 PM > To: xml-dist-app@w3.org > Subject: new protocol matrix entries > > > In light of the upcoming web services shindig, I started adding web > services to the protocol matrix [1]. I haven't done a lot with them, > but it's something to work with. > > [1] http://www.w3.org/2000/03/29-XML-protocol-matrix#compare.web-services > -- > -eric > > (eric@w3.org) >
Received on Thursday, 15 March 2001 10:06:44 UTC