Hi,
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.
Can anyone help...
thanks in advance...
