derowe
8 years agoNew Contributor
Need to remove leading zeros from Property before used as input to service
Testing a CreateOrder SOAP service which returns an order number with leading zeros
e.g. 0000133456
This is input to GetOrder service which does not take leading zeros. Using Property/Property transfer step to
read property into the GetOrder service but need to remove the leading zeros from the property
What is the best way to do this?
a. Is there a way to remove leading zeros in Property Transfer step
b. Can I remove leading zeros in the field input of GetOrder SOAP service?
Call in GetOrder Service looks like this
${InternalOrderNumber Property Transfer#InternalOrderNumber}