Hi all,

This is the first on the list for me and please allow me to cut to the chase I perviously was using axis 1_3 and WSDL2Java to generate java files from http://affiliate.broadjam.net/server.php?wsdl this was happening fine however now that I moved to axis2 the following call produces errors:

java org.apache.axis.wsdl.WSDL2Java -uri "http://affiliate.broadjam.net/server.php?wsdl"...
Exception in thread "main" org.apache.axis.wsdl.codegen.CodeGenerationException: Invalid WSDL Location
        at org.apache.axis.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:63)
        at org.apache.axis.wsdl.WSDL2Code.main(WSDL2Code.java:28)
        at org.apache.axis.wsdl.WSDL2Java.main(WSDL2Java.java:22)
Caused by: java.io.FileNotFoundException: http:/affiliate.broadjam.net/server.php?wsdl (No such file or directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
        at org.apache.axis.wsdl.codegen.CodeGenerationEngine.getWOM(CodeGenerationEngine.java:109)
        at org.apache.axis.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:57)
        ... 2 more

I will dig through and see however I couldn't find anything readily in the archives and the calls seemed to have changed radically from 1_3 to 2. this is on a nusoap server and i will quickly ping that list as well however, is there a communication problem between axis2 and nusoap that anyone is aware of?

thanks,
ken;

Reply via email to