Quantcast
Channel: jQuery Library for SharePoint Web Services
Viewing all articles
Browse latest Browse all 6517

New Post: accessing sharepoint on another server with custom port

$
0
0
ok, strategy changed again here and I'm forced again to go for a single sign on method so I'm here again :)

I downloaded the new 2014 version which seems to have the above method included already but it's still not working.

Now I get errors (in firebug) that it can't find pages on my php server while it's supposed to go to the other (sharepoint) server which I defined in the javascript/jquery lines.
<script type="text/javascript">
$(document).ready(function() {

$().SPServices({
    operation: "GetUserInfo",
    webURL: "http://sharepoint:55555",
    async: false,
    userLoginName: $().SPServices.SPGetCurrentUser(),
    completefunc: function (xData, Status) {alert("done");}
    });
});
</script>
404 Not Found       11ms     jquery....min.js (regel 6) "NetworkError: 404 Not Found - http://server-sql/_vti_bin/Webs.asmx" Webs.asmx
GET http://server-sql/_layouts/userdisp.aspx?Force=True&1394531099928
    
404 Not Found       10ms     jquery....min.js (regel 6) "NetworkError: 404 Not Found - http://server-sql/_layouts/userdisp.aspx?Force=True&1394531099928"
userdi...1099928
POST http://server-sql/_vti_bin/Webs.asmx
    
404 Not Found       11ms     jquery....min.js (regel 6) "NetworkError: 404 Not Found - http://server-sql/_vti_bin/Webs.asmx"

Viewing all articles
Browse latest Browse all 6517

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>