ContributionsMost RecentMost LikesSolutionsDoes SnapLogic supports as2 protocol? We have a requirement, where we are using as2. AS2 (Applicability Statement 2) is a specification about how to transport data securely and reliably over the Internet. Security is achieved by using digital certificates and encryption. Below is more details about as2 - Cleo Solutions: B2B/EDI Connector - AS2 Standalone Page | Cleo With Cleo's industry-leading AS2 software, you can automate and secure your AS2 file transfers and launch AS2 endpoints 5x faster. Learn more today! Can someone please suggest if SnapLogic supports as2 protocol? Re: Excel to XML convert Kindly ignore, I was able to achieve the task. Excel to XML convert I have a use case where I need to convert a Excel file to XML, anyone knows how to achieve this through SnapLogic. Re: HTTP calls to SharePoint Hi - @aleung , Thanks for reply. I tried that, but not working. I am kind of stuck. I have followed below steps - I have Register as a Add-In in SharePoint. I have granted permission to the Add-In. Retrieved the Tenant ID through Postman (Get method). Tried to generate the access token using Postman, but getting below error - “error”: “invalid_request”, “error_description”: “AADSTS90002: Tenant f12a3f9e-37a5-4551-80f1-e93a20857154 not found. This may happen if there are no active subscriptions for the tenant. Check with your subscription administrator.\r\nTrace ID: 2d277d04-473c-4a21-aa5b-b3a66b740100\r\nCorrelation ID: 921acc97-f0cd-48d3-ae17-1cf88461c6d6\r\nTimestamp: 2018-03-01 10:02:30Z”, HTTP calls to SharePoint I am trying to do a post files to the SharePoint. For that I took help from below Link - KTSKUMAR.COM – 5 Jan 17 Access SharePoint Online using Postman Access SharePoint Online using Postman Est. reading time: 7 minutes After registering the Add-In, I granted the permission and retrieved the Tenant ID through Postman. After that I need to generate the Access Token, however I am getting below error - { “error”: “invalid_request”, “error_description”: “AADSTS90002: Tenant f12a3f9e-37a5-4551-80f1-e93a20857154 not found. This may happen if there are no active subscriptions for the tenant. Check with your subscription administrator.\r\nTrace ID: 2d277d04-473c-4a21-aa5b-b3a66b740100\r\nCorrelation ID: 921acc97-f0cd-48d3-ae17-1cf88461c6d6\r\nTimestamp: 2018-03-01 10:02:30Z”, “error_codes”: [ 90002 ], “timestamp”: “2018-03-01 10:02:30Z”, “trace_id”: “2d277d04-473c-4a21-aa5b-b3a66b740100”, “correlation_id”: “921acc97-f0cd-48d3-ae17-1cf88461c6d6” } Can anyone help me on this, how to get the Access Token?