WSDL Generation Does Not Work With Paypal
-----------------------------------------
Key: AXIS-2113
URL: http://issues.apache.org/jira/browse/AXIS-2113
Project: Apache Axis
Type: Bug
Components: WSDL processing
Versions: 1.2.1
Environment: OSX 10.4 Java 1.4.2
Reporter: Christian Gross
Priority: Blocker
If I executed:
java org.apache.axis.wsdl.WSDL2Java
http://www.sandbox.paypal.com/wsdl/PayPalSvc.wsdl
I get the error
java.io.IOException: Type {urn:ebay:apis:eBLBaseComponents}Category is
referenced but not defined.
at
org.apache.axis.wsdl.symbolTable.SymbolTable.checkForUndefined(SymbolTable.java:665)
at
org.apache.axis.wsdl.symbolTable.SymbolTable.add(SymbolTable.java:545)
at
org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:518)
at
org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:495)
at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:361)
at java.lang.Thread.run(Thread.java:552)
Executing the same command with Axis 1.2 RC3 I have no errors and the stubs are
generated without any problems.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira