Hi
I am currently working on a project where i can retirieve data from Site A using the relevant sql connectors and readers in asp.net C#. Now Site B is where i need to put the information into.
They have created API's which i can call from my program but im stuck on how to start. I am using Visual studio and want to make the process automated but before i do that i need to be able to call the webservice and put the relevant information in there but im stuck.
An example of the api is on the link here http://api.kashflow.co.uk/manual_methods_GetCustomer.asp
but just need a start somewhere. I cannot add the call to a button when i do protected void BtnClick()?
I have added the web reference to the project im working in so i have all the api's
any advice would be great
cheers
TJ
Loading
jeevan mummadiPosted Apr 17, 2008, 2:18 AM
may be it is helful u?
goto webreference add web service from ur site,
after u can acess ur webservice in ur application like this
com.your site name.www.
Service obj = new reading.com.your site name.www.Service();reading is ur application name.
obj.webservice method();