Questions tagged [cloud-integration]

10 questions
2
votes
1 answer

xquery to check if the value is null then return null as string

I am new to XQuery. Please guide me to solve the issue below I want to return the null value as a string, if the below expression does not give any value. Currently, the output doesn't show the 'name' field itself. I want to have a name with null.…
1
vote
3 answers

How to perform an Asynchronous Integration in Oracle Integration Cloud (OIC)

There's the need to create an asynchronous integration between two systems, using OIC. Let me walk you through this. So as a first step, a system is calling OIC to an exposed Web Service. OIC then needs to answer back to this system by saying…
1
vote
3 answers

Groovy Date & TimeZone formatting

I am converting UTC to CET with this groovy / java coding: import com.sap.gateway.ip.core.customdev.util.Message; import java.util.HashMap; import java.text.DateFormat; import java.text.ParseException; import java.text.SimpleDateFormat; import…
dotchuZ
  • 2,621
  • 11
  • 39
  • 65
1
vote
1 answer

Error Connecting BlueMix using Basic Connector

I am facing the following error, when I run the ./startmgmt.sh, from the nativeapiadmin directory. I have already uploaded the public key file onto the connector, but strangely, I don't see any OK/Confirm button. So unable to understand if that has…
bukubapi
  • 497
  • 2
  • 5
  • 13
0
votes
0 answers

Parse() Version Number with a groovy? [P2]

Thanks in advance! If it helps, this is my initial post. As an input, I have this json: { "BidId": "ID1088622222", "ItemNumber": "4.3.9", "CodiceNegoziazione": "Doc104222222", "CreationDate": "Wed, 15 Jun, 2022", "ProjectId":…
0
votes
1 answer

Parse() Version Number with a groovy script?

I would like to ask if there's a way to parse a version number using a groovy script. I extract from Ariba a payload, the issue comes with a specific field called ItemNumber. At first it was working, but this month I started to retrieve a version…
0
votes
1 answer

Cloudinary intigration with azure mobile service

Hi I am trying to use cloudinary with azure mobile service, following from the link below: http://cloudinary.com/documentation/azure_integration In the last line of the documentation it says I can access cloudinary in my backend script from…
0
votes
1 answer

Add endpoint in Cloud Integration service

I failed to add endpoint in Cloud Integration service, following the steps below: Login to Bluemix Create a Cloud Integration service click on Secure connections tab Download the connector and install it on the controller node provide the public…
yingzhao
  • 115
  • 1
  • 1
  • 7
0
votes
2 answers

Cloud Integration to more than one enterprise end-point

I need to connect a Bluemix organisation to multiple external systems. Can I use one Cloud Integration service Basic connector on Bluemix to connect to many on-premises end-points?
iwinoto
  • 51
  • 3
0
votes
1 answer

Are Bluemix Cloud Integration & Secure Gateway in High Availability?

I have some questions related to the functioning of Bluemix Cloud Integration & Secure Gateway. Are they in High Availability? Do they use virtual IP or not? Thank you very much