[ http://issues.apache.org/jira/browse/AXIS2C-251?page=all ]

Samisa Abeysinghe updated AXIS2C-251:
-------------------------------------

        Fix Version/s: 0.96
    Affects Version/s: Current (Nightly)
             Assignee: Dinesh Premalal  (was: Damitha Kumarage)

> WODEN_WSDL10_INTERFACE_MSG_REF_ELEMENT_GET_MSG fails
> ----------------------------------------------------
>
>                 Key: AXIS2C-251
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-251
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: woden
>    Affects Versions: Current (Nightly)
>         Environment: Linux
>            Reporter: Dimuthu Chathuranga
>         Assigned To: Dinesh Premalal
>            Priority: Minor
>             Fix For: 0.96
>
>         Attachments: patch.tar.gz
>
>
> woden having problem in refering  *msg_ref* from *mapping interface_msg_ref* 
> in wsdl10. i.e. failed calling   
> WODEN_WSDL10_INTERFACE_MSG_REF_ELEMENT_GET_MSG 
> that happens when interface_msg_ref refers messages with a prefix like 
> following one.
>       <wsdl:operation name="add">
>          <wsdl:input message="impl:addRequest" name="addRequest"/>
>          <wsdl:output message="impl:addResponse" name="addResponse"/>
>       </wsdl:operation>
> here when woden building the model, it always take names difined in target 
> namespace. this doesnt work in above cases. i.e when names are prefixed.
> I am attaching two svn diffs for a temporary solution. that is ignoring the 
> impl: prefix just to demostrate the problem.
> Fixing this is very much essential in providing adb codegeneration.
> The patch contain following..
> *svn_dff2 contain temporary solution for the above problem in 
> woden/src/builder/wsdl10/wsdl10_reader.c. (just ignoring prefixes when 
> comparing)
>     
> *svn_diff1 contain fixes for woden/src/wsdl10/wsdl10_interface_msg_ref.c
> the function pointers called by foolowing macros are never assigned a 
> function.
>   WODEN_WSDL10_INTERFACE_MSG_REF_ELEMENT_SET_MSG
>   WODEN_WSDL10_INTERFACE_MSG_REF_ELEMENT_GET_MSG 
>   this patch fix this.

-- 
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to