[ 
https://issues.apache.org/jira/browse/AXISCPP-900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12608490#action_12608490
 ] 

nadir amra commented on AXISCPP-900:
------------------------------------

This will be fixed soon.  Now that I understand wrapped vs. unwrapped.  
Currently, we always do wrapped - flattening out the parameters on the We 
service operation, and mistakenly, we also include attributes as parameters.  
We shouild not be flattening out the parameters on an operation of elements 
contain attributes. 

This is related to AXISCPP-458.

> Attributes not settable for webservice incvocation
> --------------------------------------------------
>
>                 Key: AXISCPP-900
>                 URL: https://issues.apache.org/jira/browse/AXISCPP-900
>             Project: Axis-C++
>          Issue Type: Bug
>          Components: Client - Stub
>    Affects Versions: 1.6 Alpha
>         Environment: WIN2KSP4 MSVC6SP6 JDK1.5.0_06
>            Reporter: Franz Fehringer
>         Attachments: PegsPortType.cpp, PegsPortType.hpp, vakanz.wsdl, 
> vakanz.xsd
>
>
> For the invocation of my web services i need to send soap requests containing 
> attributes e.g.
> <SearchRoomsRequest returnRateNotes="true">
> ...
>   <HotelName MatchType="PARTIAL">Lux</HotelName>
> ...
> </SearchRoomsRequest>
> Interestingly wsdl2ws generates input parameters for attributes in the 
> function/method prototypes (see SearchRooms method in the attached sources) 
> but does not use/reference them in the function/method body.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to