| |
microsoft.public.sharepoint.portalserver |
Hi Eric, for your information, I think there is nothing wrong with the If you were using JQuery, you need to add the additional request header $.ajax({ As web service issues requires extensive programming skills, it is Thanks for your understanding. Sincerely, Get Secure! - www.microsoft.com/security
configurations.
The permission is correct, and the soap message looks good.
"SOAPAction" shown in with following code sample:
url: Web Service URL,
beforeSend: function(xhr) {
xhr.setRequestHeader("SOAPAction",
"http://schemas.microsoft.com/sharepoint/soap/UpdateListItems");
},
type: "POST",
dataType: "xml",
data: soapEnvelope,
complete: processResult,
contentType: "text/xml; charset=utf-8"
Items (http://msdn.microsoft.com/en-us/library/ms440289.aspx)
suggested to get further help in
microsoft.public.sharepoint.portalserver.development newsgroup.
Lambert Qin
Microsoft Online Support
=====================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.