Transport Management Through Web Services
We have created a page to manage ftp and database transports through web services. I have two questions in this regard.
1. The soap object for these transports seems to require a password for submission. This makes things a little inconvenient if there is a password already populating the field in the database. What is the intended way to handle them? Am I expected to decrypt the returned field and pass it back? Or should they just re-enter a password every time?
2. I don't see any way to test transports outside of the WCMS interface. Is this correct?
Discussions are closed to public comments.
If you need help with Cascade CMS please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Ryan Griffith on 15 Jun, 2015 06:46 PM
Hi,
You should be able to simply pass back the value you got from the
read
operation, which as you indicated, will be encrypted.You are correct, there is currently no way to test Transports or Destinations directly using Web Services. If you would like to have this functionality considered for a future release of Cascade, I highly recommend posting a suggestion to our Idea Exchange.
Please let me know if you have any questions.
Thanks!
2 Posted by rrmccorm on 15 Jun, 2015 07:12 PM
So, for example, I create a transport with the password “password” in the WCMS. Then through web services, I read that item and it returns an encrypted password that looks something like “RRebq0L6JKyqeCdzKIv3C1WMmrnDD4cyJcUfXHxFkmM=”. Are you saying that if I pass that back on an edit operation, it won’t attempt to re-encrypt it as a different password?
3 Posted by Ryan Griffith on 15 Jun, 2015 07:34 PM
Hi,
That is correct, when updating the Transport, Web Services will check to see if a new password is provided and update accordingly; otherwise, the password will be left along. If that is not the case, please let me know and we will investigate the issue further.
Please let me know if you have any questions.
Thanks!
Ryan Griffith closed this discussion on 30 Jun, 2015 06:55 PM.