Search found 23 matches

by robertoedwards
Mon Mar 04, 2013 3:55 pm
Forum: Integration Development
Topic: Code from SDK help file does not compile
Replies: 15
Views: 1799

Re: Code from SDK help file does not compile

It's a Web Service.
by robertoedwards
Mon Mar 04, 2013 2:31 pm
Forum: Integration Development
Topic: Code from SDK help file does not compile
Replies: 15
Views: 1799

Re: Code from SDK help file does not compile

Ok, much better, thanks. I still can't retrieve the order. System.Exception: System.Exception: System.NullReferenceException: Object reference not set to an instance of an object. at SoftPro.BusinessObjects.Base.BusinessObjectBase.SetDataItemInternal(String dataItemName, Object dataValue, Boolean re...
by robertoedwards
Wed Feb 27, 2013 8:13 pm
Forum: Integration Development
Topic: Code from SDK help file does not compile
Replies: 15
Views: 1799

Code from SDK help file does not compile

There is an example snippet on how to manipulate an Order in the SDK help file: // Create the server object. Note the use of the constant to define custom login. NetworkCredential credential = new NetworkCredential(@"admin", @"Passw0rd", SoftPro.Select.Client.Constants.SelectDoma...