stefan_grube
Active Contributor
Member since ‎01-14-2009

User Statistics

  • 6,271 Posts
  • 982 Solutions
  • 0 Kudos given
  • 138 Kudos received

User Activity

Some years ago I wrote a blog about emails with body and attachment with help of the MailPackage structure: XI Mail Adapter: An approach for sending emails with attachment with help of Java mapping   In this blog, I will present another solution...
Recently I worked on a scenario with two Idocs that are used as asynchronous request and response messages for ERP and a synchronous webservice.For this scenario, I used SOAP adapter with async-sync brigde with help of RequestResponseBean and Respons...
Hi experts,I need to split a string into street, house number and supplement, for example:"Hauptstr. 15 b" -> Street = Hauptstr, House number = 15, supplement = bDoes anyone have implemented this already and likes to share the Java code for UDF?Thank...
The PI adapters use dynamic header fields (also called Adapter Specific Message Attributes = ASMA) for enhancing the functionality of the adapter. Sender adapters provide information in the dynamic headers and receiver adapters can use that informati...
Hi experts!In a SOAP adapter I want to develope two modules for handling the request and the response message. So I put one module before the standard module, one after this.Now I want to transport parameters from the first module to the second. My f...