Business-cXML

 view release on metacpan or  search on metacpan

t/xml-assets/punchoutsetup8-request.xml  view on Meta::CPAN

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE cXML SYSTEM "http://xml.cxml.org/schemas/cXML/1.2.036/cXML.dtd">
<cXML timestamp="2018-01-01T00:00:00-0500" payloadID="123456789.2222.55123123@localhost" xml:lang="en-US">
	<Header>
		<From>
			<Credential domain="TEST">
				<Identity>remotehost</Identity>
			</Credential>
		</From>
		<To>
			<Credential domain="TEST">
				<Identity>localhost</Identity>
			</Credential>
		</To>
		<Sender>
			<Credential domain="TEST">
				<Identity>remotehost</Identity>
				<SharedSecret>password</SharedSecret>
			</Credential>
			<UserAgent>Test Service</UserAgent>
		</Sender>
	</Header>
	<Request deploymentMode="production">
		<PunchOutSetupRequest operation="create">
			<BuyerCookie>buyer1234</BuyerCookie>
			<Contact>
				<Name xml:lang="en-US">John Smith</Name>
				<Email>1234@remotehost</Email>
				<Phone>
					<TelephoneNumber>
						<CountryCode isoCountryCode="CA">1</CountryCode>
						<AreaOrCityCode>888</AreaOrCityCode>
						<Number>5551212</Number>
					</TelephoneNumber>
				</Phone>
			</Contact>
		</PunchOutSetupRequest>
	</Request>
</cXML>



( run in 0.507 second using v1.01-cache-2.11-cpan-39bf76dae61 )