I have a requirement of creating SOAP request xml for one operation from wsdl. I researched and tried the solution of the blog "Java: Get Sample Request XML from wsdl" , but I was getting exception "java.lang.NoClassDefFoundError: org/fife/ui/rtextarea/RTextArea" in line "WsdlProject project = new WsdlProject();"
I imported latest jars (soapui-xmlbeans-4.5.0,wsdl-xmlbeans-1.1,soapui-4.5.0) but still throwing exception. Could anybody"http://www.soapui.org/repository/eviware/" please suggest how can I rectify it. Is there any other approach which I can take apart from this?
Thanks in advance !!