-
Error on SOAP One Way operation from WCF client to SAP PI
While working on an integration with a customer with SOAP I came across an interesting issue. The SOAP call was yielding the following error from their side. The one-way operation returned a non-null message with Action=”. After spending hours and hours trying to debug the issue I came across a few threads on stackoverflow talking…
-
Force correct format for XML/JSON conversion in SAP PI
I encountered something a bit annoying recently with the SAP PI REST adapter and I just wanted to share. So I was working on a scenario where we were sending data to an external applications thru a BUS. We are using REST to communicate with the Bus and as you probably know SAP PI works…
-
Ramblings about IDE for XSLT development

If you have experience making mappings with middleware like Microsoft Biztalk or even SAP PI, you may have encountered XSLT at some point. I know that a lot of companies use message mappings along with a graphical tool. However, there are also quite a lot that do not. Every programming language comes with its initial…
-
Running XSLT on VS Code

In this post I will show you how to set up VSCode to run an XSLT program Prerequisites Set up the project Open a Folder in VSCode where you want to write and run your code. Run ‘Ctrl + Shift + B’ command or ‘Command + Shift +B’ on Mac to open the taskbar window.…