Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Extract data from Workspace Process and store into Oracle database

Avatar

Level 1

This might sound like a very primitive task to perform, but i am not able to extract the data from the adobe workspace as xml and pass the data to a SOAP wsdl. The data is stored in a string variable in workbench and I am passing the string as an input to a webservice.

Can anyone point me to any code snippets and / or some documentation around this

3 Replies

Avatar

Former Community Member

What do you mean the data is stored in a string in Workbench? The output data from a Workspace start point or an Assign Task service is either a variable of type xml, document or TaskResult. The data is not formatted as a string.

Steve

Avatar

Level 1

Sorry about the confusion -- what I meant was that the data is being sent

out as a XML document (without the Data Tags) -- Is there any way we can

change that to be XML element that would include that data tags so that we

can parse the data based on the tags and store it into an oracle database

Avatar

Former Community Member

Could you copy and paste a sample of the data being passed from the Assign Task service?

Steve