Error accessing a web service with SSIS

0

I am trying to access a Web Service for a project but I can not connect. I am using the tool "Web Service Task", I configure the connection (HttpConnection) to the wsdl, I enter the local file (WSDLFile) and I put the Overwrite section to True. When I give it to download the WSDL is fine, the problem is that in the Input tab, in Service I load the service, but I do not load any method and I automatically skip the following error message:

  

"Unable to find definition for [..]. Missing service description with namespace [..]. Parameter name: name."

In SoapUI connects me perfectly, so it has to be some kind of configuration or error in SISS. The error referred to in the message has something to do with the 'namespace'. Inside the original service there is an import that calls another URL:

<wsdl:import namespace="[..]" location="http://[..].svc?wsdl=wsdl0"/>

And in this URL, which is called from 'location', there is the 'xsd: schema' with its corresponding 'xsd: import'.

I do not know if this has something to do with the problem (to make so many imports), but I can not change the web service. I tried other simpler web services and they work correctly. I would appreciate if someone has a solution to connect to this web service.

Thank you very much.

    
asked by 11.12.2017 в 11:00
source

0 answers