You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Franz Fehringer (JIRA)" <ax...@ws.apache.org> on 2006/01/19 10:44:42 UTC

[jira] Commented: (AXISCPP-900) Attributes not settable for webservice incvocation

    [ http://issues.apache.org/jira/browse/AXISCPP-900?page=comments#action_12363223 ] 

Franz Fehringer commented on AXISCPP-900:
-----------------------------------------

I stumbled over setSOAPMethodAttribute, can this be used?
In the wsdl2ws sources (src/wsdl/org/apache/axis/wsdl/wsdl2ws/cpp/literal/ClientStubWriter.java) i found code for emitting setSOAPMethodAttribute calls, how is this triggered?


> Attributes not settable for webservice incvocation
> --------------------------------------------------
>
>          Key: AXISCPP-900
>          URL: http://issues.apache.org/jira/browse/AXISCPP-900
>      Project: Axis-C++
>         Type: Bug
>   Components: Client - Stub
>     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.
-
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