PDA

View Full Version : How to configure WCF service in Spring



dbpete
02-11-2009, 12:28 PM
Hello,
I'm trying to simply configure an application to consume a WCF service. I thought this would be straightforward and I've used WebServiceProxyFactory for web services in the past. I'm having trouble getting this to work correctly in Spring. Can someone please help me understand how to do this? I do not want to dynamically generate the proxy. There are complex types being returned so I would rather generate a proxy from svcutil and then wire up the proxy type. I've looked at the WcfQuickStart example but that appears to only dynamically generate the proxy.

Thanks

dbpete
02-11-2009, 02:05 PM
I found my issue. I was fairly new to WCF and did not configure the web.config with the correct endpoint contract value.