Showing posts with label SAP. Show all posts
Showing posts with label SAP. Show all posts

Tuesday, October 11, 2011

Debug trace messages for PI Mappings

In a previous post I demonstrated how to develop and test a PI function library in NWDS. Even though the testing of functions in NWDS is very useful for quick elementary tests before deploying to the ESR, often it is almost impossible to test the true scenario before run time. This might be due to the dependence on dynamic config, container values, property file values etc. 

In complex mappings we often want to know what values certain nodes in our mapping have during run time. The solution is to create a function and inserting it at certain parts of the mapping to add custom trace messages to the SOAP header in SXMB_MONI.

Thursday, March 3, 2011

Develop and test a PI Function Library with NWDS

In this post I will discuss the basics of developing, debugging and testing PI Function Libraries using Netweaver Developer Studio. This includes creating the function in PI, exporting the code, importing the code into NWDS, creating a test class and implementations of supporting classes, and executing\debugging the code locally.

Sunday, February 27, 2011

What this blog is about

This blog will be about various SAP and Open Source Integration topics. Technologies include SAP Netweaver PI and Apache tools like Servicemix, Camel and ActiveMQ.