Topic by Rubarani Duraisamy
Hi,
I am trying to use Connect webservices in java. I followed the documentation to generate client bindings (java code from WSDL) using Axis2. I am getting java.net.unknownhostexception.
Tried to generate java classes from WSDL using wsimport command too, it does throw com.sun.istack.internal.SAXParseException2;
I am able to access the wsdl in browser. Am I missing something? In the below url, I have replaced my site and interface name.
(https://<your_site>/cgi-bin/<your_interface>.cfg/services/soap?wsdl)
Thanks,
Ruba