Click here to Skip to main content
15,895,709 members

Comments by Don Burton (Top 3 by date)

Don Burton 22-Jun-18 11:48am View    
Thanks. Do have a link for CR 2011? This is for CR XI which is an older version.
Don Burton 19-Oct-10 13:13pm View    
I just tried and got some push back from the compiler:

The best overloaded method match for 'System.Collections.Generic.List<ctmapping.models.item>.AddRange(System.Collections.Generic.IEnumerable<ctmapping.models.item>)' has some invalid arguments


Argument '1': cannot convert from 'CTMapping.Models.TBL_DIM_BU[]' to 'System.Collections.Generic.IEnumerable<ctmapping.models.item>'

My frustration is all of this works in .NET 4.0 because of covariance. But not in 3.5 which is where I must remain for this project.

Thanks.
Don Burton 25-Aug-10 23:04pm View    
It's using REST. No WSDL so there are no methods to reference. I call the URL via HTTP and get my results back in XML. However, once I go to production with this particular web service I'll need to pass authentication. I'm not quite sure how the referenced java code translates to .NET.