In NetBeans, I can create a Web service client as shown below. How to do it in Intelij Idea?I am unable to find such an option.In NetBeans, it will automatically create all Java code once calling the WSDL endpoint.
Is the same possible in Intelij Idea? If so, what are the steps or options?
I am expecting steps or options in Intelij Idea for creating web service clientfrom REST or WSDK URL endpoint.Also, it should create Java code automatically.