Visual Basic (Declaration)
<SoapDocumentMethodAttribute("http://microsoft.com/sharepoint/webpartpages/FetchLegalWorkflowActions", RequestNamespace:="http://microsoft.com/sharepoint/webpartpages", ResponseNamespace:="http://microsoft.com/sharepoint/webpartpages", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function FetchLegalWorkflowActions As String
Dim instance As WebPartPagesWebService
Dim returnValue As String
returnValue = instance.FetchLegalWorkflowActions
[SoapDocumentMethodAttribute("http://microsoft.com/sharepoint/webpartpages/FetchLegalWorkflowActions", RequestNamespace="http://microsoft.com/sharepoint/webpartpages", ResponseNamespace="http://microsoft.com/sharepoint/webpartpages", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)]
public string FetchLegalWorkflowActions ()