OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

ebxml-poc message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: TPA Information


Frank,

Thanks again for the great hosting of IPNet this week.

Attached is a matrix of the CPPs that will be needed.  I included sample
CPPs.  I also worked out the CPAs that will be needed.  We can work out the
Hub CPP and CPA's once the others are done.

	Thanks,

	Mark
<?xml version="1.0"?>
<!DOCTYPE TPA SYSTEM "tpa_1_0_6.dtd">
<!--Note: above URL will actually point to a URL in the repository for the schema for TPAML-->
<TPA>
   <TPAInfo>
      <TPAName>Ajuba Solutions CPP</TPAName>
      <TPAType>
         <Protocol>ebXML</Protocol>
         <Version>0.1</Version>
         <Type>POC</Type>
      </TPAType>
      <Role>
         <RoleDefn>
            <RoleName>ItemAlignmentBuyer</RoleName>
            <RolePlayer>AjubaSolutions</RolePlayer>
         </RoleDefn>
         <RoleDefn>
            <RoleName>OrderExchangeBuyer</RoleName>
            <RolePlayer>AjubaSolutions</RolePlayer>
         </RoleDefn>
         <RoleDefn>
            <RoleName>ASNBuyer</RoleName>
            <RolePlayer>AjubaSolutions</RolePlayer>
         </RoleDefn>
      </Role>
      <Participants>
         <Member IdCodeType="DUNS" MemberId="888888888">
            <PartyName Partyname="AjubaSolutions">AjubaSolutions</PartyName>
            <CompanyTelephone>650-210-0100</CompanyTelephone>
            <Address>
               <AddressType>location</AddressType>
               <AddressLine>2593 Coast Avenue</AddressLine>
               <City>Mountain View</City>
               <State>CA</State>
               <Zip>94089</Zip>
               <Country>USA</Country>
            </Address>
            <Contact Type="primary">
               <LastName>Hale</LastName>
               <FirstName>Mark</FirstName>
               <MiddleName>Andrew</MiddleName>
               <Title>Standards Architect</Title>
               <ContactTelephone Type="primary">650-210-0100 x4155</ContactTelephone>
               <EMail Type="primary">mark.hale@ajubasolutions.com</EMail>
            </Contact>
         </Member>
      </Participants>
      <Duration>
         <Start>
            <Date>20001010</Date>
            <Time>000000.000Z</Time>
         </Start>
         <End>
            <Date>20001110</Date>
            <Time>000000.000Z</Time>
         </End>
      </Duration>
   </TPAInfo>
   <DeliveryChannelSet>
      <DeliveryChannel ChannelId="id_buyer_http_transport_channel" TransportId="id_buyer_http_transport" DocExchangeId="id_doc_exchange"/>
   </DeliveryChannelSet>
   <Transport TransportId="id_buyer_http_transport">
      <Communication>
         <HTTP>
            <Version>1.1</Version>
            <HTTPNode>
               <OrgName Partyname="AjubaSolutions"/>
               <HTTPAddress>
                  <RequestURL>http://x.x.x.x/ebXML/RetailBuyer</RequestURL>
               </HTTPAddress>
            </HTTPNode>
            <TransportEncoding>ebXML</TransportEncoding>
         </HTTP>
      </Communication>
   </Transport>
   <DocExchange DocExchangeId="id_doc_exchange">
      <MessageIdempotency>required</MessageIdempotency>
   </DocExchange>
   <BusinessProtocol>
      <MessageSet>Services</MessageSet>
      <BusinessInterface>
         <!--Retail Industry Services-->
         <ServiceInterface InterfaceId="ItemAlignmentBuyer">
            <OrgName Partyname="AjubaSolutions"/>
            <TaskName>ItemAlignment</TaskName>
            <ActionMenu>
               <Action Type="basic" Invocation="asyncOnly" ActionId="receiveItemCreate">
                  <Request>
                     <RequestName>ItemCreate</RequestName>
                     <RequestMessage>ItemCreate</RequestMessage>
                     <Channel ChannelId="id_buyer_http_transport_channel"/>
                  </Request>
                  <Response>
                     <ResponseName Required="yes">ItemCreateAck</ResponseName>
                     <ResponseName Required="yes">ItemAlign</ResponseName>
                  </Response>
               </Action>
               <Action Type="basic" Invocation="asyncOnly" ActionId="receiveItemAlignAck">
                  <Request>
                     <RequestName>ItemAlignAck</RequestName>
                     <RequestMessage>ItemAlignAck</RequestMessage>
                     <Channel ChannelId="id_buyer_http_transport_channel"/>
                  </Request>
               </Action>
            </ActionMenu>
         </ServiceInterface>
         <ServiceInterface InterfaceId="ExchangePurchaseOrderBuyer">
            <OrgName Partyname="AjubaSolutions"/>
            <TaskName>PurchaseOrder</TaskName>
            <ActionMenu>
               <Action Type="basic" Invocation="asyncOnly" ActionId="receiveOrderAcceptance">
                  <Request>
                     <RequestName>OrderAcceptance</RequestName>
                     <RequestMessage>OrderAcceptance</RequestMessage>
                     <Channel ChannelId="id_buyer_http_transport_channel"/>
                  </Request>
                  <Response>
                     <ResponseName Required="yes">OrderAcceptanceAck</ResponseName>
                  </Response>
               </Action>
               <Action Type="basic" Invocation="asyncOnly" ActionId="receiveOrderCreateAck">
                  <Request>
                     <RequestName>OrderCreateAck</RequestName>
                     <RequestMessage>OrderCreateAck</RequestMessage>
                     <Channel ChannelId="id_buyer_http_transport_channel"/>
                  </Request>
               </Action>
            </ActionMenu>
         </ServiceInterface>
         <!--Automotive Industry Services-->
         <ServiceInterface InterfaceId="ASNBuyer">
            <OrgName Partyname="AjubaSolutions"/>
            <TaskName>ASN</TaskName>
            <ActionMenu>
               <Action Type="basic" Invocation="asyncOnly" ActionId="receiveASN">
                  <Request>
                     <RequestName>ASN</RequestName>
                     <RequestMessage>ASN</RequestMessage>
                     <Channel ChannelId="id_buyer_http_transport_channel"/>
                  </Request>
                  <Response>
                     <ResponseName Required="yes">ASNAck</ResponseName>
                     <ResponseName Required="yes">Receipt</ResponseName>
                  </Response>
               </Action>
               <Action Type="basic" Invocation="asyncOnly" ActionId="receiveReceiptAck">
                  <Request>
                     <RequestName>ReceiptAck</RequestName>
                     <RequestMessage>ReceiptAck</RequestMessage>
                     <Channel ChannelId="id_buyer_http_transport_channel"/>
                  </Request>
               </Action>
            </ActionMenu>
         </ServiceInterface>
      </BusinessInterface>
   </BusinessProtocol>
   <Comment>Ajuba Solutions CPP</Comment>
</TPA>
<?xml version="1.0"?>
<!DOCTYPE TPA SYSTEM "tpa_1_0_6.dtd">
<!--Note: above URL will actually point to a URL in the repository for the schema for TPAML-->
<TPA>
   <TPAInfo>
      <TPAName>Automotive Industry CPA</TPAName>
      <TPAType>
         <Protocol>ebXML</Protocol>
         <Version>0.1</Version>
         <Type>POC</Type>
      </TPAType>
      <Role>
         <RoleDefn>
            <RoleName>ASNBuyer</RoleName>
            <RolePlayer>AjubaSolutions</RolePlayer>
         </RoleDefn>
         <RoleDefn>
            <RoleName>ASNSupplier</RoleName>
            <RolePlayer>SterlingCommerce</RolePlayer>
         </RoleDefn>
      </Role>
      <Participants>
         <Member IdCodeType="DUNS" MemberId="888888888">
            <PartyName Partyname="AjubaSolutions">AjubaSolutions</PartyName>
            <CompanyTelephone>650-210-0100</CompanyTelephone>
            <Address>
               <AddressType>location</AddressType>
               <AddressLine>2593 Coast Avenue</AddressLine>
               <City>Mountain View</City>
               <State>CA</State>
               <Zip>94089</Zip>
               <Country>USA</Country>
            </Address>
            <Contact Type="primary">
               <LastName>Hale</LastName>
               <FirstName>Mark</FirstName>
               <MiddleName>Andrew</MiddleName>
               <Title>Standards Architect</Title>
               <ContactTelephone Type="primary">650-210-0100 x4155</ContactTelephone>
               <EMail Type="primary">mark.hale@ajubasolutions.com</EMail>
            </Contact>
         </Member>
         <Member IdCodeType="DUNS" MemberId="999999999">
            <PartyName Partyname="SterlingCommerce">SterlingCommerce</PartyName>
            <CompanyTelephone>(614) 793-7000</CompanyTelephone>
            <Address>
               <AddressType>location</AddressType>
               <AddressLine>4600 Lakehurst Court</AddressLine>
               <City>P.O. Box 8000</City>
               <State>OH</State>
               <Zip>43016</Zip>
               <Country>USA</Country>
            </Address>
            <Contact Type="primary">
               <LastName>Moberg</LastName>
               <FirstName>Dale</FirstName>
               <MiddleName/>
               <Title/>
               <ContactTelephone Type="primary">(614) 793-7000</ContactTelephone>
               <EMail Type="primary">Dale_Moberg@stercomm.com</EMail>
            </Contact>
         </Member>
      </Participants>
      <Duration>
         <Start>
            <Date>20001010</Date>
            <Time>000000.000Z</Time>
         </Start>
         <End>
            <Date>20001110</Date>
            <Time>000000.000Z</Time>
         </End>
      </Duration>
   </TPAInfo>
   <DeliveryChannelSet>
      <DeliveryChannel ChannelId="id_buyer_http_transport_channel" TransportId="id_buyer_http_transport" DocExchangeId="id_doc_exchange"/>
      <DeliveryChannel ChannelId="id_supplier_http_transport_channel" TransportId="id_supplier_http_transport" DocExchangeId="id_doc_exchange"/>
   </DeliveryChannelSet>
   <Transport TransportId="id_buyer_http_transport">
      <Communication>
         <HTTP>
            <Version>1.1</Version>
            <HTTPNode>
               <OrgName Partyname="AjubaSolutions"/>
               <HTTPAddress>
                  <RequestURL>http://x.x.x.x/ebXML/RetailBuyer</RequestURL>
               </HTTPAddress>
            </HTTPNode>
            <TransportEncoding>ebXML</TransportEncoding>
         </HTTP>
      </Communication>
   </Transport>
   <Transport TransportId="id_supplier_http_transport">
      <Communication>
         <HTTP>
            <Version>1.1</Version>
            <HTTPNode>
               <OrgName Partyname="SterlingCommerce"/>
               <HTTPAddress>
                  <RequestURL>http://x.x.x.x/ebXML/RetailSupplier</RequestURL>
               </HTTPAddress>
            </HTTPNode>
            <TransportEncoding>ebXML</TransportEncoding>
         </HTTP>
      </Communication>
   </Transport>
   <DocExchange DocExchangeId="id_doc_exchange">
      <MessageIdempotency>required</MessageIdempotency>
   </DocExchange>
   <BusinessProtocol>
      <MessageSet>ebXML Registry Service</MessageSet>
      <BusinessInterface>
         <!--Begin Interfaces implemented by AutomotiveBuyer-->
         <ServiceInterface InterfaceId="ASNBuyer">
            <OrgName Partyname="AjubaSolutions"/>
            <TaskName>ASN</TaskName>
            <ActionMenu>
               <Action Type="basic" Invocation="asyncOnly" ActionId="receiveASN">
                  <Request>
                     <RequestName>ASN</RequestName>
                     <RequestMessage>ASN</RequestMessage>
                     <Channel ChannelId="id_buyer_http_transport_channel"/>
                  </Request>
                  <Response>
                     <ResponseName Required="yes">ASNAck</ResponseName>
                     <ResponseName Required="yes">Receipt</ResponseName>
                  </Response>
               </Action>
               <Action Type="basic" Invocation="asyncOnly" ActionId="receiveReceiptAck">
                  <Request>
                     <RequestName>ReceiptAck</RequestName>
                     <RequestMessage>ReceiptAck</RequestMessage>
                     <Channel ChannelId="id_buyer_http_transport_channel"/>
                  </Request>
               </Action>
            </ActionMenu>
         </ServiceInterface>
         <!--End Interfaces implemented by AutomotiveBuyer-->
         <!--Begin Interfaces implemented by AutomotiveSupplier-->
         <ServiceInterface InterfaceId="ASNSupplier">
            <OrgName Partyname="SterlingCommerce"/>
            <TaskName>ASN</TaskName>
            <ActionMenu>
               <Action Type="basic" Invocation="asyncOnly" ActionId="receiveReceipt">
                  <Request>
                     <RequestName>Receipt</RequestName>
                     <RequestMessage>Receipt</RequestMessage>
                     <Channel ChannelId="id_supplier_http_transport_channel"/>
                  </Request>
                  <Response>
                     <ResponseName Required="yes">ReceiptAck</ResponseName>
                  </Response>
               </Action>
               <Action Type="basic" Invocation="asyncOnly" ActionId="receiveASNAck">
                  <Request>
                     <RequestName>ASNAck</RequestName>
                     <RequestMessage>ASNAck</RequestMessage>
                     <Channel ChannelId="id_supplier_http_transport_channel"/>
                  </Request>
               </Action>
            </ActionMenu>
         </ServiceInterface>
         <!--End Interfaces implemented by AutomotiveSupplier-->
      </BusinessInterface>
   </BusinessProtocol>
   <Comment>Automotive Industry CPA</Comment>
</TPA>
<?xml version="1.0"?>
<!DOCTYPE TPA SYSTEM "tpa_1_0_6.dtd">
<!--Note: above URL will actually point to a URL in the repository for the schema for TPAML-->
<TPA>
   <TPAInfo>
      <TPAName>Retail Industry CPA</TPAName>
      <TPAType>
         <Protocol>ebXML</Protocol>
         <Version>0.1</Version>
         <Type>POC</Type>
      </TPAType>
      <Role>
         <RoleDefn>
            <RoleName>ItemAlignmentBuyer</RoleName>
            <RolePlayer>AjubaSolutions</RolePlayer>
         </RoleDefn>
         <RoleDefn>
            <RoleName>ItemAlignmentSupplier</RoleName>
            <RolePlayer>SterlingCommerce</RolePlayer>
         </RoleDefn>
         <RoleDefn>
            <RoleName>OrderExchangeBuyer</RoleName>
            <RolePlayer>AjubaSolutions</RolePlayer>
         </RoleDefn>
         <RoleDefn>
            <RoleName>OrderExchangeSupplier</RoleName>
            <RolePlayer>SterlingCommerce</RolePlayer>
         </RoleDefn>
      </Role>
      <Participants>
         <Member IdCodeType="DUNS" MemberId="888888888">
            <PartyName Partyname="AjubaSolutions">AjubaSolutions</PartyName>
            <CompanyTelephone>650-210-0100</CompanyTelephone>
            <Address>
               <AddressType>location</AddressType>
               <AddressLine>2593 Coast Avenue</AddressLine>
               <City>Mountain View</City>
               <State>CA</State>
               <Zip>94089</Zip>
               <Country>USA</Country>
            </Address>
            <Contact Type="primary">
               <LastName>Hale</LastName>
               <FirstName>Mark</FirstName>
               <MiddleName>Andrew</MiddleName>
               <Title>Standards Architect</Title>
               <ContactTelephone Type="primary">650-210-0100 x4155</ContactTelephone>
               <EMail Type="primary">mark.hale@ajubasolutions.com</EMail>
            </Contact>
         </Member>
         <Member IdCodeType="DUNS" MemberId="999999999">
            <PartyName Partyname="SterlingCommerce">SterlingCommerce</PartyName>
            <CompanyTelephone>(614) 793-7000</CompanyTelephone>
            <Address>
               <AddressType>location</AddressType>
               <AddressLine>4600 Lakehurst Court</AddressLine>
               <City>P.O. Box 8000</City>
               <State>OH</State>
               <Zip>43016</Zip>
               <Country>USA</Country>
            </Address>
            <Contact Type="primary">
               <LastName>Moberg</LastName>
               <FirstName>Dale</FirstName>
               <MiddleName/>
               <Title/>
               <ContactTelephone Type="primary">(614) 793-7000</ContactTelephone>
               <EMail Type="primary">Dale_Moberg@stercomm.com</EMail>
            </Contact>
         </Member>
      </Participants>
      <Duration>
         <Start>
            <Date>20001010</Date>
            <Time>000000.000Z</Time>
         </Start>
         <End>
            <Date>20001110</Date>
            <Time>000000.000Z</Time>
         </End>
      </Duration>
   </TPAInfo>
   <DeliveryChannelSet>
      <DeliveryChannel ChannelId="id_buyer_http_transport_channel" TransportId="id_buyer_http_transport" DocExchangeId="id_doc_exchange"/>
      <DeliveryChannel ChannelId="id_supplier_http_transport_channel" TransportId="id_supplier_http_transport" DocExchangeId="id_doc_exchange"/>
   </DeliveryChannelSet>
   <Transport TransportId="id_buyer_http_transport">
      <Communication>
         <HTTP>
            <Version>1.1</Version>
            <HTTPNode>
               <OrgName Partyname="AjubaSolutions"/>
               <HTTPAddress>
                  <RequestURL>http://x.x.x.x/ebXML/RetailBuyer</RequestURL>
               </HTTPAddress>
            </HTTPNode>
            <TransportEncoding>ebXML</TransportEncoding>
         </HTTP>
      </Communication>
   </Transport>
   <Transport TransportId="id_supplier_http_transport">
      <Communication>
         <HTTP>
            <Version>1.1</Version>
            <HTTPNode>
               <OrgName Partyname="SterlingCommerce"/>
               <HTTPAddress>
                  <RequestURL>http://x.x.x.x/ebXML/RetailSupplier</RequestURL>
               </HTTPAddress>
            </HTTPNode>
            <TransportEncoding>ebXML</TransportEncoding>
         </HTTP>
      </Communication>
   </Transport>
   <DocExchange DocExchangeId="id_doc_exchange">
      <MessageIdempotency>required</MessageIdempotency>
   </DocExchange>
   <BusinessProtocol>
      <MessageSet>ebXML Registry Service</MessageSet>
      <BusinessInterface>
         <!--Begin Interfaces implemented by RetailBuyer-->
         <ServiceInterface InterfaceId="ItemAlignmentBuyer">
            <OrgName Partyname="AjubaSolutions"/>
            <TaskName>ItemAlignment</TaskName>
            <ActionMenu>
               <Action Type="basic" Invocation="asyncOnly" ActionId="receiveItemCreate">
                  <Request>
                     <RequestName>ItemCreate</RequestName>
                     <RequestMessage>ItemCreate</RequestMessage>
                     <Channel ChannelId="id_buyer_http_transport_channel"/>
                  </Request>
                  <Response>
                     <ResponseName Required="yes">ItemCreateAck</ResponseName>
                     <ResponseName Required="yes">ItemAlign</ResponseName>
                  </Response>
               </Action>
               <Action Type="basic" Invocation="asyncOnly" ActionId="receiveItemAlignAck">
                  <Request>
                     <RequestName>ItemAlignAck</RequestName>
                     <RequestMessage>ItemAlignAck</RequestMessage>
                     <Channel ChannelId="id_buyer_http_transport_channel"/>
                  </Request>
               </Action>
            </ActionMenu>
         </ServiceInterface>
         <ServiceInterface InterfaceId="ExchangePurchaseOrderBuyer">
            <OrgName Partyname="AjubaSolutions"/>
            <TaskName>PurchaseOrder</TaskName>
            <ActionMenu>
               <Action Type="basic" Invocation="asyncOnly" ActionId="receiveOrderAcceptance">
                  <Request>
                     <RequestName>OrderAcceptance</RequestName>
                     <RequestMessage>OrderAcceptance</RequestMessage>
                     <Channel ChannelId="id_buyer_http_transport_channel"/>
                  </Request>
                  <Response>
                     <ResponseName Required="yes">OrderAcceptanceAck</ResponseName>
                  </Response>
               </Action>
               <Action Type="basic" Invocation="asyncOnly" ActionId="receiveOrderCreateAck">
                  <Request>
                     <RequestName>OrderCreateAck</RequestName>
                     <RequestMessage>OrderCreateAck</RequestMessage>
                     <Channel ChannelId="id_buyer_http_transport_channel"/>
                  </Request>
               </Action>
            </ActionMenu>
         </ServiceInterface>
         <!--End Interfaces implemented by RetailBuyer-->
         <!--Begin Interfaces implemented by RetailSupplier-->
         <ServiceInterface InterfaceId="ItemAlignmentSupplier">
            <OrgName Partyname="SterlingCommerce"/>
            <TaskName>ItemAlignment</TaskName>
            <ActionMenu>
               <Action Type="basic" Invocation="asyncOnly" ActionId="receiveItemAlign">
                  <Request>
                     <RequestName>ItemAlign</RequestName>
                     <RequestMessage>ItemAlign</RequestMessage>
                     <Channel ChannelId="id_supplier_http_transport_channel"/>
                  </Request>
                  <Response>
                     <ResponseName Required="yes">ItemAlignAck</ResponseName>
                  </Response>
               </Action>
               <Action Type="basic" Invocation="asyncOnly" ActionId="receiveItemCreateAck">
                  <Request>
                     <RequestName>ItemCreateAck</RequestName>
                     <RequestMessage>ItemCreateAck</RequestMessage>
                     <Channel ChannelId="id_supplier_http_transport_channel"/>
                  </Request>
               </Action>
            </ActionMenu>
         </ServiceInterface>
         <ServiceInterface InterfaceId="ExchangePurchaseOrderSupplier">
            <OrgName Partyname="SterlingCommerce"/>
            <TaskName>PurchaseOrder</TaskName>
            <ActionMenu>
               <Action Type="basic" Invocation="asyncOnly" ActionId="receiveOrderCreate">
                  <Request>
                     <RequestName>OrderCreate</RequestName>
                     <RequestMessage>OrderCreate</RequestMessage>
                     <Channel ChannelId="id_supplier_http_transport_channel"/>
                  </Request>
                  <Response>
                     <ResponseName Required="yes">OrderCreateAck</ResponseName>
                     <ResponseName Required="yes">OrderAcceptance</ResponseName>
                  </Response>
               </Action>
               <Action Type="basic" Invocation="asyncOnly" ActionId="receiveOrderAcceptanceAck">
                  <Request>
                     <RequestName>OrderAcceptanceAck</RequestName>
                     <RequestMessage>OrderAcceptanceAck</RequestMessage>
                     <Channel ChannelId="id_supplier_http_transport_channel"/>
                  </Request>
               </Action>
            </ActionMenu>
         </ServiceInterface>
         <!--End Interfaces implemented by RetailSupplier-->
      </BusinessInterface>
   </BusinessProtocol>
   <Comment>Retail Industry CPA</Comment>
</TPA>
<?xml version="1.0"?>
<!DOCTYPE TPA SYSTEM "tpa_1_0_6.dtd">
<!--Note: above URL will actually point to a URL in the repository for the schema for TPAML-->
<TPA>
   <TPAInfo>
      <TPAName>Sterling Commerce CPP</TPAName>
      <TPAType>
         <Protocol>ebXML</Protocol>
         <Version>0.1</Version>
         <Type>POC</Type>
      </TPAType>
      <Role>
         <RoleDefn>
            <RoleName>ItemAlignmentSupplier</RoleName>
            <RolePlayer>SterlingCommerce</RolePlayer>
         </RoleDefn>
         <RoleDefn>
            <RoleName>OrderExchangeSupplier</RoleName>
            <RolePlayer>SterlingCommerce</RolePlayer>
         </RoleDefn>
         <RoleDefn>
            <RoleName>ASNSupplier</RoleName>
            <RolePlayer>SterlingCommerce</RolePlayer>
         </RoleDefn>
      </Role>
      <Participants>
         <Member IdCodeType="DUNS" MemberId="999999999">
            <PartyName Partyname="SterlingCommerce">SterlingCommerce</PartyName>
            <CompanyTelephone>(614) 793-7000</CompanyTelephone>
            <Address>
               <AddressType>location</AddressType>
               <AddressLine>4600 Lakehurst Court</AddressLine>
               <City>P.O. Box 8000</City>
               <State>OH</State>
               <Zip>43016</Zip>
               <Country>USA</Country>
            </Address>
            <Contact Type="primary">
               <LastName>Moberg</LastName>
               <FirstName>Dale</FirstName>
               <MiddleName/>
               <Title/>
               <ContactTelephone Type="primary">(614) 793-7000</ContactTelephone>
               <EMail Type="primary">Dale_Moberg@stercomm.com</EMail>
            </Contact>
         </Member>
      </Participants>
      <Duration>
         <Start>
            <Date>20001010</Date>
            <Time>000000.000Z</Time>
         </Start>
         <End>
            <Date>20001110</Date>
            <Time>000000.000Z</Time>
         </End>
      </Duration>
   </TPAInfo>
   <DeliveryChannelSet>
      <DeliveryChannel ChannelId="id_supplier_http_transport_channel" TransportId="id_supplier_http_transport" DocExchangeId="id_doc_exchange"/>
   </DeliveryChannelSet>
   <Transport TransportId="id_supplier_http_transport">
      <Communication>
         <HTTP>
            <Version>1.1</Version>
            <HTTPNode>
               <OrgName Partyname="SterlingCommerce"/>
               <HTTPAddress>
                  <RequestURL>http://x.x.x.x/ebXML/RetailSupplier</RequestURL>
               </HTTPAddress>
            </HTTPNode>
            <TransportEncoding>ebXML</TransportEncoding>
         </HTTP>
      </Communication>
   </Transport>
   <DocExchange DocExchangeId="id_doc_exchange">
      <MessageIdempotency>required</MessageIdempotency>
   </DocExchange>
   <BusinessProtocol>
      <MessageSet>Services</MessageSet>
      <BusinessInterface>
         <!--Retail Industry Services-->
         <ServiceInterface InterfaceId="ItemAlignmentSupplier">
            <OrgName Partyname="SterlingCommerce"/>
            <TaskName>ItemAlignment</TaskName>
            <ActionMenu>
               <Action Type="basic" Invocation="asyncOnly" ActionId="receiveItemAlign">
                  <Request>
                     <RequestName>ItemAlign</RequestName>
                     <RequestMessage>ItemAlign</RequestMessage>
                     <Channel ChannelId="id_supplier_http_transport_channel"/>
                  </Request>
                  <Response>
                     <ResponseName Required="yes">ItemAlignAck</ResponseName>
                  </Response>
               </Action>
               <Action Type="basic" Invocation="asyncOnly" ActionId="receiveItemCreateAck">
                  <Request>
                     <RequestName>ItemCreateAck</RequestName>
                     <RequestMessage>ItemCreateAck</RequestMessage>
                     <Channel ChannelId="id_supplier_http_transport_channel"/>
                  </Request>
               </Action>
            </ActionMenu>
         </ServiceInterface>
         <ServiceInterface InterfaceId="ExchangePurchaseOrderSupplier">
            <OrgName Partyname="SterlingCommerce"/>
            <TaskName>PurchaseOrder</TaskName>
            <ActionMenu>
               <Action Type="basic" Invocation="asyncOnly" ActionId="receiveOrderCreate">
                  <Request>
                     <RequestName>OrderCreate</RequestName>
                     <RequestMessage>OrderCreate</RequestMessage>
                     <Channel ChannelId="id_supplier_http_transport_channel"/>
                  </Request>
                  <Response>
                     <ResponseName Required="yes">OrderCreateAck</ResponseName>
                     <ResponseName Required="yes">OrderAcceptance</ResponseName>
                  </Response>
               </Action>
               <Action Type="basic" Invocation="asyncOnly" ActionId="receiveOrderAcceptanceAck">
                  <Request>
                     <RequestName>OrderAcceptanceAck</RequestName>
                     <RequestMessage>OrderAcceptanceAck</RequestMessage>
                     <Channel ChannelId="id_supplier_http_transport_channel"/>
                  </Request>
               </Action>
            </ActionMenu>
         </ServiceInterface>
         <!--Automotive Industry Services-->
         <ServiceInterface InterfaceId="ASNSupplier">
            <OrgName Partyname="SterlingCommerce"/>
            <TaskName>ASN</TaskName>
            <ActionMenu>
               <Action Type="basic" Invocation="asyncOnly" ActionId="receiveReceipt">
                  <Request>
                     <RequestName>Receipt</RequestName>
                     <RequestMessage>Receipt</RequestMessage>
                     <Channel ChannelId="id_supplier_http_transport_channel"/>
                  </Request>
                  <Response>
                     <ResponseName Required="yes">ReceiptAck</ResponseName>
                  </Response>
               </Action>
               <Action Type="basic" Invocation="asyncOnly" ActionId="receiveASNAck">
                  <Request>
                     <RequestName>ASNAck</RequestName>
                     <RequestMessage>ASNAck</RequestMessage>
                     <Channel ChannelId="id_supplier_http_transport_channel"/>
                  </Request>
               </Action>
            </ActionMenu>
         </ServiceInterface>
      </BusinessInterface>
   </BusinessProtocol>
   <Comment>Sterling Commerce CPP</Comment>
</TPA>

tpa_1_0_6.dtd

TPA Matrix.xls



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]

Search: Match: Sort by:
Words: | Help


Powered by eList eXpress LLC