on 01-24-2014 09:43 AM
Hi. I'm trying to use the AXL API from Axis. I downloaded de AXLAPI.wsdl for Axis and generated the java classes with Axis WSDL2Java. In the README.txt that comes with AXLAPI.wsdl it says that there're some problems with the code generation. I've fixed some of this things but there's one kind of error that I don't understand how to solve:
II. The second axis jira is related to having a string constructor for simple types for example:
// Simple Types must have a String constructor
public XLoadInformation(java.lang.String _value) {
super(_value);
}
For such cases the corresponding schema file(axl.xsd) in the parent schema folders must be referred and implement the String class that these classes can inherit.
I have little knowledge on schemas and XML (that's why I'm trying to use AXL from Axis and not generating directly the SOAP messages) and I can't understand with this text what I have to do to fix this code and use AXL from Axis.
Sorry, not a full solution yet.
executeSQLQuery still got the same exception, but at least getUser can work fine now.
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: