<!DOCTYPE cXML SYSTEM "http://xml.cxml.org/schemas/cXML/1.2.046/cXML.dtd">
<cXML payloadID="958075346970@www.bigbuyer.com" timestamp="2020-06-09T07:23:19-07:00">  
	<Header>
		<From>
			<Credential domain="NetworkID">
				<Identity>AN11111111111</Identity>	<!--IS BUYER SPECIFIC ANID-->
			</Credential>
		</From>
		<To>
			<Credential domain="NetworkID">
				<Identity>AN22222222222</Identity>	<!--IS SUPPLIER SPECIFIC ANID-->
			</Credential>
			<Credential domain="buyersystemid"> 
				<Identity>22222222</Identity>	<!--IS SUPPLIER SPECIFIC BUYERSYSTEMID NUMBER-->
			</Credential> 
		</To> 
		<Sender>
			<Credential domain="AribaNetworkUserId">
				<Identity>sysadmin@ariba.com</Identity> 	
				<SharedSecret>abracadabra</SharedSecret>
			</Credential>
			<UserAgent>Ariba Buyer 8.2</UserAgent>
		</Sender>
	</Header>
	<Request>
		<PunchOutSetupRequest operation="create">		
			<BuyerCookie>1J3YVWU9QWMTB</BuyerCookie>
            <Extrinsic name="UserEmail">jsmith@BuyerServer.com</Extrinsic>
			<Extrinsic name="CostCenter">610</Extrinsic>
			<Extrinsic name="User">jsmith</Extrinsic>
			<BrowserFormPost>
				<URL>http://bigbuyer.com:3377/punchout</URL>	<!--IS BUYER URL-->
			</BrowserFormPost>
			<SupplierSetup>
				<URL>https://fournisseurtech.com/PunchOutServlet</URL>	<!--IS SUPPLIER URL TAKEN FROM THE INDEX FILE FIELD: SUPPLIER URL-->
			</SupplierSetup>
			<ShipTo>
				<Address addressID="001">
					<Name xml:lang="en">BigBuyer Headquarters</Name>
					<PostalAddress>
						<DeliverTo>John Smith</DeliverTo>
						<Street>1565 Pine, MS A.2</Street>
						<City>New York</City>
						<State>NY</State>
						<PostalCode>01043</PostalCode>
						<Country isoCountryCode="US">United States</Country>
					</PostalAddress>
				</Address>
			</ShipTo>
			<SelectedItem>
				<ItemID>
					<SupplierPartID>PunchOut_000</SupplierPartID> <!--DATA TAKEN FROM THE INDEX FILE FIELD: SUPPLIER PART ID-->
				</ItemID>
			</SelectedItem>
		</PunchOutSetupRequest>
	</Request>
</cXML>