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

Filed under:

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

  1. 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?

  2. 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

Related posts about webservice