Attribute value  lost  for 'literal' initializing.
--------------------------------------------------

                 Key: ODE-40
                 URL: http://issues.apache.org/jira/browse/ODE-40
             Project: Apache Ode
          Issue Type: Bug
          Components: BPEL Runtime
            Reporter: Valery Gorbunov


In BPEL assignment looks as:

<bpws:copy>
    <bpws:from>
        <bpws:literal>
            <sap:CompanyCode.GetDetail 
CompanyCodeId="0001">TEXT</sap:CompanyCode.GetDetail>
        </bpws:literal>
    </bpws:from>
    <bpws:to variable="getDetailIn" part="parameters"/>
</bpws:copy>

But Ode sent to the external service envelope with follow content:  

<?xml version='1.0' encoding='utf-8'?><soapenv:Envelope 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
<soapenv:Header>
<addr:To 
xmlns:addr="http://www.w3.org/2005/08/addressing";>http://localhost:8080/ode/services/SAP</addr:To>
</soapenv:Header>
<soapenv:Body>
<CompanyCode.GetDetail 
xmlns="urn:sap-com:document:sap:business">TEXT</CompanyCode.GetDetail></soapenv:Body>
</soapenv:Envelope>

Attribute value lost.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to