Documentation ¶
Overview ¶
SOAP proxy
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Envelope ¶
type Envelope struct { XMLName xml.Name `xml:"http://schemas.xmlsoap.org/soap/envelope/ Envelope"` EncodingStyle string `xml:"http://schemas.xmlsoap.org/soap/encoding/ encodingStyle,attr"` Header Header `xml:"http://schemas.xmlsoap.org/soap/envelope/ Header"` Body Body `xml:"http://schemas.xmlsoap.org/soap/envelope/ Body"` }
Click to show internal directories.
Click to hide internal directories.