I am trying to consume a web service specified using WSDL by creating a WCF proxy using svcutil.exe, but the WSDL specifies that some of the operations have parameters that
Do not use SVCUtil if it does not work for you.
If the service is not very complicated, you can try writing the service interface manually, and use ChannelFactory<> to create your proxies.