You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am evaluating jsDAV as a solution to integrate with out services but testing with Word i get this error once i try to update a document (this is with the test_server.js):
[error] argument after event 'unknownmethod': {object} undefined
[Error: An xml body is required for lock requests]
[error] code: 400,
[error] type: 'BadRequest',
[error] message: 'An xml body is required for lock requests' }
The spec says the initial lock request must have a body (understandable) but we dont seem to get this.
Does anybody have a hint how to proceed best or has had this problem already ? I am currently working through the specs and the network trace of what word is actually doing here, but since i am missing an alternative reference server its a little difficult to spot the exact root cause.
I am evaluating jsDAV as a solution to integrate with out services but testing with Word i get this error once i try to update a document (this is with the test_server.js):
The spec says the initial lock request must have a body (understandable) but we dont seem to get this.
Does anybody have a hint how to proceed best or has had this problem already ? I am currently working through the specs and the network trace of what word is actually doing here, but since i am missing an alternative reference server its a little difficult to spot the exact root cause.
Full Log:
The text was updated successfully, but these errors were encountered: