While copying driver information on saop UI, be cautious... extra spaces might cause problem in identifying driver. So remove any extra spaces when you filled driver information in data source form
We got response from web service... and response has more than 1000 records...
I got error message 'Message size exceeds Outline Editor Limit (689708 )', when I click on 'Outline', I can see XML view but not sure if that editor has all the records ( tough to count ), when I click on Overview.. I could able to see 755 records.
So I I dont know what is the maximum limit on editor ( size/lines ) and how do I change it ?
1. Form gives option to add a text box , but not more than one ( add link is disabled on the form UI )
2. After adding xml in source view multiple emailaddress entries... and in form view... you will see 2 text boxes... :-)
I think we need fix on UI ( form side ) , i.e if input accepts array ( based on schema ), use should be able to add any number of fileds on form, i.e add link should be enable after adding first one...
I used insert statement like( below ) for SQL Server 2005.. and was successful in updating the DB. readcode and readCity are test properties values read from response.. Note: 'apupdate[' is the table name.
insert into apupdate(apcode, apcity) values ('${#TestCase#readCode}','${#TestCase#readCity}')