我从 SAP 团队收到了这三个链接。
http://nmb.net:2525/sap/opu/odata/sap/empl/
服务文档的 URL:
http://nmb.net:2525/sap/opu/odata/sap/empl/?$format=xml
元数据的 URL:
http://nmb.net:2525/sap/opu/odata/sap/empl/?$metadata
如果我在浏览器中打开它们,我会得到以下结果:
<app:service xml:lang="en" xml:base="http://os0.nmb.net:2525/sap/opu/odata/sap/ZEMPLOYEERFCGEBO/">
<app:workspace>
<atom:title type="text">Data</atom:title>
<app:collection sap:deletable="false" sap:content-version="1" href="EmployeeCollection">
<atom:title type="text">EmployeeCollection</atom:title><sap:member-title>Bank</sap:member-title>
</app:collection>
</app:workspace>
<atom:link rel="self" href="http://os0wdddc.ores.net:8021/sap/opu/odata/sap/ZEMPLOYEERFCGEBO/"/>
<atom:link rel="latest-version" href="http://os0wdddc.ores.net:8021/sap/opu/odata/sap/ZEMPLOYEERFCGEBO/"/>
</app:service>
这是我们平时得到的wsdl吗?当我在 .net 中创建自定义服务并在浏览器中查看它时,如何格式化上面的 URL 以获取一些数据?
编辑1:
如果我使用提供的 URL 并在 Visual Studio 项目中添加服务引用,我会得到:
Operations: WCF Data Service: No operations found