Tag: Service

Documentum : BOF – SBO (Service based Business Object) – NoSuchMethodException – JAVA reflectionDocumentum : BOF – SBO (Service based Business Object) – NoSuchMethodException – JAVA reflection

Hello, After my previous post http://www.javablog.fr/documentum-bof-sbo-service-based-business-object-tbo-type-based-business-object-aspects.html, just a mini post related an error java.lang.NoSuchMethodException which occurs when the use of a SBO’s method whereas it exists. Basically in JAVA, the

Java : Generation Of Proxies for CXF, AXIS web services via ANT Script (WSDLToJava)Java : Generation Of Proxies for CXF, AXIS web services via ANT Script (WSDLToJava)

Hi, Just a post concerning the generation of JAVA webservice client for CXF and AXIS web services via an ANT script. More information on sites on proxies creation: http://cxf.apache.org/docs/wsdl-to-java.html http://axis.apache.org/axis/java/ant/axis-wsdl2java.html