Tagged Questions
2
votes
2answers
264 views
SoapDataSource SelectURL needs full server name
I'm using a DataFormWebPart with an embedded SoapDataSource.
The problem is that SoapDataSource needs to have the full url of the site (http://server/_vti_bin/Myservice.asmx) to work.
This makes ...