[xsde-users] xsd/e for tandem

Boris Kolpackov boris at codesynthesis.com
Fri Jun 21 08:32:28 EDT 2013


Hi Nazeer,

In the future please keep your replies CC'ed to the xsde-users mailing
list as discussed in the posting guidelines:

http://www.codesynthesis.com/support/posting-guidelines.xhtml

Nazeer Shaik <nshaik_mj at yahoo.com> writes:

> I have to design a solution using web-services and XML on tandem. I am new
> to tandem, but if it UNIX flavored system I could have moved smoothly.  Now
> let me explain how the current web-server is architectured.  The server has
> a generic wsdl with one request and one response. the data type of the
> request and response is a string which should be xml in itself.
> 
> I gave a though and this is what I though would be a basic design.
> 
> Since there is an xml with in xml ( I am sure the internal xml will be
> encoded to translate the < > and other symbols). I need a XML parser and XML
> serializer. The XML parser would parse and create an object in a predefined
> xsd format. and the serializer would take a class object and forms a plan
> string xml.
> 
> As far as communication between the web-service client and the web-server
> can be gSOAP or NonStop Soap ( comes with tandem, or apache made it for
> tandem).
> 
> I hope xsd/e is a good option for this task. Give me some ideas if am
> going/not going in the right direction.

Yes, XSD/e should be able to handle the XML parsing/serialization part.

Boris



More information about the xsde-users mailing list