Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

Excerpt
hiddentrue

Test cXML Punchout using the Postman for Chrome tool.


This guide covers the process for testing cXML Punchout using the Postman for Chrome tool. There are add-ons available for other browsers, but this guide will show examples using Postman. 

Use this guide to troubleshoot network connectivity and password / credential issues. . ..
 

Prerequisites

  1. Punchout URL (i.e. https://yoursite.com.au/punchout.aspx)
  2. Username
  3. Password 
  4. Sample Punchout Setup Request file (see sample at the end of this article)
  5. API testing app / browser add-on: 

...

Code Block
languagexml
titleXML
 <<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE cXML SYSTEM "http://xml.cXML.org/schemas/cXML/1.2.021/cXML.dtd">
<cXML payloadID="1233444-200@ariba.acme.com"
      xml:lang="en-US" timestamp="1999-03-12T18:39:09-08:00">
    <Header>
        <From>
            <Credential domain="AribaNetworkUserId">
                <Identity>admin@acme.com</Identity>
            </Credential>
        </From>
        <To>
            <Credential domain="ABN">
                <Identity>112233344</Identity>
            </Credential>
        </To>
        <Sender>
            <Credential domain="AribaNetworkUserId">
                <Identity>#USERNAME#</Identity>
                <SharedSecret>#PASSWORD#</SharedSecret>
            </Credential>
            <UserAgent>Ariba ORMS 5.1P4 </UserAgent>
        </Sender>
    </Header>
    <Request>
        <PunchOutSetupRequest operation="create">
            <BuyerCookie>34234234ADFSDF234234</BuyerCookie>
            <Extrinsic name="randomKey">department code</Extrinsic>
            <BrowserFormPost>
                <URL>http://www.hashemian.com/tools/form-post-tester.php/cxmlTest</URL>
            </BrowserFormPost>
            <SupplierSetup>
                <URL>http://workchairs.com/cxml</URL>
            </SupplierSetup>
        </PunchOutSetupRequest>
</Request>
</cXML>


Related help

Content by Label
showLabelsfalse
max10
showSpacefalse
titleexcludeCurrentRelated Articlestrue
cqllabel in ("punchout","testing")

...