
Tag archives for Service
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 problem seems concern the type of POJO's argument used between the SBO and the SBO's client (like DCTM JOB...), the package or attributes could be different.
This error doesn't concern the presence ...more»
Hi,
Following options enable logging of all communication to the console. Set these options in the code, as command line parameter using -D or as environment variable:
Best regards,
Huseyin ...more»
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
First, download the CXF and AXIS SDK librairies:
C:\SDK\axis2-1.7.7
C:\SDK\cfx-3.0.3
C:\SDK\jdk1.7.0_17
Create a specific folder for the generated proxies sources (for example, WSProxyGenerator\src_generated)
References all needed libairies (JAR) in your project (for example lib/*.jar)
Create a properties file for the ...more»
Hi,
Here, an simple example of use of logging platform NLog in C# projects. Or course, you need add reference to Nlog package in your project via NuGet Package Manager.
NLog is a free logging platform for .NET, NETSTANDARD, Xamarin, Silverlight and Windows Phone with rich log routing and management capabilities. NLog makes it easy to produce and manage high-quality logs for ...more»
