|
When I use an input wsdl file with
style="document", Wsdl2java produces a buncha classes that won't compile.
I tried 4 of the wsdl files on http://www.xmethods.com with the same result
each time. For example, if you try this file:
you will get 5 Java class files, but they
won't compile. The error messages are below.
I tried both the Alpha3 release and the nightly
build 2/13/02, with same results.
Any suggestions would be most welcome.
Cheers.
Stan Jordan
org\tempuri\DailyDilbertSoap_Port.java:11: cannot
resolve symbol
symbol : class DailyDilbertImage_Type location: package tempuri public org.tempuri.DailyDilbertImageResponse_Type DailyDilbertImage(org.tempuri.DailyDilbertImage_Type parameters) throws java.rmi.RemoteException; ^ org\tempuri\DailyDilbertSoap_Port.java:11: cannot resolve symbol symbol : class DailyDilbertImageResponse_Type location: package tempuri public org.tempuri.DailyDilbertImageResponse_Type DailyDilbertImage(org.tempuri.DailyDilbertImage_Type parameters) throws java.rmi.RemoteException; ^ 2 errors |
