Hi Jon, Thanks for your response. Actually that was what I did. I did some further experiment. It seems only the *.h file that created from .wsdl could generate the client proxy and server files. The .h files from .xsd file can not. Correct me if I am wrong. Regards, Jerry
--- On Wed, 4/1/09, Jon Burgess <[email protected]> wrote: From: Jon Burgess <[email protected]> Subject: Re: [gsoap] How to generate C/C++ Client Proxy/Service codes from XSD To: [email protected] Received: Wednesday, April 1, 2009, 2:02 AM > I tried to compile using soapcpp2. It only generates soapH.h, soapC.cpp, and > soapStub.h. What is the procedure to generate the proxy and service codes. Is > there any public tool for this? soapcpp2 -i <headerfile> >From the usage: -i generate service proxies and objects inherited from >soap struct Hope that is your answer. Jono __________________________________________________________________ Yahoo! Canada Toolbar: Search from anywhere on the web, and bookmark your favourite sites. Download it now http://ca.toolbar.yahoo.com.
