Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPClient.OperationNamespaceURI

TElXMLSOAPClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies SOAP operation namespace URI.

Declaration

[C#]
    string OperationNamespaceURI;

[VB.NET]
    Property OperationNamespaceURI As String

[Pascal]
    property OperationNamespaceURI : XMLString;

[C++]
    void get_OperationNamespaceURI(sb_u16string &OutResult);
    void get_OperationNamespaceURI(std::wstring &OutResult);
    void set_OperationNamespaceURI(const sb_u16string &Value);
    void set_OperationNamespaceURI(const std::wstring &Value);

[PHP]
    string get_OperationNamespaceURI()
    void set_OperationNamespaceURI(string $Value)

[Java]
    String getOperationNamespaceURI();
    void setOperationNamespaceURI(String Value);

Description

This property specifies the operation namespace URI. Set this property prior to creating a new SOAP message.

See also:     Create SOAP message     OperationName    

Discuss this help topic in SecureBlackbox Forum