During script debugging, for example, when developing a Virtual Business Component, it is useful to be able to print out the contents of a property set. This blog introduce an eScript code that can be added to a business service to print out the contents of a property set. The eScript code will handle […]
Sean Shen

Blogs from this Author
Generate web service client with Apache CXF in Maven
In this topic, I will discuss how to use maven to generate web service client code automatically with Apache CXF, here are the step by step instructions: Before you prepare the maven pom file, you first should get the WSDL file For instance, if you are using Siebel, you can download it from Administration – […]