easysoap icon indicating copy to clipboard operation
easysoap copied to clipboard

CustomAttributes in Call Params

Open ahaw021 opened this issue 5 years ago • 0 comments

Hi Hoping this has been answered before

The SOAP service we are working with uses attributes throughout the element tree.

Is there an example of how to create a params object that will produce CML Like the below

 <ParentElement **CustomAttribute0**="yyyyyy">
      <WrappingElement **CustomAttribute1**="false">
        <SubElements>
          <SubElement>**Custom1**="27/02/2019" **Custom2**="IM" **Custom3**="I" **Custom4**="Added></SubElement>
</SubElements>
</Wrapping Element>
</ParentElement >

ahaw021 avatar Mar 06 '19 07:03 ahaw021