How to call an external webservice in asp.net
- by prince23
hi,
i have an webservice written by java application now. i need to use that webservice in my application and send a parameter to it.
For example lets say this is the path of the webservice : http://localhost:1838/Ajax/WebService.as
now once i click the button in my page[emp.aspx] i need to call the above webservice path 2: what is the use of creating an proxy for an webservice using wsdl tool can anyone tell me the syntax for it?
so what is the process i need to follow to consume an webservice written in another applcation or domain
looking forward for an solution
thank you