former_member194481
Participant
Member since ‎2014 Jun 17

User Statistics

  • 89 Posts
  • 3 Solutions
  • 1 Kudos given
  • 7 Kudos received

User Activity

Hi Experts, In HCI , how to remove the namespace if it is not accepted by the target service(How to supress). Regards, Vijay
Hi Experts, I need to set the soap headers from the xml which i have . with that i need to call the certain services. kindly help me in solving the problem Code :- import java.io.*; import java.net.MalformedURLException; import org.apache.cxf.binding...
Hi Experts,I need to create the below xml structure , but i am not able to create it exactly kindly help me in creating it.I am able to create a below structure but without namespace prefix like URNXML required :-        <soapenv:Envelope xmlns:soap...
Hi All,I am trying to convert an array of values to integers an i want to add a constant value to each value in the queue .Below is my code please help me.Input :- 10 values from the source output : each value + some constant.int input[] =  new int[1...
Hi Experts,I want to add to mappings in one operation mapping , I have created two mappings in ESR and i have created one Operation mappings i have added one Mapping and i was not able to see other mapping in the operation mapping. But if i have crea...