开发者

how to access webservice deployed in remote server

开发者 https://www.devze.com 2023-02-05 09:44 出处:网络
Please help me , how to add web service which is deployed inremote server. externally i unable to access that service..in that remote server only that service will run but we don\'t have Ms.net Enviro

Please help me , how to add web service which is deployed in remote server. externally i unable to access that service..in that remote server only that service will run but we don't have Ms.net Environment to add service to 开发者_高级运维my application in that server.

So please guide me how to add that web service to my application ,not accessig externally that service URl, internally Executing that URl. How can i add that service to my application on my developer PC ?


To add a web reference you need to have access to the WSDL file.

You need to do this in 2 steps:

  • First add a web reference to your project based on the WSDL
  • Then change the URL of the web reference to match the address of the external service


You can move service URL to web config please refer here.

http://forums.asp.net/p/1268077/2388602.aspx

But if your IP address changes too often (Dynamic IP) I think better your remote network configuration should be changed to have some sort of redirection to your Dynamic IP via a Static IP in your outside network so you can give that Static IP as service URL.

So you don't have to change the web config even too often.

Anyway you Should get advice from a network administrator.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号