Hi
I added a web reference to my visual studio project.
I am trying to initialize a web service in my C# code. I wanted to know if the following code is correct...
Webservices.uat.xxx.com.Service1 GetPromoMapping = new Webservices.uat.xxx.com.Service1();
What would Service1 mean I got this code from the msdn site....
I am trying to retrieve a data set from this URL:
http://webservices.uat.xxx.com/crwss/1.0/mfcr_dx.asmx op=Get_Promo_Mapping any suggestions on syntax.
Thanks.
Visual C#5
|