I am moving a site to a new environment. Alot of the functionality is powered by SOAP DFVWPs that display filtered views of a top level library. The environment I am moving the site to is a simple 3 server farm. However, I the soap connections don't
seem to be firing and as a result, no results are displaying. Because I am using FBA, I have an extended web app on another port, so the soap url is http:[servername]:5000/_vti_bin/Lists.asmx. This always work fine in my current environment and every time
I have restored this to my dev servers, I just run a powershell script that fixes the urls with the new hostname. But not in this case. Problem is that I am not getting any errors - just empty views (eg 'There are no items to show i this view') and the
general SP Designer 'The server returned a non specific error'. HOWEVER, when I restored the site to port 80 and changed the url to http://[servername]/_vti_bin/Lists.asmx with no port number it works! IT dept are swearing blind it is nothing to do with
them! Log files clearly show port 32843 being opened successfully when its working normally but no error messages or correlation ID. Any help or suggestions would be appreciated!!
↧