Interface ISOAPBinding
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/xml/ws/soap/SOAPBinding.html
public interface ISOAPBinding : IBinding
- Inherited Members
Properties
MessageFactory
MessageFactory MessageFactory { get; }
Property Value
Roles
https://docs.oracle.com/javase/8/docs/api/javax/xml/ws/soap/SOAPBinding.html#getRoles-- https://docs.oracle.com/javase/8/docs/api/javax/xml/ws/soap/SOAPBinding.html#setRoles-java.util.Set-
Set<String> Roles { get; set; }
Property Value
SOAPFactory
SOAPFactory SOAPFactory { get; }
Property Value
Methods
IsMTOMEnabled()
bool IsMTOMEnabled()
Returns
SetMTOMEnabled(bool)
https://docs.oracle.com/javase/8/docs/api/javax/xml/ws/soap/SOAPBinding.html#setMTOMEnabled-boolean-
void SetMTOMEnabled(bool arg0)