...
The saveProductionReport() takes four arguments:
- String Userid – i.e ¿amarx¿"amarx"
- String password – i.e. ¿A"A_marx¿marx"
- String schemaVersionNumber – i.e. ¿2"2.1¿1"
- 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