
Tag archives for CXF
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»
Hello,
Juste a post concerning the generation of proxies client for DFS web service project due to ANT script and utilities classes.
Several steps:
Create a project TESTWsClientGenerator
Add the JAR emc-dfs-rt-remote.jar and emc-dfs-rt.jar (from DocumentumCoreProject\dfs6.7\emc-dfs-sdk-6.7\lib\java) in the BuildPath of your project
Get in your workplace the CXF librairies : C:\Workspaces\HUO\ECMExternalLibraries\org\apache\cfx-3.0.3 http://cxf.apache.org/cxf-303-release-notes.html
Create a source folder wsgenerator
Create the package com.emc.documentum.fs.datamodel.core.content
Create the below utilities classes ...more»
