是否可以要求 wsdl 文件中的参数的最小和最大字符串长度?
我正在使用 php SOAPServer 创建一个 Web 服务。我正在创建一个 wsdl 文件,并寻找有关如何为 Web 服务操作之一的输入参数之一设置最小和最大字符串长度的信息。有可能吗?
顺便说一句,我正在使用肥皂绑定样式“rpc”
I am creating a web service using php SOAPServer. I am creating a wsdl file and looking for info on how to set the min and max string length for one of the input parameters for one of the web service operations. Is it even possible?
By the way I am using soap binding style "rpc"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
可能是因为服务的验证已关闭。检查您的框架并查看是否有需要在服务配置的 xml (application-context.xml) 之一中设置的标志。
Its probably because the service's validation is turned off. Check your framework and see if there is a flag that needs to be set in one of the xml's (application-context.xml) for the service config.
您手动编写 WSDL 代码还是库通过查看端点类为您创建它?如果您手动编码 WSDL,则可以简单地在模式描述符中添加如下内容:
Do you code the WSDL by hand or does the library create it for you by looking at an endpoint class? If you are coding the WSDL by hand, you could simply add something like this in your schema descriptor: