Table of Contents

Interface ISOAPEnvelope

Namespace
Javax.Xml.Soap
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/xml/soap/SOAPEnvelope.html

public interface ISOAPEnvelope : ISOAPElement
Inherited Members

Properties

Body

SOAPBody Body { get; }

Property Value

SOAPBody

Header

SOAPHeader Header { get; }

Property Value

SOAPHeader

Methods

AddBody()

SOAPBody AddBody()

Returns

SOAPBody

SOAPBody

Exceptions

SOAPException

AddHeader()

SOAPHeader AddHeader()

Returns

SOAPHeader

SOAPHeader

Exceptions

SOAPException

CreateName(String)

Name CreateName(String arg0)

Parameters

arg0 String

String

Returns

Name

Name

Exceptions

SOAPException

CreateName(String, String, String)

Name CreateName(String arg0, String arg1, String arg2)

Parameters

arg0 String

String

arg1 String

String

arg2 String

String

Returns

Name

Name

Exceptions

SOAPException