English 中文(简体)
如何比较两个网络服务?
原标题:How to compare two Web Services?

我在申请中使用网络服务。 现在我获悉,网络服务变化不大,但所有方法(即网络服务的产出)都显示网络服务不会改变。

I have got the WSDL link for both old and new webservices. Now, I want to compare the old and new webservice so that I can be sure that we are not missing any data. Could anyone help me on the same i.e how to compare the two WSDLs?

问题回答

WSDL文件应当有一个“型号”元素,附载XMLSchema(例如:<xsd:schema>),其中可包括进口说明或XML表定义。

比较作为任何“主题”一部分的要素的结构,看其XML结构是否有变化。





相关问题
IIS 6.0 hangs when serving a web-service

I am having issues with one of our web-services. It works fine on my development machine (win XP) whether I host it as a separate application or using cassini from Visual studio. Once I deploy on the ...

ASP.net web services

I am using a web service which sets the Thread.CurrentPrincipal object while logging in and soon later when another webmethod of the same web service accesses Thread.CurrentPrincipal, its different/...

Unity Container Disposing and XML Web Service

I am registering some wrapers over un-managed objects in container. How can I dispose of them at the end of the container s lifetime? Please bear in mind I have an XML Web service.

SharePoint : web service permission error

I have a sharepoint site, and I am calling a standard sharepoint web service. I create the web service request like this : wsDws.Url = this.SiteAddress + @"/_vti_bin/Dws.asmx"; When I use ...

热门标签