Hi All,
I hope this question does not sound naive.
Since I am using a
java based approach, most examples I have seen actually talk about the corresponding java interface which is implemented by the java web service we are trying to invoke.
In my case if you see I just have a WSDL. I do not have anything else & moreover the file name is legacy.cfc?WSDL which is the Cold fusion file.
I tried using the Eclipse
IDE but it expects a URL which is only from the one of the projects created within Eclipse.
I tried xfire but again the sample was having knowledge of all the methods & corresponding classes to invoke.
From the WSDL I would want to create a Java client class. I reckon we need a lot of other artifacts which ideally are generated(stubs skeletons etc). So I want to aceive something like this wehre in send this above URL as an input & it automatically creates all the boiler plate code for the same.
Please do post your thoughts on the same.
Thanks,