I am trying to use the Call Web Service action to move items from a library in one site to a subfolder within a library in another site. I have built my Destination URL string, which looks like this:
Web URL/archivearea/Archive%20Project%20Documents/str_FolderName/str_LibraryName/str_DocName
When I enter my string into the browser (minus the document name), it works. However, when I enter it in the Call Web Service action to manually test it, I get an error:
<CopyResult ErrorCode="Unknown" ErrorMessage="Object reference not set to an instance of an object."
I tried the Destination URL with and without the document name at the end and I still get the error.
I have passed the variable through a Build String action to replace the spaces with spaces and to trim any spaces at the end.
Why isn't this working?