NW Java Web Services
12 Blog Posts
10 Contributors
-
This blog post describes the setup of a synchronous web service call from AS ABAP to an external system. In this example walk through, the PI is Java only and an API named “genericCall” is called in the target system. Scenario: The web... Read More »2Comments1Like
-
Introduction This blog post describes the enhancement of the SXI_MONITOR_GSF for utilities. For more general information on the SXI_MONITOR_GSF please read the bog post Introducing the SXI_MONITOR Generic Search Framework | SAP Blogs . Additional... Read More »0Comments3Likes
-
Hello World! I guess this is how each programming language learning path starts. Independent of the language of choice the semantics of what needs to be done are quite similar, you just have to find the right command to output text to the screen and... Read More »1Comment4Likes
-
Dear SAP PI/PO consultants, It has been a while(3 years) since I wrote “.Net C# SOAP Web Service Client Example for SAP PI/PO Services” .NET Core has gained popularity since then. There is also a tendency to request REST services.... Read More »3Comments4Likes
-
Update 27th Feb 2020 : The previous link to the jar was not working or did not have the necessary classes to execute the given function below. This is why I have shared the jars in one Gdrive link – OKHTTP... Read More »7Comments2Likes
-
My obsession with this new way of hitting the PI server using servlets took new turn when a brilliant colleague of mine wanted me to program a way to get target root certificate without having to ask them for or without running a command on... Read More »2Comments1Like
-
Based on my previous blog – SICF on PI/PO , We may need to log incoming requests or process the incoming requests (e.g delete few header /prolog etc.) as per our needs before sending it to the adapter. But the challenge here is you cannot in... Read More »0Comments1Like
-
Hi All, recently we have got a business scenario where we need to create some web services with input parameters and according to passed input parameters web service should give the response using SAP MII. for eg: Select ITEM from ITEM where STATUS... Read More »0Comments1Like
-
SICF alternative on PI/PO single stack. In case where customer sends us files on a dual stack, SICF is available to create service and shorten the long technical URLs with various security mechanisms. Which means something like... Read More »5Comments4Likes
-
In this blog I want to show some things about protected web methods. All in all this article is the result of all of my personal notes I created in the last years. First time I had some “fun” with the protected web methods in a customer... Read More »0Comments1Like