Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Need to update request and forward to endpoint

satverma
satverma Posts: 3

I need to update the SOAP request and update the clientID and forward to the end point. Like in below example, client id is 1234. But I want to modify it to 6789 before using message forward. What is easiest way to dot it?

  <getBankBalances>
     <brokerHeader>
        <brokerUserId>TestPortal</brokerUserId>
        <clientId>1234</clientId>
        <callerRefId>anyrandomuuid</callerRefId>
     <brokerHeader>
  <getBankBalances>
Tagged:

Comments