I have tried Axis2Code generator and Xfire for generating javasource code from WSDL, but it is not able to connect(stating Connection Refused), so is the case with SOAPUI.
But I am able to browse the same WSDL in my browser.
Is there anyother API which can help generate code from WSDL ?
kindly suggest
U have to install jwsdp(java web service development pack).
Then u can generate java source in many ways.either by
ant target <wsdl2java>or directly by cammand line asxjc -wsdl <wsdlurl> -d <directory>.