Topic by Sandeep Goswami
I want to create a JAVA API that should be able to create incident in RightNow. So I need access to RightNow jar file and map my drive to RightNow server so that my jAVA API can hit the RightNow API that creates incident in RightNow side. But according to the link http://documentation.custhelp.com/euf/assets/devdocs/may2014/Connect_Web_Services_for_SOAP/Default.htm
Getting Started -- JAVA topic I created the antbuild.properties file and added the following lines
wsdl.home = http://mysite.custhelp.com/cgi-bin/myinterface.cfg/services/soap?wsdl
- axis2.home = C:/bin/axis2-1.5.1
But when I am building using this information I am unable to generate RightNow packages and classes. Its giving error
javax.wsdl.WSDLException: WSDLException: faultCode=OTHER_ERROR: Unable to resolve imported document at 'http://mysite.custhelp.com/cgi-bin/myinterface.cfg/services/soap?wsdl'.: java.net.UnknownHostException: mysite.custhelp.com.
Can you please let me know what would be the correct wsdl ?