
Previous – Messaging Bridge | Index | Next – Control Bus
Fetch Product Information
Tab | Property | Value |
---|---|---|
Connection | Address | /Products |
Connection | CSRF Protected | Unchecked |
Tab | Property | Value |
---|---|---|
Connection | Address | https://services.odata.org/V2/Northwind/Northwind.svc |
Connection | CSRF Protected | Unchecked |
Processing | Operation Details | Query (GET) |
Processing | Resource Path | Products |
Processing | Query Options | $filter=ProductName eq ${property.ProductName} |
Tab | Property | Value |
---|---|---|
Connection | Address | https://sapes5.sapdevcenter.com/sap/opu/odata/sap/EPM_REF_APPS_PROD_MAN_SRV |
Connection | Authentication | Basic |
Connection | Credential Name | ES5 Credentials |
Connection | CSRF Protected | Unchecked |
Processing | Operation Details | Query (GET) |
Processing | Resource Path | Products |
Processing | Query Options | $filter=Name eq '${property.ProductName}' |
<?xml version='1.0' encoding='UTF-8'?>
<multimap:Messages xmlns:multimap="http://sap.com/xi/XI/SplitAndMerge">
<multimap:Message1>
<Products>
<Product>
<CategoryID>1</CategoryID>
<Discontinued>false</Discontinued>
<SupplierID>1</SupplierID>
<UnitPrice>18.0000</UnitPrice>
<ProductName>Chai</ProductName>
<QuantityPerUnit>10 boxes x 20 bags</QuantityPerUnit>
<UnitsOnOrder>0</UnitsOnOrder>
<ProductID>1</ProductID>
<ReorderLevel>10</ReorderLevel>
<UnitsInStock>39</UnitsInStock>
</Product>
</Products>
</multimap:Message1>
<multimap:Message2>
<Products/>
</multimap:Message2>
</multimap:Messages>
<?xml version='1.0' encoding='UTF-8'?>
<multimap:Messages xmlns:multimap="http://sap.com/xi/XI/SplitAndMerge">
<multimap:Message1>
<Products/>
</multimap:Message1>
<multimap:Message2>
<Products>
<Product>
<Description>Notebook Basic 15 with 2,80 GHz quad core, 15" LCD, 4 GB DDR3 RAM, 500 GB Hard Disc, Windows 8 Pro</Description>
<MainCategoryId>Computer Systems</MainCategoryId>
<StockQuantity>149</StockQuantity>
<SubCategoryId>Notebooks</SubCategoryId>
<ImageUrl>/sap/public/bc/NWDEMO_MODEL/IMAGES/HT-1000.jpg</ImageUrl>
<WeightUnit>kg</WeightUnit>
<DimensionUnit>cm</DimensionUnit>
<DimensionHeight>3</DimensionHeight>
<Name>Notebook Basic 15</Name>
<CurrencyCode>USD</CurrencyCode>
<SubCategoryName>Notebooks</SubCategoryName>
<LastModified>2020-12-27T03:01:02.000</LastModified>
<SupplierId>100000000</SupplierId>
<DimensionWidth>30</DimensionWidth>
<MeasureUnit>each</MeasureUnit>
<WeightMeasure>4.2</WeightMeasure>
<MainCategoryName>Computer Systems</MainCategoryName>
<SupplierName>SAP</SupplierName>
<Price>956.00</Price>
<RatingCount>3</RatingCount>
<AverageRating>3.67</AverageRating>
<Id>HT-1000</Id>
<DimensionDepth>18</DimensionDepth>
<QuantityUnit>EA</QuantityUnit>
</Product>
</Products>
</multimap:Message2>
</multimap:Messages>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
21 | |
19 | |
9 | |
7 | |
5 | |
5 | |
5 | |
4 | |
4 | |
4 |