Hello,
i am new to xmlbeans, so maybe my question is a kind of “basics” for the
framework. I am writing an application which communicates with Ms Project PSI
Web Services. The application gets a SOAP response from Ms Project. The
structure of this response is described below:
<soap:envelope>
…..
<soap:body>
<ReadProjectResponse>
…
<ProjectDataSet>
Information I need!!!!
</ProjectDataSet>
…
<ReadProjectResponse>
</soap:body>
</soap:envelope>
Ok so now I can finally describe the problem. I have a xsd schema which models
the structure of <ProjectDataSet>. From these xsd I’ve generated java code with
xmlbeans’s ant task. Now I am searching for an elegant possibility to parse
this kind of responses. This means ProjectDataSetDocument.Factory.parse(is);
should parse the inputstream beginning with the <ProjectDataSet>. In other
cases I am understandably getting an exception. I hope someone can help me
solving this problem.
Eugen
--
Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen:
http://www.gmx.net/de/go/multimessenger
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]