[ 
https://issues.apache.org/jira/browse/ODE-944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13125943#comment-13125943
 ] 

Dieter Roller commented on ODE-944:
-----------------------------------

Here comes the WSDL part

 <wsdl:types>
    <xsd:schema targetNamespace="http://iaas.perfTest.org/datatypes";>
      <xsd:element name="message">
         <xsd:complexType>
             <xsd:all>
                <xsd:element name="Field" type="xsd:string"/>
             </xsd:all>
         </xsd:complexType>
      </xsd:element>     
      <xsd:element name="messageTwoFields">
                                <xsd:complexType>
                                        <xsd:all>
                                                <xsd:element name="Field1" 
type="xsd:string"/>
                                                <xsd:element name="Field2" 
type="xsd:string"/>
                                        </xsd:all>
                                </xsd:complexType>
                        </xsd:element>
                </xsd:schema>
  </wsdl:types>
  
  
        <wsdl:message name="Message">
                <wsdl:part element="dt:message"
                name="message"/>
        </wsdl:message>
        
        
        <wsdl:message name="MessageTwoFields">
                <wsdl:part element="dt:messageTwoFields"
                name="messageTwoFields"/>
        </wsdl:message>
                
> XPath Failure 
> --------------
>
>                 Key: ODE-944
>                 URL: https://issues.apache.org/jira/browse/ODE-944
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 1.3.5
>         Environment: Windows 7, Tomcat 7
>            Reporter: Dieter Roller
>
> The following code snippet results in a selection failure.
>  <assign name="B">
>         <copy>
>            <from>
>                <literal>
>                    <![CDATA[<Field>4711</Field>]]>
>                </literal>
>            </from>
>            <to variable="Output" part="message"/>
>         </copy>
>         <copy>
>            <from variable="Input" part="messageTwoFields">
>               <query>//Field1</query>
>            </from>
>            <to variable="Output" part="message">
>               <query>//Field</query>
>            </to>
>         </copy>
>     </assign>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to