Expand my Community achievements bar.

Call Same Web Service Multiple Times

Avatar

Level 2
Hello All,



Just wondering if there are any issues calling the same web service more than once within a single form?



Basically what I'm trying to do is use an LDAP web service that returns a user name at different status levels. (i.e. user1 who starts the form process, and then again at user2 who is reviewing the form - pre-populating their names)



Since the web service is already bound to the first set of fields at level 1, I created a new data connection to the same web service to run at the next level. Problem is, I'm not getting any errors OR any results.



Do I need to just re-create the web service with another name?



Thanks.
1 Reply

Avatar

Level 2
Multiple calls work fine for me.



Just create a new data connection and that's it.