You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Matthieu Riou (JIRA)" <ji...@apache.org> on 2007/05/30 00:06:58 UTC

[jira] Closed: (ODE-40) Attribute value lost for 'literal' initializing.

     [ https://issues.apache.org/jira/browse/ODE-40?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthieu Riou closed ODE-40.
----------------------------


> Attribute value  lost  for 'literal' initializing.
> --------------------------------------------------
>
>                 Key: ODE-40
>                 URL: https://issues.apache.org/jira/browse/ODE-40
>             Project: Ode
>          Issue Type: Bug
>          Components: BPEL Runtime
>            Reporter: Valery Gorbunov
>            Assignee: Matthieu Riou
>             Fix For: Incubator
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.