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) | ![]() |
---|---|
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
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