The following operations are supported. For a formal definition,
please review the
Service Description.
Web Service Links
Namespace Children of ::biz
Namespace Code for ::biz
namespace eval ::biz {
variable bindMap {https://highfivediet.com/biz/EchoInvoiceOperation EchoInvoiceOperation}
variable binding soap::documentLiteral
variable bindingName bizSoapBind
variable documentLinks {config ::biz simpleTypes ::wsdb::types::biz complexTypes ::wsdb::elements::biz messages ::wsdb::messages::biz operations ::wsdb::operations::biz portTypes ::wsdb::portTypes::biz port ::wsdb::ports::bizPort binding ::wsdb::bindings::bizSoapBind service ::wsdb::services::bizService server ::wsdb::servers::bizServer}
variable elements
set elements(EchoInvoiceRequest) {EchoInvoiceRequest!elements::biz::invoice EchoInvoiceRequest}
set elements(invoice) {{
{Id!xsd::integer}
{MailAddress!elements::biz::address}
{ShipAddress!elements::biz::address}
{Items!elements::biz::items}
}}
set elements(items) {{
{Item!elements::biz::item {maxOccurs 10}}
}}
set elements(address) {{
{Id!xsd::integer}
{Name!xsd::string}
{LineOne!xsd::string}
{LineTwo!xsd::string}
{City!xsd::string}
{State!xsd::string}
{Zipcode!xsd::string}
}}
set elements(EchoInvoiceResponse) {EchoInvoiceResponse!elements::biz::invoice EchoInvoiceResponse}
set elements(item) {{
{Line!xsd::integer}
{PartNum!xsd::string}
{Description!xsd::string}
{Quantity!xsd::integer}
}}
variable frozen 0
variable host highfivediet.com
variable hostHeader highfivediet.com
variable hostHeaderList highfivediet.com
variable operation EchoInvoiceOperation
variable operations EchoInvoiceOperation
variable port 80
variable portName bizPort
variable portType bizPortType
variable protocol https
variable schemaIsInitialized 1
variable serverName bizServer
variable serviceName bizService
variable showDocument 1
variable soapActionBase https://highfivediet.com/biz
variable targetNamespace http://biz.semitasker.com/biz/
variable tclNamespace ::biz
variable types
variable url /twist/biz/
variable xmlPrefix biz
}
Procedures in ::biz
proc ::biz::EchoInvoice {
EchoInvoiceRequest
} {
return $Invoice
}