RE: vc++ client for java web service

2004-08-16 Thread Rajendra
ECTED] [mailto:[EMAIL PROTECTED]Sent: Thursday, August 05, 2004 5:52 PMTo: [EMAIL PROTECTED]Subject: Re: vc++ client for java web service Rajendra,   Open a new Win32 Project in VC++. Make sure that the project is enabled ATL. Once you have done this, select "Add Web Reference&qu

Re: vc++ client for java web service

2004-08-05 Thread NYY96
Rajendra,   Open a new Win32 Project in VC++. Make sure that the project is enabled ATL. Once you have done this, select "Add Web Reference" from the project menu. This will bring up a window which you should enter the address of the WSDL.   Once adding the WSDL, VC++ will create a number of

vc++ client for java web service

2004-08-05 Thread Rajendra
Hi All,   I have very simple java web service deployed on axis and also tested with java client. Now my requirement is that i need vc++ client for my java web service. So what all i need to do so. Do i need something like axis for c++ at each client site. If so suggest me some good option. I