Questions tagged [sap-ariba]

Use for components of SAP Ariba software platform.

Formerly Ariba, SAP Ariba is now mostly cloud-based software platform developed and used by company of the same name since 1996 to run its own products. It contains technologies allowing 3rd parties to customize products running on their ecosystem. Most used technologies are AML (Ariba Markup Language), AQL (Ariba Query Language) and CXML (Commerce XML) or Ariba OpenAPI.

39 questions
3
votes
1 answer

Cobertura 2.0.3 - unable to instrument

I am using Corbetura-2.0.3 with java 1.7 and I am trying to instrument the classes in our build system via command line. Stuck at instrumenting classes. Please assist. Here is the command: ./cobertura-instrument.sh --basedir…
3
votes
3 answers

Problem Posting MIME encoded attachment to Ariba Supplier Network

I'm having an issue with trying to use VB.NET and the WebRequest object to post some cXML text and an attachment. I believe I am formatting the text of the data I wish to post correctly, as it matches samples Ariba has supplied. What I am uncertain…
Bill
  • 33
  • 1
  • 3
2
votes
1 answer

How can I connect Ariba with Python? I'm looking to read documents off Ariba in Python and then use Text Analytics on them

As part of a Text Analytics use case, I need to read files from Ariba into Python and then use my already ready model to classify them. However, I am not able to find an API that connects Ariba with Python, anywhere online.
2
votes
2 answers

Ariba Response For Setup Request

I have a question about Ariba punchoutSetupRequest. My API response is like this:
Hoang Do
  • 45
  • 5
2
votes
0 answers

Posting MIME encoded attachment to Ariba Supplier Network "Premature end of file"

My problem is a Response after posting a String to Ariba Network. I already had a look at similar question, but I don't found an answer: Code snippet: ' Check only -> no request to send If chkCheckOnly.Checked = False Then Dim byteArray As Byte() =…
1
vote
0 answers

Postman- Ariba API ,get only one field from a JSON response object

I'm trying to do GET on a SAP Ariba API using Postman tool. I get a response something like below with few fields having a object as type Now, 'Project' field has a object with ProjectID and SourceSystem , I want to have my response with only…
BKK
  • 340
  • 2
  • 4
  • 15
1
vote
4 answers

How to bypass SSL authentication in if_http_client ABAP consumer?

TLDR: Basically, my question would be if there is any method on class if_http_client or any ABAP class that can turn off SSL verification? Because it seems that it only works when it is disabled. If not then how do I bypass this error? Long…
1
vote
0 answers

Sending and Receiving cXML using Ariba Cloud Integration Gateway

I am about to implement a solution that receives Purchase orders from Ariba and send Invoices to Ariba. the module for handling this in Ariba is called CIG (Cloud Integration Gateway) When a new PO is created in Ariba it is pushed to my url and when…
Thomas Adrian
  • 3,543
  • 6
  • 32
  • 62
1
vote
0 answers

Post cXML invoice to SAP Ariba Cloud Integration Gateway

We have a supplier account on Ariba network & want to post cxml invoices to Sap Ariba Cloud integration gateway to send it to our buyers in Ariba Network. We are using HTTPS transport type. In the below screenshot while creating Ariba cloud…
1
vote
1 answer

Error: Illegal namespace for attribute declaration: http://www.w3.org/2001/XMLSchema-instance

I am trying to create a new SOAP project in SOAPUI thru importing a wsdl. The initial part of wsdl looks like:
Meen639
  • 77
  • 1
  • 9
1
vote
1 answer

How to download file(*.txt or *.pdf) which received from GET api response through Curl command?

I want to download files(*.txt and *.pdf) from Ariba site through GET API request and want to automate the whole download process. Initially I have used Postman for testing purpose which gives me result in the form of file content. For eg. test.txt…
user2783444
  • 31
  • 2
  • 5
1
vote
2 answers

Sending cXML punch out PunchOutOrderMessage back to web site for Ariba

I am working on making an existing small website compatible with the Ariba punchout. I can read the incoming setup, do a response and then redirect them to a valid login back to the website. On the Ariba punchout tester, this all works correctly…
Darren
  • 67
  • 1
  • 6
1
vote
2 answers

Why my Ariba cannot parse my response API?

My Ariba network cannot parse my document cXML response. At Ariba screen I have this response:
Hoang Do
  • 45
  • 5
1
vote
1 answer

Handle cXML messages in BizTalk

I need to get cXML message from Ariba in BizTalk do some processing and send as cXML to another endpoint. Please suggest some pointers to how this can be done in BizTalk 2013.
Rosebud
  • 138
  • 1
  • 11
1
vote
1 answer

Ariba Framework - Responsive UI Front End?

I want to quickly develop an application with default CRUD and search with responsive UI design which works in PC, Tablet and Mobile. I searched and found the Ariba framework, and I want to know if the pages designed in the Ariba framework are (or…
user2323036
  • 1,515
  • 5
  • 19
  • 27
1
2 3