former_member595526
Active Participant
Member since ‎09-19-2018

User Statistics

  • 182 Posts
  • 13 Solutions
  • 20 Kudos given
  • 28 Kudos received

User Activity

Many of you aware that there is no standard adapter like SFTP, SOAP available to connect Azure Cloud with SCPI. So I am writing this post to share how we can get connected with Azure Cloud using SCPI In this post you will learn how to get connected ...
Hi All, I am getting below error using the integration flow "Replicate OMS Order Notifications From ERP To SAP Commerce Cloud" Error Details org.apache.olingo.odata2.api.uri.UriNotMatchingException: Could not find an entity set or function im...
Hi All, I am using Odata adapter as Sender channel, I have an edmx file, but I am not aware how to create XSD for edmx to help the message mapping. I am able to model the ODATA and create xsd when ODATA as receiver Adapter. But Odata as sender ad...
Hi All, I am getting following error in message mapping. There is no valid integration key defined for the current entityType I have no idea why this error occurs. Could anyone help out the issue related with integration Key. ThanksAnsari
Hi All, Sample XML Payload <Customer> <Name>John</Name> <id>CSC01</id> <city>Jersey</city> <details> <value1>ABC</value1> <value2>INF</value2> </details> <details> <value1>DEF</value1> <value2>HIK</value2> </details> ...