Page 1 of 1

How to set up a development environment?

Posted: Thu Mar 09, 2017 4:17 am
by manjunath.bhat
Hi,

I am a developer working out of FNFI location. We just received Soft Pro Client and SDK for new development (Select 4.1.6.1).
We want to retrieve order information, modify it and save it as a beginner task before jumping in on project specific task.
When we try to open client that has been installed, it shows following screen where it is asking to "Connect to Select Server"
Image

Also, SoftPro Select SDK Documentation tells us to select server in order to create an order, with network credential
NetworkCredential creds = new NetworkCredential("admin", "Passw0rd", "[SERVER]");
using (SelectServer ss = new SelectServer(new Uri("http://localhost:8080"), creds))

Where to find Select Server and is there any other steps we need to take in order to set up a development environment?

Re: How to set up a development environment?

Posted: Thu Mar 09, 2017 11:02 am
by BobRichards
Sadly, this is way too broad a question to answer here. Please see your contacts in SoftPro for additional information.