Search found 2 matches

by absolved
5 years ago
Forum: API
Topic: NEOS XML-RPC API to submit GAMS/GDX files
Replies: 1
Views: 3124

Re: NEOS XML-RPC API to submit GAMS/GDX files

I figured this out by using the "Dry Run" option on the NEOS server to see the structure of the XML document. The GDX file needs to be converted to a base 64 string, then pasted into the XML template.
by absolved
5 years ago
Forum: API
Topic: NEOS XML-RPC API to submit GAMS/GDX files
Replies: 1
Views: 3124

NEOS XML-RPC API to submit GAMS/GDX files

Hi all, I am trying to figure out how to use the XML-RPC API to submit my gams job to the NEOS-SERVER. I have retrieved the required XML template, but I am unsure what data format is required within the XML file. Specifically for the Model fields and the GDX file fields. I am assuming I can put my e...