users@jax-rpc.java.net

Re: Interoperability problems JWSDP and gSOAP

From: Anne Thomas Manes <atmanes_at_gmail.com>
Date: Tue, 5 Jul 2005 12:10:52 -0400

What errors are you getting?

On 7/5/05, Franco Tuveri <tuveri_at_crs4.it> wrote:
> Hi ,
>
> I'm working to the implementation of a web service client in C++ with
> gSOAP starting from a WSDL generated by JWSDP from a defined Java
> Interface. I'm using JWSDP 1.5 and gSOAP 2.7.
> I've followed the next steps:
>
> 1. I've written the Java web service Interface and an implementation
> 2. with wscompile tool of JWSDP I've generated the WSDL file
> 3. I've used gsoap tools to generated all required code from WSDL of step 2
> 4. I've created a client which use this generated stubs and I'm
> exeperiencing some errors: first of all "redefinition" problems.
>
> I used gSOAP before with no problems.
> There are interoperability problems between these two tools?
> Do you think I've to set some parameters to wscompile tool in order to
> "help" gSOAP in code generation?
> Now I'm using it in this way
>
> wscompile -cp . -f:documentliteral -f:noencodedtypes -gen:server -d gen
> -verbose config.xml
>
>
> Any idea?
>
> Thanks in advance ..
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
> For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net
>
>