Hi all,
This is regarding - https://issues.apache.org/jira/browse/ODE-672

I need to check whether the way I used to identify messages defined in WSDLs
(variables with message parts), is correct.

Node temp = ctx.getRootNode();
if (temp.getLocalName().equals("message") && temp.getNamespaceURI() == null
) {
//This a variable with message parts
}
else {
//This is a normal variable
}
Here ctx refers to EvaluationContext type.

Or is there a better way to do this?

Thanks,
Waruna

-- 
-----------------------------------------------------
Regards,
Waruna Ranasinghe
BLOG: http://warunapw.blogspot.com

Reply via email to