I am using SAP Enterprise Connector to generate JCo proxy classes. There is a handy method in com.sap.aii.proxy.framework.core.AbstractType toXML(), but it is depricated and I don't have the documentation to read up on it's intended use. I am using this method to trace the data sent to an RFC call and the response received before I parse the results.
There are other non-depricated toXML(String), toXML(String, String) methods, but I cannot find the JavaDoc or source code for AbstractType in order to see how they are used.
Is the documentation or source code available?
Hi Michael,
there is API documentation available on the SDN. The API docs of the SAP Java Connector is located here:
http://media.sdn.sap.com/html/submitted_docs/60_sp2_javadocs/sapjco/index.html
In general, API docs of Web AS 6.40 and EP components is available here:
https://www.sdn.sap.com/sdn/developerareas/ep.sdn?page=javadoc.htm
Hope that helps!
Regards,
Ivo
Add a comment