Hi,
i use the wsdl2cpp command line interface for generate the c++ files.
I got the Service.h and cpp and the types file, but no consumer class.
(the Servicename is Service. not my idea)
Does the command wasdl2cpp filename.wsdl normally generate the Consumer class?
Or don't i need it for using "my" webservice like that:
CMyWebServiceConsumer* pObserver = CMyWebServiceConsumer::NewLC();
CMyWebService* pService = CMyWebService::NewLC(*pObserver,
*pServiceDesc);
Hope anybody can help me!
Thanks



