WebServiceAdapter Constructor(String,String,String,XmlDocument,String,String,Boolean)
See Also 
SourceCode.Workflow.Design.InfoPath.FormTemplate.DataConnections Namespace > WebServiceAdapter Class > WebServiceAdapter Constructor : WebServiceAdapter Constructor(String,String,String,XmlDocument,String,String,Boolean)



name
wsdlUrl
soapAction
inputSourceContent
submitInputParamPath
submitInputValuePath
submitInputAsString

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal name As String, _
   ByVal wsdlUrl As String, _
   ByVal soapAction As String, _
   ByVal inputSourceContent As XmlDocument, _
   ByVal submitInputParamPath As String, _
   ByVal submitInputValuePath As String, _
   ByVal submitInputAsString As Boolean _
)
Visual Basic (Usage) Copy Code
Dim name As String
Dim wsdlUrl As String
Dim soapAction As String
Dim inputSourceContent As XmlDocument
Dim submitInputParamPath As String
Dim submitInputValuePath As String
Dim submitInputAsString As Boolean
 
Dim instance As New WebServiceAdapter(name, wsdlUrl, soapAction, inputSourceContent, submitInputParamPath, submitInputValuePath, submitInputAsString)

Parameters

name
wsdlUrl
soapAction
inputSourceContent
submitInputParamPath
submitInputValuePath
submitInputAsString

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also