Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pace API v28.2 the request timed out #4

Closed
Maybo2016 opened this issue Nov 9, 2016 · 3 comments
Closed

Pace API v28.2 the request timed out #4

Maybo2016 opened this issue Nov 9, 2016 · 3 comments

Comments

@Maybo2016
Copy link

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 .

@Maybo2016
Copy link
Author

Forgot to add the code that I was testing.

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");

@Maybo2016
Copy link
Author

The Pace programmers were made aware of this issue and they fixed it. There was a problem with an Apache Dll.

@robgridley
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants