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



name
wsdlUrl
soapAction
inputSourceContent

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 _
)
Visual Basic (Usage) Copy Code
Dim name As String
Dim wsdlUrl As String
Dim soapAction As String
Dim inputSourceContent As XmlDocument
 
Dim instance As New WebServiceAdapter(name, wsdlUrl, soapAction, inputSourceContent)
C#  
public WebServiceAdapter( 
   string name,
   string wsdlUrl,
   string soapAction,
   XmlDocument inputSourceContent
)
C++/CLI  
public:
WebServiceAdapter( 
   String^ name,
   String^ wsdlUrl,
   String^ soapAction,
   XmlDocument^ inputSourceContent
)

Parameters

name
wsdlUrl
soapAction
inputSourceContent

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