Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
21 replies
Subscribers
4 subscribers
Views
9839 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
Share point Integration plugin - Create Folder smart service
RajHasti
over 8 years ago
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
0
RajHasti
over 8 years ago
tried to set the folder URL = /sites/TimSite/appiantest/Shared%20Documents/RajHasti
Where /sites/TimSite/appiantest/Shared%20Documents is the root folder
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
chrism967
over 8 years ago
I don't believe you need the leading "/".
Just to confirm, you're looking to create a folder here not a document given you're using DWS?
We commissioned this plugin and have it working with no issues - I just can't get to the confit at the moment..
Are you sure you don't have sharepoiny installed in a AD domain? Do your credentials have full rights to add folders?
Note - this doesn't work with O365
If that gives no joy I'll have a look into our specific settings.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
RajHasti
over 8 years ago
Hi Chris, Yes we are trying to use this plugin to create a folder in Share point.
I was able to create folders in the Sharepoint instance directly but not through this smart service
As well I did removed the leading "/" in the folder URL -="sites/TimSite/appiantest/Shared%20Documents/RajHasti" but still no luck.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
RajHasti
over 8 years ago
As well its Share point 2013 not O365....and my Id has full control to the site...
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
chrism967
over 8 years ago
Will try and check when I have access to a laptop..
I'm sure the folder parameter doesn't contain the 'site' details, just from the doc library.
In the meantime, have a google for an ASP.net example as it's the same inputs.. we were using the standard call web service node prior to this but ran into base64 string issues and we got that running from looking at generic examples of calling the out of the box MS wsdl
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
vineeta6579
over 8 years ago
I think issues is because SSL, you need to import required certificate in admin console.
forum.appian.com/.../f-175589
another way to create folder is using REST API method call.
syntax: folder/add('/rootFolder/folder')
Please see snippet for configurations.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
chrism967
over 8 years ago
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?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
RajHasti
over 8 years ago
Hi Chris,Appian is on Cloud and Share point 2013 is an onpremise...and we are able to download the documents in to Appian from Share point using out of box Sharepoint connectors
I am using a folder that is under Shared Documents
As well I tried all the combination on like Shared Documents/RajHasti or /Shared Document/RajHasti or /Shared%20fDocument/RajHasti or Shared%20fDocument/RajHasti
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
RajHasti
over 8 years ago
no luck with all these combinations
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
RajHasti
over 8 years ago
Hi Vineet ..it seems SSL issue..I am sending an email to you..will discuss offline.Thank you
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
<
>