Given the <types> snippet of the previous posts, the Map returned by the Parser contains only the following info:
key: string
value: java.lang.String
that if it's a simple type, or else:
key: sendMSGFullResponse
value: com.whatever.www.SendMSGFullResponseElement
if it's a complex type.
But how can I manage the later?
Thank you very much, Xserty
At 10:05 AM 2/26/03 -0500, you wrote:
Hi,
You can use the Parser class in WSIF (see my previous post on this thread) to do exactly what you need.
JROM isn't to be used for parsing a schema, it is a representation of an instance of some schema (sort of like DOM, except that it relates parts of the XML element to java objects in a more natural way, which makes it convenient for processing in a java program).
Nirmal.
