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 ..