Forum Discussion

LawrenceJ's avatar
13 years ago

Java recreation of SoapUI Client

Hello, I have been trying to access a WSDL based web service that I need to access via Java code (i.e. I need to build a simple Java client to consume a web service) but have had no success withthe web services feature support provided in either NetBeans or Eclipse. So to validate the web service was operating properly itself I purchased SoapUI and was able to successfully perform some web service transactions using SoapUI. So now I need to bridge the gap. That is, how can I generate Java code to duplicate what SoapUI was able to do (to perform a single transaction to the web service that I can build on). So guess I actually have a question and a feature request: (1) how can I duplicate a single web services transaction to a WSDL that I was able to sucessfully do with SoapUI in Java (i.e. replicating the same parameters, etc ...), and (2) could this possibly be a feature request where SoapUI can generate a template code in Java and/or C# to reproduce its web services transactions?

thanks in advance,

LJ