用于为Web服务生成存根的在线工具jax-rpc

时间:2012-07-11 10:50:20

标签: java web-services jax-rpc

是否有任何工具可以在线生成RPC样式wsdl的存根。我使用RPC的Netbeans插件并尝试创建一个。但是在执行应用程序时,我在调用函数时遇到错误。

java.rmi.RemoteException: Runtime exception; nested exception is:
    deserialization error: unexpected element type: expected=
{http://account.type.engine.mdsp.huawei.com}UserBalanceInfo, actual=
http://account.engine.mdsp.huawei.com}UserBalanceInfo

有什么建议吗?

1 个答案:

答案 0 :(得分:0)

我想说使用像SoapUI这样的工具可以让你为你的wsdl服务创建存根甚至脚本编写响应。

SoapUI支持许多配置选项。例如,您可以使用groovy脚本模拟具有特定标头值或其他有效负载的现有服务。

Link1:http://www.guru99.com/webservice-testing-beginner-guide.html

Link2:https://www.soapui.org/soap-and-wsdl/getting-started.html