更改 wsdl 以设置时间模式
我有一个用 c# 创建的 asmx Web 服务,它在一种方法中返回 DateTime 值。在 WSDL 中,该值被分配给时间类型。 客户端是在 SAP 系统上创建的,客户端无法解析此时间信息,并出现此错误:
cx_sy_conversion_no_date_time xslt
在这种情况下可以做什么?我首先想到的是更改 wsdl,以便所有时间值都以 SAP 客户端可以解析的方式序列化。
多谢。
I have a asmx web service I created in c# which returns a DateTime value in one method. In WSDL, this value is assigned to a time type.
The client is created on a SAP system and the client fails to parse this time info, getting this error:
cx_sy_conversion_no_date_time xslt
What can be done in such a situation? The first time that comes to my mind is to change wsdl so that all time values are serialized in a way that can be parsed by the SAP client.
Thanks a lot.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您有 2 个选择:
您可以像这样扩展您的实体:
You have 2 choices:
You can extend your entity like this: