Hi,
In a client code I become a soap message from a server. There are Informations which should be retrieved like ID, IsTemplate, description etc.
Here is a sample of the soap body message:
<SOAP-ENV:Body>
...............
<ts:response>
<ts:factory>
<tsroducts>
<ts:status>
<ts:code>0x00000000</ts:code>
<ets:description>Success</ts:description>
</ts:status>
<tsroduct1>
<tsescription>This xyxyx </tsescription>
<ts:ID>{6E8EDC33-C8DA-49DE-A865-5F49BF96E029}</ts:ID>
<ts:IsTemplate>true</ts:IsTemplate>
</tsroduct1>
<tsroduct2>
<tsescription>This xyxyx </tsescription>
<ts:ID>{6E8EDC33-C8DA-49DE-A865-5F49BF96E029}</ts:ID>
<ts:IsTemplate>true</ts:IsTemplate>
</tsroduct2>
</ts:response>
</tsroducts>
</ts:factory>
</SOAP-ENV:Body>
Any Idea how it could be done?
Thanks for any help