[Gsoap2-develop] introduction & question (gsoap w/o wsdl)
Development toolkit for Web Services and XML data bindings for C & C++
Brought to you by:
engelen
From: <Zol...@ne...> - 2005-01-06 15:41:35
|
Hi, May be my presence and this letter is not appropriate on this lists as = it is a developer's list, but the sf.net forum seems to be quite dead. = So I decided to ask my question here: So, I have an already existing SOAP server to which I have to write a = SOAP client. However they don't have WSDL file describing the protocol = but series of XSD schema files describing the structure of the possible = messages, and basically XML sample files for each message type. It's = like an WSDL file w/o the port, binding, and message parts. I'd like to ask what my chances are to use GSOAP having this kind of = information, or what higher level C++ frameworks are for this task. I'm = trying to avoid doing a dumb, SAX level client, and leveraging the XSD = files. Regards, Zoltan |