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.
Is there a way to do that in Java and not work with string Tokenizer etc?
Here is a sample of the soap body message:
<SOAP-ENV:Body>
...............
<ts:response>
<ts:factory>
<ts
roducts>
<ts:status>
<ts:code>0x00000000</ts:code>
<ets:description>Success</ts:description>
</ts:status>
<ts
roduct1>
<ts
escription>This xyxyx </ts
escription>
<ts:ID>{6E8EDC33-C8DA-49DE-A865-5F49BF96E029}</ts:ID>
<ts:IsTemplate>true</ts:IsTemplate>
</ts
roductxyx>
<ts
roduct2>
<ts
escription>This xyxyx </ts
escription>
<ts:ID>{6E8EDC33-C8DA-49DE-A865-5F49BF96E029}</ts:ID>
<ts:IsTemplate>true</ts:IsTemplate>
</ts
roduct1>
</ts:response>
</ts
roducts>
</ts:factory>
</SOAP-ENV:Body>
Thanks for any help
In a client code I become a soap message from a server. There are Informations which should be retrieved like ID, IsTemplate, description etc.
Is there a way to do that in Java and not work with string Tokenizer etc?
Here is a sample of the soap body message:
<SOAP-ENV:Body>
...............
<ts:response>
<ts:factory>
<ts
<ts:status>
<ts:code>0x00000000</ts:code>
<ets:description>Success</ts:description>
</ts:status>
<ts
<ts
<ts:ID>{6E8EDC33-C8DA-49DE-A865-5F49BF96E029}</ts:ID>
<ts:IsTemplate>true</ts:IsTemplate>
</ts
<ts
<ts
<ts:ID>{6E8EDC33-C8DA-49DE-A865-5F49BF96E029}</ts:ID>
<ts:IsTemplate>true</ts:IsTemplate>
</ts
</ts:response>
</ts
</ts:factory>
</SOAP-ENV:Body>
Thanks for any help