WMH API Documentation. Contents

Size: px
Start display at page:

Download "WMH API Documentation. Contents"

Transcription

1 WMH API Documentation Contents WMH API Documentation... 1 Terms... 2 Questions... 3 Functions... 4 GetAvailableInventory... 4 GetAvailableInventoryXML... 4 GetPricing... 4 GetPricingXML... 4 GetProductInfo... 6 GetProductInfoXML... 7 GetPromotions... 9 PlaceOrder... 9 PlaceOrder Return XML Examples GetAvailableInventory GetAvailableInventoryXML GetPricing GetPricingXML GetProductInfo GetProductInfoXML GetPromotions GetPromotionsXML... 24

2 Terms API Key: A unique combination of letters and digits that has been issued to your company. If you don t have one, you can request one through the Distributor home page on WMHToolGroup.com. Dataset: This is an XML representation of a table of data. Stock Number: The number WMH uses to identify a specific machine or item.

3 Questions Q: Does anyone actually use this? A: Yes. We do. This API is an extension of the web services we built to power our sites. The ProductInfoXML function is identical to the one we use to get information for each product page. Q: Why are two versions offered for each function? A: Because our programmers didn t have enough to do. Seriously, though, the custom XML methods are lighter weight, meaning less data is transmitted, but they require custom programming to parse and use. This is useful for people utilizing PHP, ColdFusion, or working with LINQ to XML in.net. The dataset methods send much more data, including schema information, which makes them easier to consume for people familiar with using datasets in.net. Which one you use is up to you. The information you get back is the same in either case. (For what it s worth, we use our own custom XML methods.) Q: Can I send a semicolon (or other character) separated list instead of a comma separated list? A: No. If you use a character other than a comma to separate a list, the function will fail. Q: Can I suggest a new function? A: Sure! Just use the feedback form on WMHToolGroup.com. Our developers see everything people send us through the feedback form. Q: Can I use this to place Drop Ship orders? A: Yes. The PlaceOrder2 function allows for the placement of drop ship orders as well as orders with promotional pricing.

4 Functions GetAvailableInventory Parameters: String: API Key String: Stock Numbers list of stock number separated by commas Returns: String: Part Number Same as Stock Number String: Description Single: Available inventory in our Nashville warehouse Single: Available inventory in our Washington warehouse GetAvailableInventoryXML Parameters: String: API Key String: Stock Numbers list of stock number separated by commas Returns: String: Part Number String: Description Single: Available inventory in our Nashville warehouse Single: Available inventory in our Washington warehouse GetPricing Parameters: String: API Key String: SoldTo Your main account number String: ShipTo The account number for which you re inquiring String: Stock Number Returns: String: Part Number String: Description Double: Price Your contract price. ( 1 indicates a price is not available.) Double: List Price ( 1 indicates a price is not available.) Single: Available stock in our Nashville warehouse Single: Available stock in our Washington warehouse String: Number of items in a package (returns Not Applicable if item has only 1 unit per package ) String: Obsolete status Boolean: Returns 1 if item is a part. Returns 0 if item is an accessory or finished good. String: Whether or not WMH has the item in stock or not. GetPricingXML Parameters: String: API Key

5 String: SoldTo Your main account number String: ShipTo The account number for which you re inquiring String: Stock Number Returns: String: Part Number String: Description Double: Price Your contract price. ( 1 indicates a price is not available.) Double: List Price ( 1 indicated a prices is not available.) Single: Available stock in our Nashville warehouse Single: Available stock in our Washington warehouse String: Number of items in a package (returns Not Applicable if item has only 1 unit per package ) String: Obsolete status Boolean: Returns 1 if item is a part. Returns 0 if item is an accessory or finished good. String: Whether or not WMH has the item in stock or not.

6 GetProductInfo Parameters: String: API Key String: Stock Numbers list of stock number separated by commas Returns: String: Stock Number String: Marketing banner This is good marketing text String: Description String: ImageName the name of the main image for the product String: Manual the file name for the manual. The URL for all manuals is String: Whitepaper the file name for the whitepaper. The URL for all whitepapers is String: Easy2 the URL for the Easy2 demo String: Brand String: New Product Yes or No String: Hierarchy This is the hierarchy we use for classifying our products String : WebBrochure This is the URL for the sell sheet/brochure. String: Warranty Length of the warranty for the product String:WebMetaTitle The title we use on our web page. We suggest you use it, too. String: WebMetaDescription A description to put into the Meta Description tag on your website. String: WebMetaKeywords A set of keywords to put into your Meta Keywords tag. String: Microsite The URL to the microsite for the product, if applicable Array: Details A list of strings giving details abou the product Array: Specifications o Specification Name/Value/UOM attribute combinations String: Name Name of the attribute String: Value Value of the attribute String: UOM Unit of Measure of the attribute, if applicable Array: Accessories o Accessory String: Stock Number String: Description String: ImageName String: Whitepaper String: Brand String: WarrantyText HTML block with image of the correct warranty logo and text regarding warranty and service options. Array: ImageSet main image is always the first in the set o String: Image URL for an image of the product

7 GetProductInfoXML Parameters: String: API Key String: Stock Numbers list of stock number separated by commas Returns: String: Stock Number String: Marketing banner This is good marketing text String: Description String: ImageName the name of the main image for the product String: Manual the file name for the manual. The URL for all manuals is String: Whitepaper the file name for the whitepaper. The URL for all whitepapers is String: Easy2 the URL for the Easy2 demo String: Brand String: New Product Yes or No String: Hierarchy This is the hierarchy we use for classifying our products String : WebBrochure This is the URL for the sell sheet/brochure. String: Warranty Length of the warranty for the product String:WebMetaTitle The title we use on our web page. We suggest you use it, too. String: WebMetaDescription A description to put into the Meta Description tag on your website. String: WebMetaKeywords A set of keywords to put into your Meta Keywords tag. String: Microsite The URL to the microsite for the product, if applicable Array: Details o String: DetailValue Array: Specifications o Specification Name/Value/UOM attribute combinations String: Name Name of the attribute String: Value Value of the attribute String: UOM Unit of Measure of the attribute, if applicable Array: Accessories o Accessory String: Stock Number String: Description String: ImageName String: Whitepaper String: Brand WarrantyInfo: o String: WarrantyText HTML block with image of the correct warranty logo and text regarding warranty and service options. Array: ImageSet main image is always the first in the set o String: Image URL for an image of the product

8

9 GetPromotions Parameters: String: API Key Integer: CatID o 1 WMHToolGroup o 2 JET Industrial o 3 JET Wood o 4 Wilton o 5 Powermatic Returns: Array: Promotions o Promotion String: Part_Number Same as Stock Number String: Model String: Description String: PromoName String: PromoPage Page number in the flyer where the item can be found String: PromoPDF URL to the flyer on our website PlaceOrder Parameters: String: API Key String: SoldTo Your main account number String: ShipTo The account number identifying where the items are to be shipped String: PONumber The Purchase Order number you d like assigned to the order String: Ack The address to which you d like us to send the Purchase Order Acknowledgement. String: ASN The address to which you d like us to send the Advance Shipping Notification information. Array: orditems o OrderItem String: StockNumber Integer: Quantity Returns: A message. If the message contains a single numeric value your order was placed and the value is your order number.. Otherwise, the message will contain information as to why you order was declined. PlaceOrder2 This method is an upgraded version of the the PlaceOrder method. Via this method, you can now place promotional orders as well as drop ship orders. As always, warehouse orders can be placed through this method. If you send a value for the PromotionCode parameter, the code will be evaluated. If the code is not valid, you order will be denied. If the order is not a promotion order, simply send an empty string. If you send a value for the DropShipInfo paramenter, the order will be treated as a drop ship. Send a null value for the DropShipInfo for warehouse orders.

10 Promotion Code DropShipInfo Standard Warehouse Order Nothing or NULL Promotion Warehouse Order [code] Nothing or NULL Standard DropShip Order DropShipInfo object Promotion Dropship Order [code] DropShipInfo object Parameters: String: API Key String: SoldTo Your main account number String: ShipTo The account number identifying where the items are to be shipped String: PONumber The Purchase Order number you d like assigned to the order String: Ack The address to which you d like us to send the Purchase Order Acknowledgement. String: ASN The address to which you d like us to send the Advance Shipping Notification information. Array: orditems o OrderItem String: StockNumber Integer: Quantity String: PromoCode If the order is on promotion, the code you want to apply. ComplexType: DropShipInfo This is the information you need to provide if you are drop shipping this order o String(35): FirstName First name of the recipient o String(35): LastName Last name of the recipient o String(35): CompanyName Company name of the recipient o String(35): Address1 First line of the recipient s address o String(35):Address2 First line of the recipient s address o String(35): City Recipient s city o String(2): State Recipient s state o String(10): ZipCode Recipient s zip code o String(2): Country Recipient s country; defaulted to USA if one is not provided. o String(16): ContactPhoneNumber o Boolean: LiftGateNeeded o Boolean: ResidentialDelivery Returns: A message. The message will contain two fields separated by a pipe. The first field will contain the order number. If this field contains an E, an error occurred when placing your order and it will be handled by customer service. If this field contains E2, you order was not placeable and needs to be changed before placing. Customer service will not be notified if you receive an E2 code. The second field starts with Info: and will contain text related to your order. If items will be backordered, you will be notified of the available quantities for each item that will be backordered. Success Example: Info: Backorder Example: Info: Item A5816 has only 0 units available. Failure Example: E2 Info: Your order can not be completed due to the following reason(s): Item A5816 is not sellable.

11 Return XML Examples GetAvailableInventory <?xml version="1.0" encoding="utf-8"?> <DataSet xmlns="wmh.api"> <xs:schema id="availableinventory" xmlns="" xmlns:xs=" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> <xs:element name="availableinventory" msdata:isdataset="true" msdata:usecurrentlocale="true"> <xs:choice minoccurs="0" maxoccurs="unbounded"> <xs:element name="inventory"> <xs:sequence> <xs:element name="part_number" type="xs:string" minoccurs="0" /> <xs:element name="description" type="xs:string" minoccurs="0" /> <xs:element name="jna" type="xs:string" minoccurs="0" /> <xs:element name="jwa" type="xs:string" minoccurs="0" /> </xs:sequence> </xs:choice> </xs:schema> <diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemasmicrosoft-com:xml-diffgram-v1"> <AvailableInventory xmlns=""> <Inventory diffgr:id="inventory1" msdata:roworder="0" diffgr:haschanges="inserted"> <part_number> k</part_number> <Description>PM2000, 3HP 1PH Table Saw, w/ 50" Accu-Fence System</Description> <JNA> </JNA> <JWA>5.000</JWA> </Inventory> </AvailableInventory> </diffgr:diffgram> </DataSet> GetAvailableInventoryXML <?xml version="1.0" encoding="utf-8"?> <AvailableInventory> <Inventory> <part_number> k</part_number> <Description>PM2000, 3HP 1PH Table Saw, w/ 50" Accu-Fence System</Description> <JNA> </JNA> <JWA>5.000</JWA> </Inventory> </AvailableInventory>

12 GetPricing <?xml version="1.0" encoding="utf-8"?> <DataSet xmlns="wmh.api"> <xs:schema id="newdataset" xmlns="" xmlns:xs=" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> <xs:element name="pricing"> <xs:sequence> <xs:element name="part_number" type="xs:string" minoccurs="0" /> <xs:element name="description" type="xs:string" minoccurs="0" /> <xs:element name="price" type="xs:string" minoccurs="0" /> <xs:element name="listprice" type="xs:string" minoccurs="0" /> <xs:element name="mapprice" type="xs:string" minoccurs="0" /> <xs:element name="jna" type="xs:string" minoccurs="0" /> <xs:element name="jwa" type="xs:string" minoccurs="0" /> <xs:element name="roundingprofile" type="xs:string" minoccurs="0" /> <xs:element name="obsolete" type="xs:string" minoccurs="0" /> <xs:element name="ispart" type="xs:string" minoccurs="0" /> <xs:element name="availability" type="xs:string" minoccurs="0" /> </xs:sequence> <xs:element name="newdataset" msdata:isdataset="true" msdata:usecurrentlocale="true"> <xs:choice minoccurs="0" maxoccurs="unbounded"> <xs:element ref="pricing" /> </xs:choice> </xs:schema> <diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemasmicrosoft-com:xml-diffgram-v1"> <NewDataSet xmlns=""> <PRICING diffgr:id="pricing1" msdata:roworder="0" diffgr:haschanges="inserted"> <part_number> k</part_number> <description>pm2000, 3HP 1PH Table Saw, w/ 50" Accu-Fence System</description> <Price> e+000</Price> <ListPrice> e+003</ListPrice> <MapPrice> e+002</MapPrice> <JNA>160</JNA> <JWA>5</JWA> <RoundingProfile>Not Applicable</RoundingProfile> <Obsolete>False</Obsolete> <ispart>0</ispart> <Availability>In Stock</Availability> </PRICING> </NewDataSet> </diffgr:diffgram> </DataSet>

13 GetPricingXML <?xml version="1.0" encoding="utf-8"?> <PRICING> <part_number>708115k</part_number> <description>14" Closed Stand Bandsaw, 1HP, 1Ph, 115/230V</description> <Price> e+002</Price> <ListPrice> e+002</ListPrice> <MapPrice> e+002</MapPrice> <JNA>54</JNA> <JWA>20</JWA> <RoundingProfile>NA</RoundingProfile> <Obsolete>False</Obsolete> <ispart>0</ispart> <Availability>In Stock</Availability> </PRICING> GetProductInfo <?xml version="1.0" encoding="utf-8"?> <DataSet xmlns="wmh.api"> <xs:schema id="productfeed" xmlns="" xmlns:xs=" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> <xs:element name="productfeed" msdata:isdataset="true" msdata:usecurrentlocale="true"> <xs:choice minoccurs="0" maxoccurs="unbounded"> <xs:element name="product"> <xs:sequence> <xs:element name="stocknumber" type="xs:string" minoccurs="0" /> <xs:element name="marketingbanner" type="xs:string" minoccurs="0" /> <xs:element name="description" type="xs:string" minoccurs="0" /> <xs:element name="imagename" type="xs:string" minoccurs="0" /> <xs:element name="manual" type="xs:string" minoccurs="0" /> <xs:element name="whitepaper" type="xs:string" minoccurs="0" /> <xs:element name="easy2" type="xs:string" minoccurs="0" /> <xs:element name="brand" type="xs:string" minoccurs="0" /> <xs:element name="newproduct" type="xs:string" minoccurs="0" /> <xs:element name="hierarchy" type="xs:string" minoccurs="0" /> <xs:element name="webbrochure" type="xs:string" minoccurs="0" /> <xs:element name="warranty" type="xs:string" minoccurs="0" /> <xs:element name="webmetatitle" type="xs:string" minoccurs="0" /> <xs:element name="webmetadescription" type="xs:string" minoccurs="0" /> <xs:element name="webmetakeywords" type="xs:string" minoccurs="0" /> <xs:element name="microsite" type="xs:string" minoccurs="0" /> <xs:element name="details" minoccurs="0" maxoccurs="unbounded"> <xs:sequence> <xs:element name="detail" minoccurs="0" maxoccurs="unbounded"> <xs:sequence> <xs:element name="detailvalue" type="xs:string" minoccurs="0" /> </xs:sequence>

14 </xs:sequence> <xs:element name="specifications" minoccurs="0" maxoccurs="unbounded"> <xs:sequence> <xs:element name="specification" minoccurs="0" maxoccurs="unbounded"> <xs:sequence> <xs:element name="name" type="xs:string" minoccurs="0" /> <xs:element name="value" type="xs:string" minoccurs="0" /> <xs:element name="uom" type="xs:string" minoccurs="0" /> </xs:sequence> </xs:sequence> <xs:element name="accessories" minoccurs="0" maxoccurs="unbounded"> <xs:sequence> <xs:element name="accessory" minoccurs="0" maxoccurs="unbounded"> <xs:sequence> <xs:element name="stocknumber" type="xs:string" minoccurs="0" /> <xs:element name="description" type="xs:string" minoccurs="0" /> <xs:element name="imagename" type="xs:string" minoccurs="0" /> <xs:element name="whitepaper" type="xs:string" minoccurs="0" /> <xs:element name="brand" type="xs:string" minoccurs="0" /> </xs:sequence> </xs:sequence> <xs:element name="warrantyinfo" minoccurs="0" maxoccurs="unbounded"> <xs:sequence> <xs:element name="warrantytext" type="xs:string" minoccurs="0" /> </xs:sequence> <xs:element name="imageset" minoccurs="0" maxoccurs="unbounded"> <xs:sequence> <xs:element name="image" nillable="true" minoccurs="0" maxoccurs="unbounded"> <xs:simplecontent msdata:columnname="image_text" msdata:ordinal="0"> <xs:extension base="xs:string"> </xs:extension>

15 </xs:simplecontent> </xs:sequence> </xs:sequence> </xs:choice> </xs:schema> <diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemasmicrosoft-com:xml-diffgram-v1"> <ProductFeed xmlns=""> <Product diffgr:id="product1" msdata:roworder="0" diffgr:haschanges="inserted" msdata:hiddenproduct_id="0"> <StockNumber> K</StockNumber> <Marketingbanner>The award winning PM2000 table saw sets a new standard for innovation with an array of patented features and massive body design. It boasts the heaviest cast iron base in its class that virtually eliminates table vibration. The cast iron tables are oversized, and the push button arbor lock is accessible from above the table top to eliminate the need for dual arbor wrenches. The quick-release riving knife design helps reduce the chance of kickback. The blade tilt scale has adjustable angle indicators for repetitive bevel cuts. Built-in retractable omni-directional caster system mobilizes your table saw. A wide stance, heavy-duty trunnion and concave teeth on the trunnion gears promote easier raising and tilting of saw blade. Poly-V drive belt system results in quieter, more efficient power transfer from the motor to the arbor with virtually no vibration and less heat build up. Built-in dust collection port with sloped cabinet floor and convenient access to the inside of the saw cabinet make for simple clean-up. The saw has a proprietary safety switch with magnetic interlock, and the stop button can be knee activated.</marketingbanner> <Description>PM2000, 3HP 1PH Table Saw, w/ 50" Accu-Fence System</Description> <ImageName> K_main</ImageName> <Manual>m_ K.pdf</Manual> <Whitepaper> pdf</Whitepaper> <Easy2> <Brand>Powermatic</Brand> <NewProduct>Yes</NewProduct> <Hierarchy>Woodworking, Table Saws, Cabinet Saws</Hierarchy> <WebBrochure> <Warranty>5 Year</Warranty> <WebMetaTitle>PM2000, 3HP 1PH Table Saw, w/ 50" Accu-Fence System</WebMetaTitle> <WebMetaDescription>The Powermatic PM2000, 3HP 1PH Table Saw, w/ 50" Accu-Fence System in Woodworking, Table saws, Cabinet Saws</WebMetaDescription> <WebMetaKeywords> K, PM2000, PM2000, 3HP 1PH Table Saw, w/ 50" Accu-Fence System, Powermatic, Woodworking, Table saws, Cabinet Saws</WebMetaKeywords> <MicroSite /> <Details diffgr:id="details1" msdata:roworder="0" diffgr:haschanges="inserted" msdata:hiddendetails_id="0" msdata:hiddenproduct_id="0"> <Detail diffgr:id="detail1" msdata:roworder="0" diffgr:haschanges="inserted" msdata:hiddendetails_id="0">

16 <DetailValue>Quick release riving knife greatly reduces binding/kickback risk</detailvalue> </Detail> <Detail diffgr:id="detail2" msdata:roworder="1" diffgr:haschanges="inserted" msdata:hiddendetails_id="0"> <DetailValue>Built-in retractable caster system (patent pending) for immediate shop mobility</detailvalue> </Detail> [Details truncated.] </Details> <Specifications diffgr:id="specifications1" msdata:roworder="0" diffgr:haschanges="inserted" msdata:hiddenspecifications_id="0" msdata:hiddenproduct_id="0"> <Specification diffgr:id="specification1" msdata:roworder="0" diffgr:haschanges="inserted" msdata:hiddenspecifications_id="0"> <Name>Arbor Diameter (in.)</name> <Value>5/8</Value> <UOM /> </Specification> <Specification diffgr:id="specification2" msdata:roworder="1" diffgr:haschanges="inserted" msdata:hiddenspecifications_id="0"> <Name>Arbor Speed (RPM)</Name> <Value>4300</Value> <UOM /> </Specification> <Specification diffgr:id="specification3" msdata:roworder="2" diffgr:haschanges="inserted" msdata:hiddenspecifications_id="0"> <Name>Blade Diameter (in.)</name> <Value>10</Value> <UOM /> </Specification> <Specification diffgr:id="specification4" msdata:roworder="3" diffgr:haschanges="inserted" msdata:hiddenspecifications_id="0"> <Name>Brand</Name> <Value>Powermatic</Value> <UOM /> </Specification> <Specification diffgr:id="specification5" msdata:roworder="4" diffgr:haschanges="inserted" msdata:hiddenspecifications_id="0"> <Name>Distance Between Sliding Table and Blade (in.)</name> <Value>n.a.</Value> <UOM /> </Specification> [Specifications truncated] </Specifications> <Accessories diffgr:id="accessories1" msdata:roworder="0" diffgr:haschanges="inserted" msdata:hiddenaccessories_id="0" msdata:hiddenproduct_id="0"> <Accessory diffgr:id="accessory1" msdata:roworder="0" diffgr:haschanges="inserted" msdata:hiddenaccessories_id="0"> <StockNumber> </StockNumber> <Description>PM2000NCI: No Clearance Insert for PM2000</Description> <ImageName>0</ImageName> <Whitepaper />

17 <Brand>Powermatic</Brand> </Accessory> <Accessory diffgr:id="accessory2" msdata:roworder="1" diffgr:haschanges="inserted" msdata:hiddenaccessories_id="0"> <StockNumber> </StockNumber> <Description>PM2000LPR: Low Profile Riving Knife for PM2000</Description> <ImageName>0</ImageName> <Whitepaper /> <Brand>Powermatic</Brand> </Accessory> <Accessory diffgr:id="accessory3" msdata:roworder="2" diffgr:haschanges="inserted" msdata:hiddenaccessories_id="0"> <StockNumber> </StockNumber> <Description>PM2000DI: Dado Insert for PM2000</Description> <ImageName>0</ImageName> <Whitepaper /> <Brand>Powermatic</Brand> </Accessory> [Accessories truncated.] </Accessories> <WarrantyInfo diffgr:id="warrantyinfo1" msdata:roworder="0" diffgr:haschanges="inserted" msdata:hiddenproduct_id="0"> <WarrantyText><TABLE><TBODY><TR><TD><a href =" border=0 src=" 0&amp;wid=200"></a></TD><TD><FONT face=verdana size=4>warranty AND SERVICE</FONT><BR><BR><FONT face=verdana size=2>wmh Tool Group, Inc., warrants every product it sells. If one of our tools needs service or repair, one of our Authorized Service Centers located throughout the United States can give you quick service. In most cases, any of these WMH Tool Group Authorized Service Centers can authorize warranty repair, assist you in obtaining parts, or perform routine maintenance and major repair on your POWERMATIC tools. For the name of an Authorized Service Center in your area call </br>For more informaton click <a href =" HERE</a> </FONT></TD></TR></TBODY></TABLE></WarrantyText> </WarrantyInfo> <ImageSet diffgr:id="imageset1" msdata:roworder="0" diffgr:haschanges="inserted" msdata:hiddenimageset_id="0" msdata:hiddenproduct_id="0"> <Image diffgr:id="image1" msdata:roworder="0" diffgr:haschanges="inserted" msdata:hiddenimageset_id="0"> <Image diffgr:id="image2" msdata:roworder="1" diffgr:haschanges="inserted" msdata:hiddenimageset_id="0"> <Image diffgr:id="image3" msdata:roworder="2" diffgr:haschanges="inserted" msdata:hiddenimageset_id="0"> <Image diffgr:id="image4" msdata:roworder="3" diffgr:haschanges="inserted" msdata:hiddenimageset_id="0"> <Image diffgr:id="image5" msdata:roworder="4" diffgr:haschanges="inserted" msdata:hiddenimageset_id="0"> <Image diffgr:id="image6" msdata:roworder="5" diffgr:haschanges="inserted" msdata:hiddenimageset_id="0"> <Image diffgr:id="image7" msdata:roworder="6" diffgr:haschanges="inserted" msdata:hiddenimageset_id="0">

18 <Image diffgr:id="image8" msdata:roworder="7" diffgr:haschanges="inserted" msdata:hiddenimageset_id="0"> <Image diffgr:id="image9" msdata:roworder="8" diffgr:haschanges="inserted" msdata:hiddenimageset_id="0"> <Image diffgr:id="image10" msdata:roworder="9" diffgr:haschanges="inserted" msdata:hiddenimageset_id="0"> <Image diffgr:id="image11" msdata:roworder="10" diffgr:haschanges="inserted" msdata:hiddenimageset_id="0"> <Image diffgr:id="image12" msdata:roworder="11" diffgr:haschanges="inserted" msdata:hiddenimageset_id="0"> <Image diffgr:id="image13" msdata:roworder="12" diffgr:haschanges="inserted" msdata:hiddenimageset_id="0"> > <Image diffgr:id="image14" msdata:roworder="13" diffgr:haschanges="inserted" msdata:hiddenimageset_id="0"> > <Image diffgr:id="image15" msdata:roworder="14" diffgr:haschanges="inserted" msdata:hiddenimageset_id="0"> > <Image diffgr:id="image16" msdata:roworder="15" diffgr:haschanges="inserted" msdata:hiddenimageset_id="0"> </ImageSet> </Product> </ProductFeed> </diffgr:diffgram> </DataSet>

19 GetProductInfoXML <?xml version="1.0" encoding="utf-8"?> <ProductFeed> <Product> <StockNumber> K</StockNumber> <Marketingbanner>The award winning PM2000 table saw sets a new standard for innovation with an array of patented features and massive body design. It boasts the heaviest cast iron base in its class that virtually eliminates table vibration. The cast iron tables are oversized, and the push button arbor lock is accessible from above the table top to eliminate the need for dual arbor wrenches. The quick-release riving knife design helps reduce the chance of kickback. The blade tilt scale has adjustable angle indicators for repetitive bevel cuts. Built-in retractable omni-directional caster system mobilizes your table saw. A wide stance, heavy-duty trunnion and concave teeth on the trunnion gears promote easier raising and tilting of saw blade. Poly-V drive belt system results in quieter, more efficient power transfer from the motor to the arbor with virtually no vibration and less heat build up. Built-in dust collection port with sloped cabinet floor and convenient access to the inside of the saw cabinet make for simple clean-up. The saw has a proprietary safety switch with magnetic interlock, and the stop button can be knee activated.</marketingbanner> <Description>PM2000, 3HP 1PH Table Saw, w/ 50" Accu-Fence System</Description> <ImageName> K_main</ImageName> <Manual>m_ K.pdf</Manual> <Whitepaper> pdf</Whitepaper> <Easy2> <Brand>Powermatic</Brand> <NewProduct>Yes</NewProduct> <Hierarchy>Woodworking, Table Saws, Cabinet Saws</Hierarchy> <WebBrochure> <Warranty>5 Year</Warranty> <WebMetaTitle>PM2000, 3HP 1PH Table Saw, w/ 50" Accu-Fence System</WebMetaTitle> <WebMetaDescription>The Powermatic PM2000, 3HP 1PH Table Saw, w/ 50" Accu-Fence System in Woodworking, Table saws, Cabinet Saws</WebMetaDescription> <WebMetaKeywords> K, PM2000, PM2000, 3HP 1PH Table Saw, w/ 50" Accu-Fence System, Powermatic, Woodworking, Table saws, Cabinet Saws</WebMetaKeywords> <MicroSite /> <Details> <Detail> <DetailValue>Quick release riving knife greatly reduces binding/kickback risk</detailvalue> </Detail> <Detail> <DetailValue>Built-in retractable caster system (patent pending) for immediate shop mobility</detailvalue> </Detail> <Detail> <DetailValue>Push button arbor lock (patent pending) for rapid blade change</detailvalue> </Detail> <Detail> <DetailValue>Poly-V drive belt system delivers efficient, quiet operation</detailvalue> </Detail> [Details truncated.] </Details> <Specifications>

20 <Specification> <Name>Arbor Diameter (in.)</name> <Value>5/8</Value> <UOM /> </Specification> <Specification> <Name>Arbor Speed (RPM)</Name> <Value>4300</Value> <UOM /> </Specification> <Specification> <Name>Blade Diameter (in.)</name> <Value>10</Value> <UOM /> </Specification> <Specification> <Name>Brand</Name> <Value>Powermatic</Value> <UOM /> </Specification> [Specifications truncated.] </Specifications> <Accessories> <Accessory> <StockNumber> </StockNumber> <Description>PM2000NCI: No Clearance Insert for PM2000</Description> <ImageName>0</ImageName> <Whitepaper /> <Brand>Powermatic</Brand> </Accessory> <Accessory> <StockNumber> </StockNumber> <Description>PM2000LPR: Low Profile Riving Knife for PM2000</Description> <ImageName>0</ImageName> <Whitepaper /> <Brand>Powermatic</Brand> </Accessory> <Accessory> <StockNumber> </StockNumber> <Description>PM2000DI: Dado Insert for PM2000</Description> <ImageName>0</ImageName> <Whitepaper /> <Brand>Powermatic</Brand> </Accessory> <Accessory> <StockNumber> </StockNumber> <Description>PM2000-TKRK:.079" Riving Knife</Description> <ImageName>0</ImageName> <Whitepaper /> <Brand>Powermatic</Brand> </Accessory> <Accessory>

21 <StockNumber> </StockNumber> <Description>PM2000-TKLPRK:.079" Low Profile RK</Description> <ImageName>0</ImageName> <Whitepaper /> <Brand>Powermatic</Brand> </Accessory> [Accessories truncated.] </Accessories> <WarrantyInfo> <WarrantyText><TABLE><TBODY><TR><TD><a href =" border=0 src=" 0&amp;wid=200"></a></TD><TD><FONT face=verdana size=4>warranty AND SERVICE</FONT><BR><BR><FONT face=verdana size=2>wmh Tool Group, Inc., warrants every product it sells. If one of our tools needs service or repair, one of our Authorized Service Centers located throughout the United States can give you quick service. In most cases, any of these WMH Tool Group Authorized Service Centers can authorize warranty repair, assist you in obtaining parts, or perform routine maintenance and major repair on your POWERMATIC tools. For the name of an Authorized Service Center in your area call </br>For more informaton click <a href =" HERE</a> </FONT></TD></TR></TBODY></TABLE></WarrantyText> </WarrantyInfo> <ImageSet> <Image> <Image> <Image> <Image> <Image> <Image> <Image> <Image> <Image> <Image> <Image> <Image> <Image> <Image> <Image> <Image> </ImageSet> </Product> </ProductFeed>

22 GetPromotions <?xml version="1.0" encoding="utf-8"?> <DataSet xmlns="wmh.api"> <xs:schema id="promotions" xmlns="" xmlns:xs=" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> <xs:element name="promotions" msdata:isdataset="true" msdata:usecurrentlocale="true"> <xs:choice minoccurs="0" maxoccurs="unbounded"> <xs:element name="promotion"> <xs:sequence> <xs:element name="part_number" type="xs:string" minoccurs="0" /> <xs:element name="model" type="xs:string" minoccurs="0" /> <xs:element name="description" type="xs:string" minoccurs="0" /> <xs:element name="promoname" type="xs:string" minoccurs="0" /> <xs:element name="promopage" type="xs:string" minoccurs="0" /> <xs:element name="promopdf" type="xs:string" minoccurs="0" /> </xs:sequence> </xs:choice> </xs:schema> <diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemasmicrosoft-com:xml-diffgram-v1"> <Promotions xmlns=""> <Promotion diffgr:id="promotion1" msdata:roworder="0" diffgr:haschanges="inserted"> <Part_number> C</Part_number> <Model>PM2700</Model> <Description>PM2700 Shaper, 3HP 1PH 230V</Description> <PromoName>POWER UP - Sales Event</PromoName> <PromoPage>3</PromoPage> <PromoPDF> </Promotion> <Promotion diffgr:id="promotion2" msdata:roworder="1" diffgr:haschanges="inserted"> <Part_number> C</Part_number> <Model>PM2700</Model> <Description>PM2700 Shaper, 5HP 1PH 230V</Description> <PromoName>POWER UP - Sales Event</PromoName> <PromoPage>3</PromoPage> <PromoPDF> </Promotion> <Promotion diffgr:id="promotion3" msdata:roworder="2" diffgr:haschanges="inserted"> <Part_number> C</Part_number> <Model>PM2700</Model> <Description>PM2700 Shaper, 5HP 3PH 230/460V</Description> <PromoName>POWER UP - Sales Event</PromoName> <PromoPage>3</PromoPage>

23 <PromoPDF> </Promotion> <Promotion diffgr:id="promotion4" msdata:roworder="3" diffgr:haschanges="inserted"> <Part_number> </Part_number> <Model>3520B</Model> <Description>3520B Lathe, 2HP, 1 or 3PH, 220V</Description> <PromoName>POWER UP - Sales Event</PromoName> <PromoPage>3</PromoPage> <PromoPDF> </Promotion> [Promotions truncated.] </Promotions> </diffgr:diffgram> </DataSet>

24 GetPromotionsXML <?xml version="1.0" encoding="utf-8"?> <Promotions> <Promotion> <Part_number> C</Part_number> <Model>PM2700</Model> <Description>PM2700 Shaper, 3HP 1PH 230V</Description> <PromoName>POWER UP - Sales Event</PromoName> <PromoPage>3</PromoPage> <PromoPDF> </Promotion> <Promotion> <Part_number> C</Part_number> <Model>PM2700</Model> <Description>PM2700 Shaper, 5HP 1PH 230V</Description> <PromoName>POWER UP - Sales Event</PromoName> <PromoPage>3</PromoPage> <PromoPDF> </Promotion> <Promotion> <Part_number> C</Part_number> <Model>PM2700</Model> <Description>PM2700 Shaper, 5HP 3PH 230/460V</Description> <PromoName>POWER UP - Sales Event</PromoName> <PromoPage>3</PromoPage> <PromoPDF> </Promotion> <Promotion> <Part_number> </Part_number> <Model>3520B</Model> <Description>3520B Lathe, 2HP, 1 or 3PH, 220V</Description> <PromoName>POWER UP - Sales Event</PromoName> <PromoPage>3</PromoPage> <PromoPDF> </Promotion> [Promotions truncated.] </Promotions>

Dynmark Messaging Platform XML HTTP Interface Quick Start Guide. Draft Revision September

Dynmark Messaging Platform XML HTTP Interface Quick Start Guide. Draft Revision September Dynmark Messaging Platform XML HTTP Interface Quick Start Guide Draft Revision 3.0.5 4 September 2006 E-mail: support@e-txt.co.uk CONTENTS Sending Messages... 3 Sending a Simple Message...3 Text Merge

More information

NO: 22/15(1)/ /DCH/DHDS/Machinery Government of India Ministry of Textiles Office of the Development Commissioner for Handlooms **** ADDENDUM

NO: 22/15(1)/ /DCH/DHDS/Machinery Government of India Ministry of Textiles Office of the Development Commissioner for Handlooms **** ADDENDUM NO: 22/15(1)/2014-15/DCH/DHDS/Machinery Government of India Ministry of Textiles Office of the Development Commissioner for Handlooms **** ADDENDUM Udyog Bhavan, New Delhi Dated: 27.10.2014 Subject: -

More information

NORTHPOINTE SUITE WEB SERVICES ARCHITECTURE

NORTHPOINTE SUITE WEB SERVICES ARCHITECTURE NORTHPOINTE SUITE WEB SERVICES ARCHITECTURE Table of Contents LDAP LOGIN 2 APPLICATION LOGIN 4 LIST REFERENCE CODES 9 STORE REFERENCE CODES 14 LIST AGENCIES 18 GET AGENCY ID 23 LIST SECURITY GROUPS 27

More information

Using Inventory Export Guide

Using Inventory Export Guide Introducing Inventory Import and Export XML Using Inventory Export Guide To Manage Your Inventory Data Version 1.0 ADD TO CART XML API GUIDE 5/28/13 PAGE 1 Copyright 2013 Shopatron, Inc. Using Inventory

More information

TWW UNIMESSAGE. Volume SMS Messaging. Web services Integration Guide ( Version 3.09 )

TWW UNIMESSAGE. Volume SMS Messaging. Web services Integration Guide ( Version 3.09 ) TWW UNIMESSAGE Volume SMS Messaging Web services Integration Guide ( Version 3.09 ) 1 TWW UNIMESSAGE Volume SMS Messaging WEBSERVICES Integration Guide Information in this document, or in the described

More information

AlwaysUp Web Service API Version 11.0

AlwaysUp Web Service API Version 11.0 AlwaysUp Web Service API Version 11.0 0. Version History... 2 1. Overview... 3 2. Operations... 4 2.1. Common Topics... 4 2.1.1. Authentication... 4 2.1.2. Error Handling... 4 2.2. Get Application Status...

More information

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. [MS-AZMP]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

[MS-DSDIFFGRAM]: SharePoint Web Services: DataSet DiffGram Structure

[MS-DSDIFFGRAM]: SharePoint Web Services: DataSet DiffGram Structure [MS-DSDIFFGRAM]: SharePoint Web Services: DataSet DiffGram Structure Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications

More information

Introduction BB4 Web Services specifications... 5

Introduction BB4 Web Services specifications... 5 Billy Blue s 4 Web Service API Guide rel. 1.1 07-07-2010 Summary Introduction... 4 Monitor, share, inform.... 4 BB4 web services... 4 Web Service data format... 4 How to use Web Service di BB4... 4 Use

More information

W3C XML Schemas For Publishing

W3C XML Schemas For Publishing W3C XML Schemas For Publishing 208 5.8.xml: Getting Started

More information

[MS-DSDIFFGRAM]: SharePoint Web Services: DataSet DiffGram Structure Specification

[MS-DSDIFFGRAM]: SharePoint Web Services: DataSet DiffGram Structure Specification [MS-DSDIFFGRAM]: SharePoint Web Services: DataSet DiffGram Structure Specification Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes

More information

Introduction Syntax and Usage XML Databases Java Tutorial XML. November 5, 2008 XML

Introduction Syntax and Usage XML Databases Java Tutorial XML. November 5, 2008 XML Introduction Syntax and Usage Databases Java Tutorial November 5, 2008 Introduction Syntax and Usage Databases Java Tutorial Outline 1 Introduction 2 Syntax and Usage Syntax Well Formed and Valid Displaying

More information

[MS-AZMP-Diff]: Authorization Manager (AzMan) Policy File Format. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-AZMP-Diff]: Authorization Manager (AzMan) Policy File Format. Intellectual Property Rights Notice for Open Specifications Documentation [MS-AZMP-Diff]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

SharePoint Web Services: DataSet DiffGram Structure

SharePoint Web Services: DataSet DiffGram Structure [MS-DSDIFFGRAM-Diff]: Intellectual Property Rights tice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats,

More information

2006 Martin v. Löwis. Data-centric XML. XML Schema (Part 1)

2006 Martin v. Löwis. Data-centric XML. XML Schema (Part 1) Data-centric XML XML Schema (Part 1) Schema and DTD Disadvantages of DTD: separate, non-xml syntax very limited constraints on data types (just ID, IDREF, ) no support for sets (i.e. each element type

More information

The following is a sample XML code from the HCSProductCatalog.wsdl file.

The following is a sample XML code from the HCSProductCatalog.wsdl file. APPENDIXA This appendix contains sample WSDL and XSD files. It includes the following sections: HCSProductCatalog.wsdl File, page A-1 HCSProvision.xsd File, page A-27 HCSProvisionAsyncResponse.wsdl File,

More information

Oracle Utilities Opower Energy Efficiency Web Portal - Classic Single Sign-On

Oracle Utilities Opower Energy Efficiency Web Portal - Classic Single Sign-On Oracle Utilities Opower Energy Efficiency Web Portal - Classic Single Sign-On Configuration Guide E84772-01 Last Update: Monday, October 09, 2017 Oracle Utilities Opower Energy Efficiency Web Portal -

More information

Java EE 7: Back-end Server Application Development 4-2

Java EE 7: Back-end Server Application Development 4-2 Java EE 7: Back-end Server Application Development 4-2 XML describes data objects called XML documents that: Are composed of markup language for structuring the document data Support custom tags for data

More information

XML extensible Markup Language

XML extensible Markup Language extensible Markup Language Eshcar Hillel Sources: http://www.w3schools.com http://java.sun.com/webservices/jaxp/ learning/tutorial/index.html Tutorial Outline What is? syntax rules Schema Document Object

More information

Software Engineering Methods, XML extensible Markup Language. Tutorial Outline. An Example File: Note.xml XML 1

Software Engineering Methods, XML extensible Markup Language. Tutorial Outline. An Example File: Note.xml XML 1 extensible Markup Language Eshcar Hillel Sources: http://www.w3schools.com http://java.sun.com/webservices/jaxp/ learning/tutorial/index.html Tutorial Outline What is? syntax rules Schema Document Object

More information

Intellectual Property Rights Notice for Open Specifications Documentation

Intellectual Property Rights Notice for Open Specifications Documentation [MS-SSISPARAMS-Diff]: Intellectual Property Rights tice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats,

More information

SWAD-Europe Deliverable 6.3a Description of prototype implementation (documentation for deliverable 6.2)

SWAD-Europe Deliverable 6.3a Description of prototype implementation (documentation for deliverable 6.2) Mon Jun 07 2004 17:07:23 Europe/Madrid SWAD-Europe Deliverable 6.3a Description of prototype implementation (documentation for deliverable 6.2) Building knowledge objects from disparate, related resources

More information

User manual. Massive CSV / XML Updater via URL / FTP compatible with scheduled tasks (cronjobs)

User manual. Massive CSV / XML Updater via URL / FTP compatible with scheduled tasks (cronjobs) User manual Massive CSV / XML Updater via URL / FTP compatible with scheduled tasks (cronjobs) Massive CSV / XML Updater via URL / FTP installation instructions Prestashop module developed by OBSolutions

More information

Network Configuration Protocol

Network Configuration Protocol The (NETCONF) defines a simple mechanism through which a network device can be managed, configuration data can be retrieved, and new configuration data can be uploaded and manipulated. NETCONF uses Extensible

More information

[MS-DPAD]: Alert Definition Data Portability Overview. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-DPAD]: Alert Definition Data Portability Overview. Intellectual Property Rights Notice for Open Specifications Documentation [MS-DPAD]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. [MS-DPAD]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

MWTM 6.1 NBAPI WSDL and XSD Definitions

MWTM 6.1 NBAPI WSDL and XSD Definitions APPENDIXA This appendix describes the WSDL and XSD 1 (XML Schema Definition) definitions for MWTM 6.1 Northbound API (NBAPI): InventoryAPI.wsdl, page A-1 EventAPI.wsdl, page A-5 ProvisionAPI.wsdl, page

More information

[MS-SSISPARAMS-Diff]: Integration Services Project Parameter File Format. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-SSISPARAMS-Diff]: Integration Services Project Parameter File Format. Intellectual Property Rights Notice for Open Specifications Documentation [MS-SSISPARAMS-Diff]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for

More information

WEB SITE GUIDE. PLACE AN ORDER - Drop Ship Account INDEPENDENCE MEDICAL

WEB SITE GUIDE. PLACE AN ORDER - Drop Ship Account INDEPENDENCE MEDICAL WEB SITE GUIDE PLACE AN ORDER - Drop Ship Account INDEPENDENCE MEDICAL Place an Order To place an order, roll over the Place Order tab. From here, you will be able to add items to your cart using the Reorder,

More information

KOSTAS MARKELLOS University of Patras, Computer Engineering and Informatics Department, University Campus, 26500, Rio, Greece

KOSTAS MARKELLOS University of Patras, Computer Engineering and Informatics Department, University Campus, 26500, Rio, Greece USING STANDARDISED WEB SERVICES FOR INTEGRATING PROCESSES OF AUTONOMOUS ACTORS COMMUNICATING WITHIN A PUBLIC INFORMATION SYSTEM - A CASE STUDY FROM GREECE KOSTAS MARKELLOS University of Patras, Computer

More information

Lizzy API. Introduction: Available REST Methods

Lizzy API. Introduction: Available REST Methods Lizzy API Last Modified By: Glenn Hancock Last Modified: 08/14/2017 Version: 2.0.0.11 Introduction: This document covers the use of the Lizzy API, this API is a REST interface. The Lizzy API makes use

More information

Grainger Punchout Training Guide

Grainger Punchout Training Guide South Dakota Board of Regents Human Resources/Finance Information Systems Version Number 1.0 Updated 2/16/2012 Table of Contents Purchasing Page Introduction 2 Overview 2 Intended Audience 2 Documentation

More information

How to Add Product In Your Store

How to Add Product In Your Store How to Add Product In Your Store Adding a simple product Adding a Simple product is similar to writing a post in WordPress. 1. Go to WooCommerce > Products > Add Product. You then have a familiar interface

More information

Oracle Enterprise Data Quality

Oracle Enterprise Data Quality Oracle Enterprise Data Quality Automated Loading and Running of Projects Version 9.0 January 2012 Copyright 2006, 2012, Oracle and/or its affiliates. All rights reserved. Oracle Enterprise Data Quality,

More information

Custom Data Access with MapObjects Java Edition

Custom Data Access with MapObjects Java Edition Custom Data Access with MapObjects Java Edition Next Generation Command and Control System (NGCCS) Tactical Operations Center (TOC) 3-D Concurrent Technologies Corporation Derek Sedlmyer James Taylor 05/24/2005

More information

[MS-HGRP]: HomeGroup Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-HGRP]: HomeGroup Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-HGRP]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

Newegg Elite Seller Program Guide

Newegg Elite Seller Program Guide Newegg Elite Seller Program Guide Newegg Elite Seller Program offers three types of membership for different business model of sellers: Standard, Professional, and Enterprise. This guide will help you

More information

Notes. Any feedback/suggestions? IS 651: Distributed Systems

Notes. Any feedback/suggestions? IS 651: Distributed Systems Notes Grading statistics Midterm1: average 10.60 out of 15 with stdev 2.22 Total: average 15.46 out of 21 with stdev 2.80 A range: [18.26, 23] B range: [12.66, 18.26) C or worse range: [0, 12.66) The curve

More information

XML and Web Services

XML and Web Services XML and Web Services Lecture 8 1 XML (Section 17) Outline XML syntax, semistructured data Document Type Definitions (DTDs) XML Schema Introduction to XML based Web Services 2 Additional Readings on XML

More information

DEA Licensing WDNSW DC P21 DEA LICENSING

DEA Licensing WDNSW DC P21 DEA LICENSING DEA Licensing WDNSW DC P21 DEA LICENSING This manual contains information about software products from Epicor Software Corporation. The software described in this manual and the manual itself are furnished

More information

Eclipse Business Connect XML. Release (Eterm)

Eclipse Business Connect XML. Release (Eterm) Eclipse Business Connect XML Release 8.6.4 (Eterm) Legal Notices 2008 Activant Solutions Inc. All rights reserved. Unauthorized reproduction is a violation of applicable laws. Activant and the Activant

More information

[MS-DPMDS]: Master Data Services Data Portability Overview. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-DPMDS]: Master Data Services Data Portability Overview. Intellectual Property Rights Notice for Open Specifications Documentation [MS-DPMDS]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

QosPolicyHolder:1 Erratum

QosPolicyHolder:1 Erratum Erratum Number: Document and Version: Cross References: Next sequential erratum number Effective Date: July 14, 2006 Document erratum applies to the service document QosPolicyHolder:1 This Erratum has

More information

Oracle B2B 11g Technical Note. Technical Note: 11g_005 Attachments. Table of Contents

Oracle B2B 11g Technical Note. Technical Note: 11g_005 Attachments. Table of Contents Oracle B2B 11g Technical Note Technical Note: 11g_005 Attachments This technical note lists the attachment capabilities available in Oracle B2B Table of Contents Overview... 2 Setup for Fabric... 2 Setup

More information

PTS XML STANDARD GUIDELINE

PTS XML STANDARD GUIDELINE PTS XML STANDARD GUIDELINE September 2012 Turkish Medicines & Medical Devices Agency, Department of Pharmaceutical Track & Trace System Söğütözü Mahallesi 2176 Sok. No: 5 P.K.06520 Çankaya, Ankara Phone:

More information

iway iway Application System Adapter for Amdocs ClarifyCRM User s Guide Version 5 Release 5

iway iway Application System Adapter for Amdocs ClarifyCRM User s Guide Version 5 Release 5 iway iway Application System Adapter for Amdocs ClarifyCRM User s Guide Version 5 Release 5 Updated for J2EE CA 1.5 DN3501482.0305 EDA, EDA/SQL, FIDEL, FOCCALC, FOCUS, FOCUS Fusion, FOCUS Vision, Hospital-Trac,

More information

SYNDICATING HIERARCHIES EFFECTIVELY

SYNDICATING HIERARCHIES EFFECTIVELY SDN Contribution SYNDICATING HIERARCHIES EFFECTIVELY Applies to: SAP MDM 5.5 Summary This document introduces hierarchy tables and a method of effectively sending out data stored in hierarchy tables. Created

More information

Web Service Architecture for Computer-Adaptive Testing on e-learning

Web Service Architecture for Computer-Adaptive Testing on e-learning Web Service Architecture for Computer-Adaptive Testing on e-learning M. Phankokkruad, K. Woraratpanya Abstract This paper proposes a Web service and serviceoriented architecture (SOA) for a computer-adaptive

More information

MWTM NBAPI WSDL and XSD Definitions

MWTM NBAPI WSDL and XSD Definitions APPENDIXA This appendix describes the WSDL and XSD 1 (XML Schema Definition) definitions for MWTM 6.1.4 Northbound API (NBAPI): InventoryAPI.wsdl, page A-1 EventAPI.wsdl, page A-10 ProvisionAPI.wsdl, page

More information

extensible Name Language (xnl) Specifications and Description Document

extensible Name Language (xnl) Specifications and Description Document extensible Name Language (xnl) Specifications and Description Document CHANGE HISTORY Status Version Date Author Summary of Changes Draft 1.0 1 March 2001 CIQ-TC Initial Draft Draft 1.1 17 May 2001 CIQ-TC

More information

Restricting complextypes that have mixed content

Restricting complextypes that have mixed content Restricting complextypes that have mixed content Roger L. Costello October 2012 complextype with mixed content (no attributes) Here is a complextype with mixed content:

More information

Cisco Prime Central 1.0 API Guide

Cisco Prime Central 1.0 API Guide Cisco Prime Central 1.0 API Guide Cisco Prime Central API Cisco Prime Central Information Model and API's to support the following features. Managed Elements and Equipment Inventory Object Create, Delete

More information

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. [MS-CPSWS]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

Big Data 9. Data Models

Big Data 9. Data Models Ghislain Fourny Big Data 9. Data Models pinkyone / 123RF Stock Photo 1 Syntax vs. Data Models Physical view Syntax this is text. 2 Syntax vs. Data Models a Logical view

More information

White Paper. Fabasoft Integration for Novell GroupWise. Fabasoft Folio 2017 R1 Update Rollup 1

White Paper. Fabasoft Integration for Novell GroupWise. Fabasoft Folio 2017 R1 Update Rollup 1 White Paper Fabasoft Integration for Novell GroupWise Fabasoft Folio 2017 R1 Update Rollup 1 Copyright Fabasoft R&D GmbH, Linz, Austria, 2018. All rights reserved. All hardware and software names used

More information

:38:00 1 / 14

:38:00 1 / 14 In this course you will be using XML Editor version 12.3 (oxygen for short from now on) for XML related work. The work includes writing XML Schema files with corresponding XML files, writing

More information

Web Service Provider Example - Enabling Visible Business

Web Service Provider Example - Enabling Visible Business Web Services Example Web Service Provider Example - Enabling Visible Business Company A makes earrings. One of their suppliers, Company B, provides the glass beads that are used in the earrings. Company

More information

The Instant Order Processing Notification API Guide

The Instant Order Processing Notification API Guide The Instant Order Processing Notification API Guide A reference guide for developers who want to automate order notifications with their Checkout by Amazon orders. The Instant Order Processing Notification

More information

Solution Sheet 5 XML Data Models and XQuery

Solution Sheet 5 XML Data Models and XQuery The Systems Group at ETH Zurich Big Data Fall Semester 2012 Prof. Dr. Donald Kossmann Prof. Dr. Nesime Tatbul Assistants: Martin Kaufmann Besmira Nushi 07.12.2012 Solution Sheet 5 XML Data Models and XQuery

More information

TWS Toolkit V2.1 Developer s Manual

TWS Toolkit V2.1 Developer s Manual 2002 Algoria. TWS (Telephony Web Services), and related modules and products, is a registered trademark from Algoria TWS Toolkit V2.1 Developer s Manual Juillet 2007 Contact and Support : Algoria Adress

More information

ACTIVANT B2B Seller. New Features Guide. Version 5.5

ACTIVANT B2B Seller. New Features Guide. Version 5.5 ACTIVANT B2B Seller New Features Guide Version 5.5 1 This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual

More information

COUNTERTOP SAW PARTS Rev Mar2019 IMAGE DESCRIPTION BOLD Part No.

COUNTERTOP SAW PARTS Rev Mar2019 IMAGE DESCRIPTION BOLD Part No. SOLID STATE DIODE LASER ½ Diameter - 635nm, 5 mw, 90 Degree Beam Angle E1009204 SOLID STATE DIODE LASER ¾ Diameter - 10 mw - 3/16 wide beam E1009207 1.5 HP Porter Cable Router Motor 120V [ENDCAP MODIFIED

More information

Fall, 2005 CIS 550. Database and Information Systems Homework 5 Solutions

Fall, 2005 CIS 550. Database and Information Systems Homework 5 Solutions Fall, 2005 CIS 550 Database and Information Systems Homework 5 Solutions November 15, 2005; Due November 22, 2005 at 1:30 pm For this homework, you should test your answers using Galax., the same XQuery

More information

Your step-by-step instructions to getting started on ipage. Includes:

Your step-by-step instructions to getting started on ipage. Includes: Your step-by-step instructions to getting started on ipage. Includes: Ordering Setting up Selection Lists What's on ipage Managing Your Relationship with Spring Arbor Through ipage Welcome to ipage, Spring

More information

2009 W.W. Grainger, Inc. M-P S1798

2009 W.W. Grainger, Inc. M-P S1798 009 W.W. Grainger, Inc. M-P95-0 8S798 Integrating Your eprocurement System with Grainger th Edition Back Forward Stop Refresh Home Print Mail Short Fold 6 5 7 8 9 Short Fold Features of the Navigation

More information

Week 5 Aim: Description. Source Code

Week 5 Aim: Description. Source Code Week 5 Aim: Write an XML file which will display the Book information which includes the following: 1) Title of the book 2) Author Name 3) ISBN number 4) Publisher name 5) Edition 6) Price Write a Document

More information

extensible Markup Language

extensible Markup Language What is XML? The acronym means extensible Markup Language It is used to describe data in a way which is simple, structured and (usually) readable also by humans Developed at the end of the ninenties by

More information

BBPS API Sepcifications

BBPS API Sepcifications BBPS API Sepcifications v11.0 BBPS API Sepcifications v11.0 Page 1 Table of Contents 1 Bill Fetch Request 4 Sample Bill Fetch Request API 4 Bill Fetch Request Tag Details 5 Bill Fetch Request XSD 6 2 Bill

More information

Infor Enterprise Server User Guide for Triggering

Infor Enterprise Server User Guide for Triggering Infor Enterprise Server User Guide for Triggering Copyright 2015 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and contains confidential

More information

Approaches to using NEMSIS V3 Custom Elements

Approaches to using NEMSIS V3 Custom Elements NEMSIS TAC Whitepaper Approaches to using NEMSIS V3 Custom Elements Date August 17, 2011 July 31, 2013 (added section Restrictions, page 11) March 13, 2014 ( CorrelationID now reads CustomElementID as

More information

Online Ordering Manual

Online Ordering Manual Online Ordering Manual for the Pay-LESS website www.paylessoffice.com Customer Log In... 2-3 Finding Your Account Number... 4 Searching for Products... 5-6 Quick Order... 7-8 Product Comparison... 9-10

More information

[MS-DSDG]: DataSet DiffGram Structure. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-DSDG]: DataSet DiffGram Structure. Intellectual Property Rights Notice for Open Specifications Documentation [MS-DSDG]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

Markup Languages. Lecture 4. XML Schema

Markup Languages. Lecture 4. XML Schema Markup Languages Lecture 4. XML Schema Introduction to XML Schema XML Schema is an XML-based alternative to DTD. An XML schema describes the structure of an XML document. The XML Schema language is also

More information

extensible Markup Language

extensible Markup Language What is XML? The acronym means extensible Markup Language It is used to describe data in a way which is simple, structured and (usually) readable also by humans Developed at the end of the ninenties by

More information

AutomationDirect.com Order Import Feature

AutomationDirect.com Order Import Feature AutomationDirect.com Order Import Feature This document describes the requirements to upload a CSV or XML format order file from your system into our AutomationDirect.com E-commerce system to create an

More information

South Dakota Board of Regents Human Resources/Finance Information Systems. Fastenal Punchout Training Guide Version Number 2.

South Dakota Board of Regents Human Resources/Finance Information Systems. Fastenal Punchout Training Guide Version Number 2. South Dakota Board of Regents Human Resources/Finance Information Systems Version Number 2.0 Date: 2/4/2015 Table of Contents Purchasing Page Introduction 2 Overview 2 Intended Audience 2 Documentation

More information

[MS-CPSWS]: SharePoint Claim Provider Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-CPSWS]: SharePoint Claim Provider Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-CPSWS]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

Cisco Unity Connection Notification Interface (CUNI) API

Cisco Unity Connection Notification Interface (CUNI) API Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 2018 Cisco Systems, Inc. All rights

More information

Big Data Exercises. Fall 2018 Week 8 ETH Zurich. XML validation

Big Data Exercises. Fall 2018 Week 8 ETH Zurich. XML validation Big Data Exercises Fall 2018 Week 8 ETH Zurich XML validation Reading: (optional, but useful) XML in a Nutshell, Elliotte Rusty Harold, W. Scott Means, 3rd edition, 2005: Online via ETH Library 1. XML

More information

Shop Fox Fence Kit Installation Instructions:

Shop Fox Fence Kit Installation Instructions: Shop Fox Fence Kit Installation Instructions: Please note this installation kit is designed solely for installation on a Shop Fox Classic Fence. Accurate Technology manufactures kits for other saw fences

More information

15 Ways Belden Helps Reduce Human Error to Improve Uptime

15 Ways Belden Helps Reduce Human Error to Improve Uptime 15 Ways Belden Helps Reduce Human Error to Improve Uptime Up to 75% of data center downtime is caused by human error. While no data center is capable of being completely immune to mistakes, implementing

More information

Sitecore E-Commerce Cookbook

Sitecore E-Commerce Cookbook Sitecore E-Commerce Cookbook Rev: 2011-09-12 Sitecore E-Commerce Fundamental Edition 1.1 Sitecore E-Commerce Cookbook A marketer's guide to the Sitecore E-Commerce Fundamental Edition Sitecore E-Commerce

More information

XML / HTTP(s) NETIO M2M API protocols docs

XML / HTTP(s) NETIO M2M API protocols docs XML / HTTP(s) NETIO M2M API protocols docs Protocol version: XML Version 2.0 Short summary XML / HTTP(s) protocol is a file-based M2M API protocol, where the NETIO device is a HTTP(s) server and the client

More information

Industrial Safety Solutions

Industrial Safety Solutions 1 Arc Flash Supplies Featured Information Table of Contents About Industrial Safety Solutions.................................................................................................3 Electrical

More information

Clients Continued... & Letters. Campaigns Continued To create a Custom Campaign you must first name the campaign and select

Clients Continued...  & Letters. Campaigns Continued To create a Custom Campaign you must first name the campaign and select Clients Continued... Campaigns Continued To create a Custom Campaign you must first name the campaign and select what type of campaign it will be. Next you will add letters to your campaign from your letter

More information

DFP Mobile Ad Network and Rich Media API

DFP Mobile Ad Network and Rich Media API DFP Mobile Ad Network and Rich Media API v2.0, 12 June 2012 Background DFP Mobile is adopting a single open API for integrating with all ad networks and rich media vendors. This has the following benefits:

More information

Eco-Line Band Saws. Economical Sawing Solutions for Manufacturing, Steel Service Centers and Miscellaneous Applications

Eco-Line Band Saws. Economical Sawing Solutions for Manufacturing, Steel Service Centers and Miscellaneous Applications Eco-Line Band Saws Economical Sawing Solutions for Manufacturing, Steel Service Centers and Miscellaneous Applications Structural integrity is more than an engineering term it s the Peddinghaus way of

More information

BEAWebLogic. Event Server. WebLogic Event Server Reference

BEAWebLogic. Event Server. WebLogic Event Server Reference BEAWebLogic Event Server WebLogic Event Server Reference Version 2.0 July 2007 Contents 1. Introduction and Roadmap Document Scope and Audience............................................. 1-1 WebLogic

More information

Instructions. RM3000 Rackmount Kit for TDS3000 Series Oscilloscopes

Instructions. RM3000 Rackmount Kit for TDS3000 Series Oscilloscopes Instructions RM3000 Rackmount Kit for TDS3000 Series Oscilloscopes 071-0326-00 Copyright Tektronix, Inc. All rights reserved. Tektronix products are covered by U.S. and foreign patents, issued and pending.

More information

OM Marketplace. October, 2017

OM Marketplace. October, 2017 OM Marketplace October, 2017 1 CONTENTS Contents Page # OM Marketplace Basics 3 About OM Marketplace 4 Login 5 User Preferences 8 Order Management 17 Place An Order 18 Quick Key 27 Upload Order 29 View

More information

DR10.5: Handbook for usage of the PDKM prototype version 2

DR10.5: Handbook for usage of the PDKM prototype version 2 DR10.5: Handbook for usage of the PDKM prototype version 2 Written by: Andreas Edler, Andreas Krienke, Michael Marquard, InMediasP DELIVERABLE NO DR10.5: Handbook for usage of the PDKM prototype version

More information

[MS-OFFICIALFILE]: Official File Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-OFFICIALFILE]: Official File Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-OFFICIALFILE]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats,

More information

point of sale overview and ordering information

point of sale overview and ordering information point of sale overview and ordering information Order and see current pricing at myhht.com: Marketing Support > Marketing Tools > Showroom Design Center Merchandising > Order Point of Sale core merchandising

More information

Big Data for Engineers Spring Data Models

Big Data for Engineers Spring Data Models Ghislain Fourny Big Data for Engineers Spring 2018 11. Data Models pinkyone / 123RF Stock Photo CSV (Comma separated values) This is syntax ID,Last name,first name,theory, 1,Einstein,Albert,"General, Special

More information

Instant Order Notification API Guide

Instant Order Notification API Guide Instant Order Notification API Guide A reference guide for developers who want to automate order notifications. Steve Matlock Annika Munz 2 Checkout by Amazon Introduction Checkout by Amazon TOC 3 Contents

More information

11. Documents and Document Models

11. Documents and Document Models 1 of 14 10/3/2005 2:47 PM 11. Documents and Document Models IS 202-4 October 2005 Copyright  2005 Robert J. Glushko Plan for IO & IR Lecture #11 What is a document? Document types The Document Type Spectrum

More information

RYOBI 10 in. (254 mm) TABLE SAW - MODEL NO. BTS20

RYOBI 10 in. (254 mm) TABLE SAW - MODEL NO. BTS20 A0 OUTFEED SUPPORT RYOBI in. ( mm) TABLE SAW - MODEL NO. BTS0 FIGURE B: OUTFEED SUPPORT 0 OUTFEED SUPPORT... 0 SCREW (/-0 x / in.)... 00 OUTFEED SUPPORT ROD... 00 STOP SCREW (M X mm)... FIGURE C: BLADE

More information

/// Rapport. / Testdocumentatie nieuwe versie Register producten en dienstverlening (IPDC)

/// Rapport. / Testdocumentatie nieuwe versie Register producten en dienstverlening (IPDC) /// Rapport / Testdocumentatie nieuwe versie Register producten en dienstverlening (IPDC) / Maart 2017 www.vlaanderen.be/informatievlaanderen Informatie Vlaanderen /// Aanpassingen aan de webservices Dit

More information