Is wsdl used at runtime for actually making a connection

别说谁变了你拦得住时间么 提交于 2019-12-06 11:01:07
Lynn Crumbling

It depends on the language. You didn't specify what you're using, but - for example...

  • In c#, if you generate a proxy via Visual Studio, the WSDL is not used at runtime; it generates a class for you that is used instead.
  • I have seen other clients that require a local copy of the WSDL; older versions of the MS Soap Toolkit required one. We ran into this when using that toolkit with VB6.
  • According to this question, java requires a wsdl at runtime because some dependencies are generated at runtime.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!