If I understand correctly your result is encoded in one string, right?
In this case it heavily depends on how the string is encoded in order to
know how the separate the first 'value'. You could try XPath 2.0
functions like fn:tokenize(). Since ODE employs Saxon for XPath 2.0
queries, this link [1] might be helpful.

HTH,
  Tammo

[1] http://www.saxonica.com/documentation/functions/intro.html

Surendar wrote:
> Hi all,
> I am using the apache ode for my workflow, For may scenario i need to
> know how to split the string variable.
> My scenario is  as follows,
> 
> in my process iam calling the webservice using the invoke method which
> is synchronous, i am having the both input and output variable, so this
> webservice will return the string value which i get in the output
> variable, now i need to split the variable and need to find the first
> value in the string element.
> 
> 
> with regards
> 
> Surendar V


-- 
Tammo van Lessen - http://www.taval.de

Reply via email to