0

is there any tool that generates stubs for RPC style wsdl online. I used the Netbeans plugin for RPC and tried to create one. But while executing the app I am getting errors like while calling a function.

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

Any suggestions?

Mobiz Tech Team
  • 182
  • 3
  • 12

1 Answers1

0

I would say using a tool like SoapUI will enable you to create stubs or even script out responses for your wsdl services.

SoapUI supports many configuration options. for example, you can mimic your existing services with specific header values or other payloads by using groovy scripts.

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

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

Vic
  • 105
  • 5