VijayKonam
Active Contributor
Member since ‎02-12-2007

User Statistics

  • 2,308 Posts
  • 284 Solutions
  • 87 Kudos given
  • 79 Kudos received

User Activity

Hi,We have developed and ABAP client proxy that sends payload and a pdf document as attachment to the PI system. The pdf attachment is base64 encoded using the "cl_http_utility" class method. However, when the message end up in PI system, the HTTP he...
Hi,I am working on a requirement where I need to call an SAP RFC (or a web service for that matter) in a loop and collect all the message responses, combine them in to and send it to another system or another BPM process.I am completely lost as to ho...
This blog is applicable to only systems upgraded from a dual stack PI to latest 7.31(both single or dual stacks) systems. This is a small piece of configuration in the Netweaver Administrator and the ABAP Integration Engine of the system which is bur...
Usually, in an organization, the service clients and the service providers are located in the same lan and are connected via high speed internal network connection. But sometimes, it could be that, the client applications are far from the service pro...
Hi,I am developing a custom adapter module to be used by the SOAP receiver adapter. I would like to replicate few of the features of the MessageTransformationBean in addition to some other changes that I want to do. Does any one have any idea on how ...