检索操作元数据在TypedProcedure上构建WSDL时失败 [英] Retrieval of Operation Metadata has failed while building WSDL at TypedProcedure

查看:67
本文介绍了检索操作元数据在TypedProcedure上构建WSDL时失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hello Guys, 


我在尝试通过SQL存储过程生成元数据时遇到以下异常。 


<我在谷歌搜索了我发现可能有一个临时表在SP中调用,但是在我的程序中没有调用这样的临时表或者没有使用任何FMTONLY标志


适配器 - WCF-Custom



异常: 


Microsoft.ServiceModel.Channels.Common.MetadataException:检索在'TypedProcedure / dbo / usp_DA_TestDataInsert'--->中构建WSDL时,操作元数据失败了。 System.Data.SqlClient.SqlException:找不到存储过程''。

无法找到存储过程''。

找不到存储过程''。

无法找到存储过程''。


请提供最佳解决方案&提前谢谢:)




ArunReddy

解决方案

我不确定关于这个问题,但如果需要,可以手工创建你需要的位。 如果您可以从另一个SQL proc或另一个服务器生成元数据,则可以看到它创建的模式。 很明显,如果
与SQL有关,你应该能够轻松地制作自己的文物。


Hello Guys, 

I am facing a below exception while trying to generate metadata through a SQL stored procedure. 

I searched in google where I found there might be a temp table calling in SP, But in my procedure there is no such temp tables called or any FMTONLY flag isn't used

Adapter - WCF-Custom

Exception: 

Microsoft.ServiceModel.Channels.Common.MetadataException: Retrieval of Operation Metadata has failed while building WSDL at 'TypedProcedure/dbo/usp_DA_TestDataInsert' ---> System.Data.SqlClient.SqlException: Could not find stored procedure ''.
Could not find stored procedure ''.
Could not find stored procedure ''.
Could not find stored procedure ''.

Please suggest best solutions & thanks in advance :)


ArunReddy

解决方案

I'm not sure about this issue, but it is possible to create the bits you need by hand if required.  If you can generate the metadata from another SQL proc or against another server, you can see the schemas it creates.  It's fairly obvious how things tally up with SQL and you should be able to craft your own artefacts with reasonable ease.


这篇关于检索操作元数据在TypedProcedure上构建WSDL时失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆