ivan_kalcha
Explorer
Member since ‎2008 May 29

User Statistics

  • 25 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I’m developing an SAP Fiori application using the RAP model. In my scenario, I have a CDS entity that provides the data for the Value Help. The screenshot below shows the Value Help window with the data. I would like to specify the sort order for the...
I'm developing an SAP Fiori application using the RAP model. In my scenario, I'm creating a new record for a child entity. For one of the fields, I needed to implement a value help for lookup functionality. I was able to achieve this using the @Consu...
I have a scenario for HTTP to Proxy web service. In my requirement, the web service that should receive an XML message sent through an HTTP POST call. The XML message will be sent in the HTTP body. No form submission. My web service works when th...
My scenario is SOAP(Axis) to Soap(XI). I want to remove this part from the response message. <?xml version="1.0" encoding="UTF-8"?> This is my soap response message with XML declaration. <?xml version="1.0" encoding="UTF-8"?> <soapenv:...
I am using SOAP Axis sender adapter. My soap service is working just fine. However, when 3rd party application tries to consume the service, it causes exception error message: The content type text/xml; charset=utf-8 of the response messag...