Hi
I am trying to invoke a web service from a native (i.e. unmanaged) MFC app.
I was able to invoke a trivial web service from unmanaged C++ using ATL but
I still have difficulties.
The problem now is that the nontrivial WSDL file describing the web service
I am to implement has a schema with widespread use of "extension"s of
complexTypes (akin to inheritance). While wsdl.exe can generate proxy classes
for these schema sproxy.exe does not support it and the attempt to add a web
reference to such a web service fails. Sproxy.exe also emits several warnings
about attributes not be being supported.
Does anyone have a suggestion as to how a web service can be invoked from a
native (non-COM) C++/MFC app if sproxy can't create a proxy class from the
WSDL file? Is there an alternative to SPROXY.EXE or I am going about this the
wrong way?

Signature
Thanks!
Christopher Brack
chris.brack@c3ilex.com
Lionel LASKE - 25 Mar 2005 17:46 GMT
May be gSoap could help. See on http://www.cs.fsu.edu/~engelen/soapmain.html
Lionel.
"Christopher Brack" <ChristopherBrack@discussions.microsoft.com> a ?crit
dans le message de news:
C819E357-3BD0-4026-B953-760F63035517@microsoft.com...
> Hi
>
[quoted text clipped - 21 lines]
> the
> wrong way?