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
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