Hi,
I would like to know if it is possible to disable namespace validation while consuming an external web-service.
My problem :
The provider of the web-service give me a WSDL with different namespace.
I generate the service consumer with SAG Designer => OK
When I call the web-service with the connector generated, I get this error :
[ISS.0088.9139] Output parameters do not conform to targetOutputSignature
If I modify the documentTypes generated by the Designer, the service is OK.
But is it possible to specify not using namespace and just mapping the structure to the service ?
Fabrice