Re: why is the OperationContract within the GetJobInfo complex type is not supported
Once I ran this project as a Visual Studio 2010 version rather than Visual 2008 by conversion the method was supported. And then I read that complex types in WCF need to be supported by NET 4.0 framework. Anything lower than that NET 2.0 and 3.5 etc and you will run into those issues.