Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

The saveProductionReport() takes four arguments:

  1. String Userid – i.e ¿amarx¿"amarx"
  2. String password – i.e. ¿A"A_marx¿marx"
  3. String schemaVersionNumber – i.e. ¿2"2.1¿1"
  4. String productionReportInXmlDataFormat – see below for example of long string

In the web service client we might auto generate a data structure by providing the web service URL. In eLandings we use Java – JAX-WS and generated a structure called ReportManager.
ReportManagement ws;
¿
¿ ...
...
String xml = ws. saveProductionReport(userid, password, schemaVersionNumber, productionReportInXmlDataFormat);
Or

...

saveProductionReport_result_on_failure.txt

For the list of potential elandings messages see the elandings codes page and click on Message Codes