系统环境:windows XP

开发环境:

WebService: Visual studio 2005

web application: Visual studio 2003

vs2003的web程序调用vs2005的webservice.

 

调试步骤:

1,在vs2005项目的同一解决方案中添加一个测试网站

2,在该测试网站中添加WebService引用,此时会产生一个vs的Web服务器

Windows XP下调试WebService

3,在vs2003项目中添加vs的Web服务器对应的服务的web引用。

Windows XP下调试WebService

Windows XP下调试WebService

注释:若未产生vs的Web服务器,添加引用时会无法访问

Windows XP下调试WebService

4,在vs2005的webService项目中添加3中的进程

5,打开vs2003应用程序开始调用,当运行到相应的方法时,F11进入webservice方法。

 

相关文章:

  • 2021-07-18
  • 2022-12-23
  • 2021-11-14
  • 2021-08-28
  • 2021-12-17
  • 2022-03-05
  • 2021-12-26
猜你喜欢
  • 2022-12-23
  • 2021-10-31
  • 2022-03-06
  • 2022-12-23
  • 2021-12-05
  • 2021-08-18
  • 2022-12-23
相关资源
相似解决方案