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) | ![]() |
---|---|
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) |
C# | |
---|---|
public WebServiceAdapter( string name, string wsdlUrl, string soapAction, XmlDocument inputSourceContent, string submitInputParamPath, string submitInputValuePath, bool submitInputAsString ) |
C++/CLI | |
---|---|
public: WebServiceAdapter( String^ name, String^ wsdlUrl, String^ soapAction, XmlDocument^ inputSourceContent, String^ submitInputParamPath, String^ submitInputValuePath, bool submitInputAsString ) |
Parameters
- name
- wsdlUrl
- soapAction
- inputSourceContent
- submitInputParamPath
- submitInputValuePath
- submitInputAsString
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