wso2 / integration-studio-examples

Example project files for WSO2 Integration Studio
Apache License 2.0
34 stars 21 forks source link

[proxying-a-soap-api] README.md file does not contain the expected output. #99

Open isuruuy429 opened 4 years ago

isuruuy429 commented 4 years ago

Description: Expected output: This can be included in the README.md file.

<Inventory xmlns="http://ws.apache.org/ns/synapse">
    <InventoryItem>
        <productCode>HET023</productCode>
        <size>S</size>
        <description>Polo</description>
        <count>200</count>
    </InventoryItem>
    <InventoryItem>
        <productCode>HET045</productCode>
        <size>L</size>
        <description>Polo</description>
        <count>200</count>
    </InventoryItem>
    <InventoryItem>
        <productCode>HET051</productCode>
        <size>M</size>
        <description>Polo</description>
        <count>200</count>
    </InventoryItem>
    <InventoryItem>
        <productCode>HET092</productCode>
        <size>XL</size>
        <description>Polo</description>
        <count>200</count>
    </InventoryItem>
</Inventory>