Share point Integration plugin - Create Folder smart service

Hi,

We are on Appian version : 16.3 and Sharepoint version : 2013

Added the plugin Share point Integration plugin - Create Folder smart service that is listed under -
forum.appian.com/.../summary

Domain - left it as Blank
End Point URL - ="https://<site>/_vti_bin/Dws.asmx"
FolderURL ="https://<site>/RajHasti"
Secure Credential = "share point"
Added sharepoint secure credential in the the Third Party Credential

As well test the WSDL URL in the browser with my credential and it works fine
https://<site>/_vti_bin/Dws.asmx?wsdl

Where <Site> is the actual Share point Site.

On running the Process model getting below errors in the log file

21:21:03,250 INFO [stdout] (Appian Work Item - 3303 - ProcessExec02 : UnattendedJavaActivityRequest) 2...

OriginalPostID-251967

  Discussion posts and replies are publicly visible

Parents
  • Just to update - I have confirmed our configuration..

    The Folder URL should be everything beyond the site name, not including a slash. eg "Documents/My New Folder". note- When creating folders with spaces you do not replace a space with %20, but when referencing a document you must. (try with and without spaces for testing)

    Also, when creating folders, you can only create a single depth at a time, so if wanting to create a nested location you need to create them in turn. Note - there is a service you can call on to confirm the existence of a folder, but this is pointless as you actually save wsdl calls by trying to create every time (a duplicate doesn't bomb the service).

    I'm assuming you're on premise and have no VPN/ firewall considerations?
Reply
  • Just to update - I have confirmed our configuration..

    The Folder URL should be everything beyond the site name, not including a slash. eg "Documents/My New Folder". note- When creating folders with spaces you do not replace a space with %20, but when referencing a document you must. (try with and without spaces for testing)

    Also, when creating folders, you can only create a single depth at a time, so if wanting to create a nested location you need to create them in turn. Note - there is a service you can call on to confirm the existence of a folder, but this is pointless as you actually save wsdl calls by trying to create every time (a duplicate doesn't bomb the service).

    I'm assuming you're on premise and have no VPN/ firewall considerations?
Children
No Data