Hi
Bill,
Sorry for
misleading...
Iam able to
create the web reference in .Net, but iam not able to create an instance for the
web service and invoke it.
It does not give
any errors.
some thing
like...
I have created a
web reference("NetClient") for a webservice running in Axis thru "Add Web
Reference",
in order to
invoke the service I have to instansiate that like
NetClient.Employee emp1 = new NetClient.Employee();
//Where NetClient is the web reference and NetClient.Employee is the
service.
But what happens
is NetClient object is not visible.
thanks..
bsd_gfa0094j1.EmployeeInfoService Einfoser = new
OrdPurchase.bsd_gfa0094j1.EmployeeInfoService();
// // bsd_gfa0094j1.Employee emp1 = new OrdPurchase.bsd_gfa0094j1.Employee(); // emp1.employeeID = "1"; // emp1.employeeID = "Name"; // // Einfoser.addEmployee(emp1); // // bsd_gfa0094j1.Employee emp2 = new OrdPurchase.bsd_gfa0094j1.Employee(); // emp2.employeeID = "2"; // emp2.employeeID = "Name 2"; // // Einfoser.addEmployee(emp2); // // bsd_gfa0094j1.Employee emp3;// = new OrdPurchase.bsd_gfa0094j1.Employee(); // emp3 = Einfoser.getEmployee("1");
|
- Interoprability issue of Axis with .Net Dhananjayan_K
- Re: Interoprability issue of Axis with .Net Bill Keese
- Re: Interoprability issue of Axis with .Net Aleksander Slominski
- RE: Interoprability issue of Axis with .Net Dhananjayan_K
- Re: Interoprability issue of Axis with .Net Bill Keese
- RE: Interoprability issue of Axis with .Net Dhananjayan_K
- Re: Interoprability issue of Axis with .Net Bill Keese
- RE: Interoprability issue of Axis with .Net Dhananjayan_K
- RE: Interoprability issue of Axis with .Net Dhananjayan_K
- Re: Interoprability issue of Axis with .Net Bill Keese
- Re: Interoprability issue of Axis with .Net Dhananjayan_K
- Re: Interoprability issue of Axis with .Net Bill Keese
- RE: Interoprability issue of Axis with .Net Dhananjayan_K