I just created the stubs with the exisitng wsdl using wsdl2ws tool(built from the latest code) Complied the stubs in the VC++ and thats all...not yet added any client code to it...
main with simple printf statement..Please let me know what the error is...ITS URGENT.......... Thanks ina dvance......... ------ Build started: Project: trace, Configuration: Debug Win32 ------ 1>Linking... 1> Creating library Debug\trace.lib and object Debug\trace.exp 1>switchPortType.obj : error LNK2019: unresolved external symbol "private: void __thiscall axiscpp::Call::closeConnection(bool)" ([EMAIL PROTECTED] @axiscpp@@[EMAIL PROTECTED]) referenced in function "public: void __thiscall axiscpp::Call::closeTransportConnection(void)" ([EMAIL PROTECTED]@axiscpp@@QAEXXZ) 1>switchPortType.obj : error LNK2019: unresolved external symbol "public: int __stdcall axiscpp::Call::sendAndReceive(void)" ([EMAIL PROTECTED] @axiscpp@@QAGHXZ) referenced in function "public: int __stdcall axiscpp::Call::invoke(void)" ([EMAIL PROTECTED]@axiscpp@@QAGHXZ) 1>switchPortType.obj : error LNK2019: unresolved external symbol "private: void __thiscall axiscpp::Call::resetSoapFaultList(void)" ([EMAIL PROTECTED]@axiscpp@@AAEXXZ) referenced in function "public: void __thiscall axiscpp::Call::setSoapFaultNamespace(char const *)" ([EMAIL PROTECTED]@axiscpp@@[EMAIL PROTECTED]) 1>switchPortType.obj : error LNK2019: unresolved external symbol "public: char * __thiscall axiscpp::Call::getFaultAsXMLString(void)" ([EMAIL PROTECTED]@axiscpp@@QAEPADXZ) referenced in function [EMAIL PROTECTED]@@QAEPAVGetResponse@@PAVGetRequest@@@Z$0 1>switchPortType.obj : error LNK2019: unresolved external symbol "protected: void __thiscall axiscpp::Stub::checkForExtraneousElements(void)" ([EMAIL PROTECTED]@axiscpp@@IAEXXZ) referenced in function "public: class GetResponse * __thiscall switchPortType::get(class GetRequest *)" ([EMAIL PROTECTED]@@QAEPAVGetResponse@@PAVGetRequest@@@Z) 1>switchPortType.obj : error LNK2019: unresolved external symbol "public: int __stdcall axiscpp::Call::validateMessage(char const *,char const *,bool)" ([EMAIL PROTECTED]@axiscpp@@[EMAIL PROTECTED]) referenced in function "public: class GetResponse * __thiscall switchPortType::get(class GetRequest *)" ([EMAIL PROTECTED]@@QAEPAVGetResponse@@PAVGetRequest@@@Z) 1>switchPortType.obj : error LNK2019: unresolved external symbol "public: void __stdcall axiscpp::Call::setOperation(char const *,char const *,bool)" ([EMAIL PROTECTED]@axiscpp@@[EMAIL PROTECTED]) referenced in function "public: class GetResponse * __thiscall switchPortType::get(class GetRequest *)" ([EMAIL PROTECTED]@@QAEPAVGetResponse@@PAVGetRequest@@@Z) 1>Debug\trace.exe : fatal error LNK1120: 7 unresolved externals 1>Build log was saved at "file://c:\trace\Debug\BuildLog.htm" 1>trace - 8 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========