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

StatementForwarding AddPath does not work #18

Open
CNoetzel opened this issue Mar 14, 2019 · 0 comments
Open

StatementForwarding AddPath does not work #18

CNoetzel opened this issue Mar 14, 2019 · 0 comments

Comments

@CNoetzel
Copy link

When trying to add a path to StatementForwarding an error occurs.

ScormEngineService engine = new ScormEngineService(CFG);
engine.getStatementForwardService().AddPath(sUrl, sUser, sPassword, dUrl, dUser, dPassword);

The response contains an xml with the following content:

<?xml version="1.0" encoding="UTF-8"?>
<rsp stat="fail">
   <err code="202" msg="Method AddForwardingPath not found in service rustici.statementForward" />
</rsp>

There is no documentation in the API Reference about the rustici.statementForward.AddForwardingPath method.

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

1 participant