> 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
