Data Sources & Infopath

J

Jakeiki

My form has to do the following:

1)retrieve user info from the ad
2)retrieve info from a webservice/db using a field for
selection criteria that is on the form
3)i am using sp1 .net

I have achieved #1 but how do I accomplish #2?? I have
already designed the form so I cant use the 'new from data
source' option. When i try to access the webservice data
from code i cant find the property 'setProperty' to set
the namespace of the ws....

What else can I do?
 
Top