Avatar

Not applicable

I also tried following command

wscompile -gen:client -d build -classpath build c:\config-wsdl.xml

content of config-wsdl.xml file are as follows ...

<configuration

  xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config">

  <wsdl location="http://server:port/soap/services/EmailService?WSDL" packageName="staticstub"/>

</configuration>

Error Message is:

error: fault "RenderFormException" refers to message "RenderFormException", but the message has no parts

I tried workaround solution as mention in bug : https://bugs.adobe.com/jira/browse/FB-11668

Workaround (if any):
As a workaround the user must could either remove the fault message, either add one part to it.

And its working fine.