Webservice consumer - disabling namespace validation

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

1). Manually re-create the documents, locally
2). Edit the copied input/output from connector in your main service. Updating name and xmlnamespace properties of documents.

I suggest to reach webService provider and get in sync with them rather changing docTypes manually at your side.It leads to problem when the source team changes the fields and if they share it with you again you have to manually edit them. Kindly take the wise decision.

Thanks,