Skip to main content

Sean Shen

Blogs from this Author

eScript Property Set Printing Tool

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 […]

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 – […]