Hi,
I need to connect to the deployr webservice and upload a CSV file using deployr API jar file and download the output in the form of CSV file. But in XCP, that direct option is not there, we can only send arguments/attributes directly to web server. That's why I have written a java code.it working well in IDE 1.7.
Now I have copied all the required API Jar files in content\module and link them through javamodule artifact but i am getting error while retrieving the java service. please help me in solving this issue.
javamodule
<?xml version="1.0" encoding="UTF-8"?>
<nsJavaModule:JavaModule xmlns:nsJavaModule="http://xcp.emc.com/javamodule" urn="urn:fas:com.emc.xcp.artifact.javamodule.category:Artifacts/Java Modules/invokedeployr.javamodule" categoryId="com.emc.xcp.artifact.javamodule.category" name="InvokeDeployR" label="InvokeDeployR" implementationClass="com.fas.invokedeployr.InvokeDeployR">
<interfaceClassNames>com.documentum.com.IDfClientX</interfaceClassNames>
<implementationJars contentPath="content/modules/InvokeDeployR.jar"/>
<implementationJars contentPath="content/modules/jDeployR-7.4.1.jar"/>
<implementationJars contentPath="content/modules/jDeployR-7.4.1-javadoc.jar"/>
<implementationJars contentPath="content/modules/jRBroker-7.4.7-javadoc.jar"/>
<implementationJars contentPath="content/modules/apache-mime4j-0.6.jar"/>
<implementationJars contentPath="content/modules/commons-codec-1.6.jar"/>
<implementationJars contentPath="content/modules/commons-lang-2.1.jar"/>
<implementationJars contentPath="content/modules/commons-logging-1.1.3.jar"/>
<implementationJars contentPath="content/modules/httpclient-4.3.jar"/>
<implementationJars contentPath="content/modules/httpcore-4.3.jar"/>
<implementationJars contentPath="content/modules/httpmime-4.3.jar"/>
<implementationJars contentPath="content/modules/jackson-annotations-2.2.3.jar"/>
<implementationJars contentPath="content/modules/jackson-core-2.2.3.jar"/>
<implementationJars contentPath="content/modules/jackson-databind-2.2.3.jar"/>
</nsJavaModule:JavaModule>