Skip to content

Instantly share code, notes, and snippets.

@bhagany
Created August 14, 2014 21:04
Show Gist options
  • Save bhagany/5f1aa6204325ba70a5d9 to your computer and use it in GitHub Desktop.
Save bhagany/5f1aa6204325ba70a5d9 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<GetEnabledProductsResponse xmlns="http://Cafepress.com/">
<GetEnabledProductsResult>
<CPProductType>
<CPProductTypeNo>2</CPProductTypeNo>
<ProductDescription>White T-Shirt</ProductDescription>
</CPProductType>
<CPProductType>
<CPProductTypeNo>3</CPProductTypeNo>
<ProductDescription>Mousepad </ProductDescription>
</CPProductType>
<CPProductType>
<CPProductTypeNo>4</CPProductTypeNo>
<ProductDescription>Sweatshirt</ProductDescription>
</CPProductType>
<CPProductType>
<CPProductTypeNo>7</CPProductTypeNo>
<ProductDescription>Light T-Shirt</ProductDescription>
</CPProductType>
<CPProductType>
<CPProductTypeNo>17</CPProductTypeNo>
<ProductDescription>Tote Bag</ProductDescription>
</CPProductType>
<CPProductType>
<CPProductTypeNo>42</CPProductTypeNo>
<ProductDescription>Apron</ProductDescription>
</CPProductType>
<CPProductType>
<CPProductTypeNo>50</CPProductTypeNo>
<ProductDescription>Sticker (Rectangle)</ProductDescription>
</CPProductType>
<CPProductType>
<CPProductTypeNo>75</CPProductTypeNo>
<ProductDescription>Wall Calendar</ProductDescription>
</CPProductType>
<CPProductType>
<CPProductTypeNo>78</CPProductTypeNo>
<ProductDescription>Greeting Cards (Pk of 10)</ProductDescription>
</CPProductType>
<CPProductType>
<CPProductTypeNo>100</CPProductTypeNo>
<ProductDescription>Journal</ProductDescription>
</CPProductType>
<CPProductType>
<CPProductTypeNo>133</CPProductTypeNo>
<ProductDescription>Kids Hoodie</ProductDescription>
</CPProductType>
<CPProductType>
<CPProductTypeNo>135</CPProductTypeNo>
<ProductDescription>Kids Sweatshirt</ProductDescription>
</CPProductType>
<CPProductType>
<CPProductTypeNo>137</CPProductTypeNo>
<ProductDescription>Rectangle Magnet</ProductDescription>
</CPProductType>
<CPProductType>
<CPProductTypeNo>203</CPProductTypeNo>
<ProductDescription>3.5" Button</ProductDescription>
</CPProductType>
<CPProductType>
<CPProductTypeNo>258</CPProductTypeNo>
<ProductDescription>Organic Baby T-Shirt</ProductDescription>
</CPProductType>
<CPProductType>
<CPProductTypeNo>269</CPProductTypeNo>
<ProductDescription>Infant T-Shirt</ProductDescription>
</CPProductType>
<CPProductType>
<CPProductTypeNo>287</CPProductTypeNo>
<ProductDescription>Apron (dark)</ProductDescription>
</CPProductType>
<CPProductType>
<CPProductTypeNo>603</CPProductTypeNo>
<ProductDescription>White Mug \xc3\xbb 11 oz</ProductDescription>
</CPProductType>
<CPProductType>
<CPProductTypeNo>604</CPProductTypeNo>
<ProductDescription>Large White Mug \xc3\xbb 15 oz</ProductDescription>
</CPProductType>
<CPProductType>
<CPProductTypeNo>605</CPProductTypeNo>
<ProductDescription>Black Mug \xc3\xbb 11 oz</ProductDescription>
</CPProductType>
<CPProductType>
<CPProductTypeNo>630</CPProductTypeNo>
<ProductDescription>Round Car Magnet</ProductDescription>
</CPProductType>
<CPProductType>
<CPProductTypeNo>1237</CPProductTypeNo>
<ProductDescription>Stainless Steel Travel Mug</ProductDescription>
</CPProductType>
</GetEnabledProductsResult>
</GetEnabledProductsResponse>
</soap:Body>
</soap:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment