I've a newbie question, not certain if it is a bug or it shoul be be
like this... (I am using taveran 2.2.0)

I've tried a XML spliter to a service output that is more or less like this

<ExecuteProcess_dummy>
<outputResult1><a></a></outputResult1>
<outputResult2><b></b></outputResult2>
</ExecuteProcess_dummy>

I want to pass the outputResult1 XML content (<a></a>) to another
process, I am using an xml splitter to get the outputResult1 BUT the
next service doesn't receive the XML content.

If outputResult1 contains a text string then everything goes fine:
<outputResult1>Potato<outputResult1>

I've type description in my WSDL like this

<xsd:schema targetNamespace="http://www.opengis.net/wps/1.0.0";>
                        <xsd:element name="ExecuteProcess_ExecuteProcess_dummy">
                        <xsd:complexType>
                        <xsd:sequence>
                                <xsd:element maxOccurs="1" minOccurs="1" 
name="outputResult1" />
                                <xsd:element maxOccurs="1" minOccurs="1" 
name="outputResult2" " />
                        </xsd:sequence>
                        </xsd:complexType>
                        </xsd:element>
                </xsd:schema>

Not certain if I've to define all the XML structure in the type
description but in other WSDL examples that I've seen it is enough to
"forget" the  xsd:type attribute

Can anyone give a suggestion ?! I am going to try to use netbeans shell
to split my content.


Jorge

--------------------------------------------------------------------------------
Plymouth Marine Laboratory
 
Registered Office:
Prospect Place 
The Hoe
Plymouth  PL1 3DH
 
Website: www.pml.ac.uk
Registered Charity No. 1091222
PML is a company limited by guarantee
registered in England & Wales
company number 4178503

--------------------------------------------------------------------------------
This e-mail, its content and any file attachments are confidential.

If you have received this e-mail in error please do not copy, disclose it to 
any third party or use the contents or attachments in any way. Please notify 
the sender by replying to this e-mail or e-mail [email protected] and then 
delete the email without making any copies or using it in any other way.

The content of this message may contain personal views which are not the views 
of Plymouth Marine Laboratory unless specifically stated.

You are reminded that e-mail communications are not secure and may contain 
viruses. Plymouth Marine Laboratory accepts no liability for any loss or damage 
which may be caused by viruses.
--------------------------------------------------------------------------------

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
taverna-users mailing list
[email protected]
[email protected]
Web site: http://www.taverna.org.uk
Mailing lists: http://www.taverna.org.uk/about/contact-us/

Reply via email to