Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

SSIS Script Component destinantion to WCF service

$
0
0

Hi

I have been struggling to find a sensible answert to this issue.

Using VS2008, we have a package attempting to use a WCF service which has some basic functionality to post user notes to a table.  The service has been proven to work outside of the SSIS call.

When calling in a script component destination the below error is received.  Any direction would be appreciated.  So far we have tried various changes to the app.config, including fully qualifying the contract name.

Could not find default endpoint element that references contract 'DataService.VanquisDataService' in the ServiceModel client configuration section. This might be because no configuration file was found for your application, or because no endpoint element matching this contract could be found in the client element.

at System.ServiceModel.Description.ConfigLoader.LoadChannelBehaviors(ServiceEndpoint serviceEndpoint, String configurationName)

at System.ServiceModel.ChannelFactory.InitializeEndpoint(String configurationName, EndpointAddress address)

at System.ServiceModel.ChannelFactory`1..ctor(String endpointConfigurationName, EndpointAddress remoteAddress)

at System.ServiceModel.ChannelFactory`1..ctor(String endpointConfigurationName)

at System.ServiceModel.EndpointTrait`1.CreateSimplexFactory()

at System.ServiceModel.EndpointTrait`1.CreateChannelFactory()

at System.ServiceModel.ClientBase`1.CreateChannelFactoryRef(EndpointTrait`1 endpointTrait)

at System.ServiceModel.ClientBase`1.InitializeChannelFactoryRef()

at System.ServiceModel.ClientBase`1..ctor()

at SC_51f3bcd084854b96b8cd4e20323a03d1.csproj.DataService.VanquisDataServiceClient..ctor()

at ScriptMain.Input0_ProcessInputRow(Input0Buffer Row)

at UserComponent.Input0_ProcessInput(Input0Buffer Buffer)

at Microsoft.SqlServer.Dts.Pipeline.ScriptComponentHost.ProcessInput(Int32 inputID, PipelineBuffer buffer)


Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>