Hello,

I have been working on a set of WSDL web services for doing bits of text mining.
I have specifically designed them to pass around objects (which serialise as complexTypes) rather than String reports that need parsing and reformatting etc.

The attached workflow makes use of one of these services (ArticleSectionClassifierService) which returns an object (classificationResultObject) as a complexType, i've attached this response as well (classifyTextDetailedResponse.xml)

When building the workflow, Taverna recognises all the necessary XML splitters and creates them all with no problems

However when I run the workflow, most of the element content gets funnelled into the first output port (allLikelihoods) and is not separated as the XML splitter structure implies.

I am testing this on Taverna 2.1

I know the service can be successfully accessed programmatically through jax-ws and the wsimport ant task, It also works through the testing page here
http://gnode1.mib.man.ac.uk:8080/FullTextWebServices/ArticleSectionClassifierService?tester

the WSDL is here
http://gnode1.mib.man.ac.uk:8080/FullTextWebServices/ArticleSectionClassifierService?wsdl
which also imports a schema here
http://gnode1.mib.man.ac.uk:8080/FullTextWebServices/ArticleSectionClassifierService?xsd=1

I can't work out if this a problem with how the service is described in WSDL/schemas or with my taverna workflow

any help much appreciated.

cheers,
James

Attachment: classifyTextDetailedResponse.xml
Description: XML document

Attachment: classify detailed.t2flow
Description: Binary data

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
taverna-users mailing list
[email protected]
[email protected]
Web site: http://www.taverna.org.uk
Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/

Reply via email to