Home > Archive > Microsoft Webservices > May 2005 > How to add webparts
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to add webparts
|
|
| George 2005-05-18, 6:28 am |
| Hi,
I try to add a webpart to a SharePoint-site, but I get a soapserver exception. What do I have to fill in of the parameters of wppWebservice. AddWebPart(pageUrl,exportedWebPartXml,my
Storage)?
//catch > Message: Exception of type Microsoft.SharePoint.SoapServer.SoapServerException was thrown.
//Detail: An error has occurred. StackTrace: at
//System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message,
Greetz | |
| George 2005-05-18, 8:39 am |
| quote: Originally posted by George
Hi,
I try to add a webpart to a SharePoint-site, but I get a soapserver exception. What do I have to fill in of the parameters of wppWebservice. AddWebPart(pageUrl,exportedWebPartXml,my
Storage)?
//catch > Message: Exception of type Microsoft.SharePoint.SoapServer.SoapServerException was thrown.
//Detail: An error has occurred. StackTrace: at
//System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message,
Greetz
I found alreadey an example on
http://msdn.microsoft.com/library/d..._SV01071595.asp
which can be usefull for those who had the same question. |
|
|
|
|