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 Adrian Dick <ad...@uk.ibm.com> on 2004/05/07 15:36:39 UTC

WSDL2Ws generate C client stubs methods names don't match those of Call.cpp




Hi,

It appears the capitalisation of the methods within engine/client/Call.cpp
have been modified.

It looks like the WSDL2Ws tool has been updated to produce C++ client stubs
which use these renamed methods, but the C client stubs still use the
original names.

The following changes seem to bring the C client stubs into line with these
updates:
(See attached file:
org.apache.axis.wsdl.wsdl2ws.c.ClientStubWriter.java.diff)(See attached
file: org.apache.axis.wsdl.wsdl2ws.c.literal.ClientStubWriter.java.diff)

Regards,
Adrian
_______________________________________
Adrian Dick (adrian.dick@uk.ibm.com)

RE: WSDL2Ws generate C client stubs methods names don't match those of Call.cpp

Posted by Susantha Kumara <su...@opensource.lk>.
Thanks Adrian I applied the patch.

Susantha Kumara
Virtusa (pvt) Ltd.
Office : +94112714385
Mobile : +94777420453

> -----Original Message-----
> From: Adrian Dick [mailto:adrian.dick@uk.ibm.com]
> Sent: Friday, May 07, 2004 7:37 PM
> To: axis-c-dev@ws.apache.org
> Subject: WSDL2Ws generate C client stubs methods names don't match
those
> of Call.cpp
> 
> 
> 
> 
> 
> Hi,
> 
> It appears the capitalisation of the methods within
engine/client/Call.cpp
> have been modified.
> 
> It looks like the WSDL2Ws tool has been updated to produce C++ client
> stubs
> which use these renamed methods, but the C client stubs still use the
> original names.
> 
> The following changes seem to bring the C client stubs into line with
> these
> updates:
> (See attached file:
> org.apache.axis.wsdl.wsdl2ws.c.ClientStubWriter.java.diff)(See
attached
> file:
org.apache.axis.wsdl.wsdl2ws.c.literal.ClientStubWriter.java.diff)
> 
> Regards,
> Adrian
> _______________________________________
> Adrian Dick (adrian.dick@uk.ibm.com)