what is the error.... Nadir Amra
"ss ak" <[EMAIL PROTECTED]> wrote on 12/04/2008 10:43:55 AM: > [image removed] > > Re: client runtime error > > ss ak > > to: > > Apache AXIS C Developers List > > 12/04/2008 10:46 AM > > Please respond to "Apache AXIS C Developers List" > > Below the main client ...not yet added the rest of implementation... > IT crashes here...runtime error... > > int main (int argc, char *argv[]) > { > > printf("\n Hello main"); > PortType stub("http://device/xmlService"); > printf("\n Hello main 2"); > > printf("\n Hello main 3"); > //session s = openSession(stub,"admin",""); > return 0; > > } > > Generated porttype class is below... > > class PortType :public Stub > { > public: > STORAGE_CLASS_INFO PortType(const char* pchEndpointUri, > AXIS_PROTOCOL_TYPE eProtocol=APTHTTP1_1); > STORAGE_CLASS_INFO PortType(); > public: > STORAGE_CLASS_INFO virtual ~PortType(); > public: > } > > am I missing something here to specify.... > On Thu, Dec 4, 2008 at 6:16 AM, Nadir Amra <[EMAIL PROTECTED]> wrote: > If endpoint in WSDL file is OK, then you can do > > PortType pt; > > If you want to specify another endpoint, then > > > PortType pt("http:....."); > > > Nadir Amra > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]