Re: Need suggestions on Axis/c client stub

2010-02-09 Thread paul . deadman
the WSDL manipulation. Im using it for a production application to connect Lotus Notes, via a DLL to a WCF service. And it appears to work fine. Paul Deadman Mobile: 07769 930 235 Skype: Paul Deadman, York Longfield Ltd 2 Maple House, Northminster Business Park,York,YO26 6QW This email and any fi

Re: SOAP Version

2010-02-02 Thread paul . deadman
emitter as the WSDL binding states 1.2. However thanks for your thoughts. Cheers Paul Deadman Mobile: 07769 930 235 Skype: Paul Deadman, York Longfield Ltd 2 Maple House, Northminster Business Park,York,YO26 6QW This email and any files transmitted with it are confidential and intended solely for the

SOAP Version

2010-01-30 Thread paul . deadman
et_soap_version(options,env,AXIOM_SOAP12); adb_ConnectMEXResponse_t *response=NULL; adb_ConnectMEX_t *package; package = adb_ConnectMEX_create(env); response = axis2_stub_op_Service1_ConnectMEX(myservice,env,package); Im new to AXIS2C but have used other web service a