You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I wrote a customized API that is currently writing large estimates to our Pace v27 production server. Everything is working.
When I point a copy of the API at the Development server where V28.2 is installed, the API creates the estimate. After that the API times out when it hits any kind of ObjectHttpBinding .
The text was updated successfully, but these errors were encountered:
Estimate estimate = invokeActionHttpBinding.createEstimate(estimateInfo);Console.WriteLine( "Estimate " + estimate.estimateNumber + " was successfully created for the customer HOUSE");
estimate = invokeActionHttpBinding.calculateEstimate(estimate);
Console.WriteLine("Estimate " + estimate.estimateNumber + " was successfully RECALCULATED created for the customer HOUSE");
I have an open ticket with Pace support to upgrade my staging server to version 28 so I can test issues like this one. We're still running version 27. Glad it worked out anyway.
Hello, I wrote a customized API that is currently writing large estimates to our Pace v27 production server. Everything is working.
When I point a copy of the API at the Development server where V28.2 is installed, the API creates the estimate. After that the API times out when it hits any kind of ObjectHttpBinding .
The text was updated successfully, but these errors were encountered: