Hello, 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> Is this possible with AxisC and how do i do this? I stumbled over setSOAPMethodAttribute; can this be used (but perhaps only for the most outer XML tag?)? Interestingly wsdl2ws generates input parameters for attributes in the function/method prototypes (see SearchRooms method in the attaced sources) but does not use/reference them in the function/method body?! 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? Confused greetings Franz Dr. Franz Fehringer (Dipl. Math.) ____________________________________ ISO Software Systeme Eichendorffstrasse 29 90491 Nürnberg Deutschland Tel. : +49/(911) - 99594-0 Fax : +49/(911) - 99594-580 mailto:[EMAIL PROTECTED] http://www.isogmbh.de
