Hi,At my customer side we currently have multiple interfaces like ECC backend <=> SAP PO <=> 3rd partyCustomer will switch part of the operation to S4HANA and also wants to move from SAP PO to Integration Suite on BTP.But some of 3rd party connection...
Hi,I have this payload<?xml version="1.0" encoding="utf-8"?><ReferenceInformation><AssignmentId><IdValue name="customid">JOB182741</IdValue><IdValue name="reference">1234XYZ</IdValue></AssignmentId></ReferenceInformation> I want to find the IdValue w...
Hi,
With Integration Suite comes the option to create groovy scripts.
I have created a few simple scripts by now, mainly by looking at examples and lots of trial and error.
But i would like to learn it better in a more structured way.
So i wo...
Hi,
For my Integration Suite scenario i must manipulate a string.
My input is something like: "URL.something.com/string1/string2".
The URL.something might change over time (and can be longer or shorter) and the string1/string2 can also change
...
restsender-channel.pngrestsender-general.pngrestsender-operationdetermination.pngrestsender-restoperation.pngrestsender-restresources.png
Hi,
I have to create a synchronous scenario from AzureAPI portal <-> SAP PO75 <-> S4 on prem.
I can use RE...
I found the answer using chatgpt.On the message: <HumanResource> <AssignmentId> <IdValue name="recordid">a0j6N000002HDkmQAG</IdValue> <IdValue name="externalid">8324137</IdValue> <IdValue name="customid">JOB182741</IdVa...
Hi all,So i found something that will work independent of the length of the string(so it will work for "https://shorturl.com/stringA" and for https://veryverylongurl.com/string A)First action is to determine what the index of the 3rd "/" is.Second ac...
Hi Jwan,I think i found something that might work; its called ordinalIndexserverurl = "https://url.something.com/mystring1/mystring2"index = ordinalIndexOf(serverurl,'/',3)println(serverurl.substring(0,index)+""/mystring/ourstring"");static int ordin...
Hi Jwan,Thx for your answer. I ran the code in www.jdoodle.com/execute-groovy-online/The output was ".com/mystring/ourstring"But this is not the desired outcome unfortunately.The outcome should be "URL.something.com/mystring/ourstring"regardsRobert
restsender-soap-ui.pngBy trial and error i found that my settings for the REST adapter were correct. After testing the same with SOAP UI (see picture)When sending a "empty" GET request to the endpoint specified in the REST adapter, the adapter sends ...