
Tag archives for script
Hello,
Just a post to add a script to install DAR/docapp to Documentum found on linkedin https://www.linkedin.com/feed/update/urn:li:activity:6498895995227766784 added by Alex Vais:
Best regards,
Huseyin OZVEREN ...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»
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»
Hi,
Just a post concerning the sending of SMS from Php Script.
In order to send a SMS (texto) via PHP, it is necessary to use an API allowing to request with a SMS gateway, which is the interface between Internet and GSM mobile network.
How it works ?
Some gateway work easly via sending of emails with an address like 06xxxxxxxx@orange.fr (number@operator). Then, ...more»
