IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  How to upload a file/document to Microsoft share point from webMethods

    Posted 10/15/18 07:41 AM

    Hi All Experts,

    Could you please explain any one how to upload a file into Microsoft share point ?,

    Actually by using http client service, am able to get result/data from microsoft sharepoint, but same way I am trying to post data to sharepoint server, but I am getting 403/FORBIDDEN error am getting.

    my get url like : http://hostname/sites/IF/_api/web/lists — by using this url, I am able to get data from sharepoint server, same way for post the document to sharepoint am using url is http://hostname/sites/MyIntegration/_api/Web/Lists/getByTitle(‘Documents’),

    but I am geeting 403/FORBIDDEN error,

    Please any one help me, how to upload the document to sharepoint ?, please provide any example URL for uploading files ?

    Am uploading contentType is Streams,
    IS Service : http client
    Authentication Type : NTLM
    Username : xxxxxxx
    PAssword : xxxxxx

    Please let me know is there any other ways to upload file successfuly into sharepoint server from webMethods ?

    Thanks,
    Varun


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: How to upload a file/document to Microsoft share point from webMethods

    Posted 10/15/18 12:55 PM

    403 indicates the username being used does not have permission to post data. The username may be allowed to read, which is why gets are successful, but cannot write. Check the permissions at SharePoint.


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: How to upload a file/document to Microsoft share point from webMethods

    Posted 02/25/19 03:41 AM

    Hi,

    Were you able to upload a file? i would like to know how you are reading and passing the file contents and what headers aree you setting.


    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: How to upload a file/document to Microsoft share point from webMethods

    Posted 12/02/20 08:11 AM

    I am able to upload the file to sharepoint online by using NTLM authentication and inbuilt service pub.client.http.


    #Integration-Server-and-ESB
    #webMethods