Hello Community,
Can someone please help me in writing a object service axis2 based consumer, i'm new to DFS 6.5.
My env is DFS 6.5, CS 6.0 SP1, JDK 1.5
---
Anurag
I've tried using JAX-WS as mention on this post https://community.emc.com/message/4539#4539, but somehow its failing...
I've attached the code, please let me know whats going wrong here.
Error: Operation output generation failed: could not retrieve data for identity: 0901ba9d8004279b. -
While 0901ba9d8004279b represents a dm_document and I'm login as a superuser having all permission.
This error got resolved as the r_object_id is of a custom object type for which we dint had custom SBO/TBo jars in classpath.
Hi Anurag,
You can find Axis2 and JAX-WS DFS consumers in DFS 6.5 SP1 SDK (WSDLBasedConsumers). You can also refer to DFS 6.5 development guide. There is a section "Consuming DFS with an Axis2 or JAX-WS consumer".
Kevin