Hi Kundan,
you can always download wadl (curl or similar tool, which supports auth)
and run wadl2java with pointer to downloaded file.
That might get problematic when you have wadl, which references other
server-side resources.. so it is something we should consider adding
(currently, wadl2java does not have any support for doing authenticated
requests).
Feel free to create new bug/enhancement request at
https://java.net/jira/browse/WADL
Thanks,
Pavel
On 25/06/15 14:26, kundansdere_at_gmail.com wrote:
> Hi Team,
>
> I have tried to use wadl2java tool with the REST web service
> secured with basic authentication. But figured out this utility is not
> supporting same.
>
> wsimport support's authentication with
> http://user:pass@testhost.com/webservice?wsdl type of url.
>
> Do we have any work around for same? Am i missing something here?
>
>
> Thanks
> Kundan.dere_at_oracle.com