Trying to generate a soap proxy class from a wsdl with different input
and output namespaces using the sproxy util causes a SDL1025 error. I
presume that this is a limitation of the util and not a restriction
within the soap spec. Does anyone know if that is the case?
If it is a limitation of sproxy are there other utils to generate
proxies C++ classes for the SOAP SDK? Or is it better to build my own
classes that use the SOAP SDK to build the messages.
Cheers