-
Notifications
You must be signed in to change notification settings - Fork 16
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
Unable to vault file to Innovator v12 #11
Comments
I think the problem is that TransactionalUploadCommand.Commit calls the inherited from UploadComand UploadAndApply. But this procedure uses the protocol and soap actions for previous versions of innovator.
|
I'll have to do some more testing with that. In the meantime, if you use |
ArasLogin.zip |
This code works with Innovator v11sp12, but not with v12
UploadCommand uCommand = connection.CreateUploadCommand(); uCommand.AddFile(arasFileItem.Id(), arasFileItem.LocalFile); connection.Apply(uCommand).AssertNoError();
With Innovator v12 I've got the exception with response 404 from Innovator inside it.
The text was updated successfully, but these errors were encountered: