How to call an external webservice in asp.net
Posted
by prince23
on Stack Overflow
See other posts from Stack Overflow
or by prince23
Published on 2010-04-17T13:14:17Z
Indexed on
2010/04/17
13:23 UTC
Read the original article
Hit count: 312
webservice
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
© Stack Overflow or respective owner