SOAP Web Service Requesting Text but Returning Error for Invalid DateTime

TLovett

New Member
I've set up a SOAP connection to a web service. The operations appear in the dropdown menus like they should.

The fields below are expected from the web service. They're all text fields. They're formatted as text by the web service.

1685538349561.pngThe stage has no issues with three of the data items--two passed from data items and one just blank, but the Account Number returns the following message: "Internal : Unexpected error Error in web service - String was not recognized as a valid DateTime."
The account number is just a 10-digit number. I'm not sure why it's returning an error about DateTime since the data type requested is Text.

Any ideas?
 
Last edited:
Top