NAME

XML::Compile::SOAP10 - SOAP11 HTTP-GET/POST

INHERITANCE

 XML::Compile::SOAP10
   is a XML::Compile::SOAP

SYNOPSIS

 # See XML::Compile::SOAP for global usage examples.

DESCRIPTION

WSDL 1.1 defines HTTP-GET and HTTP-POST bindings, which are nowhere described (as far as I know). So, it is unclear where they came from. Probably from the time before SOAP 1.1. For simplicity, I name this SOAP 1.0. There is no SOAP 1.0 standard.

See documentation in the base class.

METHODS

See documentation in the base class.

Constructors

See documentation in the base class.

$obj->new(OPTIONS)
 -Option    --Defined in        --Default
  media_type  XML::Compile::SOAP  application/soap+xml
  schemas     XML::Compile::SOAP  created internally
media_type => MIMETYPE
schemas => XML::Compile::Cache object

Accessors

See documentation in the base class.

$obj->name()

See "Accessors" in XML::Compile::SOAP

$obj->schemas()

See "Accessors" in XML::Compile::SOAP

$obj->version()

See "Accessors" in XML::Compile::SOAP

Single message

See documentation in the base class.

$obj->compileMessage(('SENDER'|'RECEIVER'), OPTIONS)

See "Single message" in XML::Compile::SOAP

$obj->messageStructure(XML)
XML::Compile::SOAP10->messageStructure(XML)

See "Single message" in XML::Compile::SOAP

Helpers

See documentation in the base class.

Transcoding

See documentation in the base class.

$obj->replyMustUnderstandFault(TYPE)

See "Transcoding" in XML::Compile::SOAP

$obj->roleAbbreviation(URI)

See "Transcoding" in XML::Compile::SOAP

$obj->roleURI(URI|STRING)

See "Transcoding" in XML::Compile::SOAP

DETAILS

See documentation in the base class.

SEE ALSO

This module is part of XML-Compile-SOAP distribution version 2.38, built on August 22, 2013. Website: http://perl.overmeer.net/xml-compile/

Other distributions in this suite: XML::Compile, XML::Compile::SOAP, XML::Compile::SOAP12, XML::Compile::SOAP::Daemon, XML::Compile::SOAP::WSA, XML::Compile::C14N, XML::Compile::WSS, XML::Compile::WSS::Signature, XML::Compile::Tester, XML::Compile::Cache, XML::Compile::Dumper, XML::Compile::RPC, XML::Rewrite and XML::LibXML::Simple.

Please post questions or ideas to the mailinglist at http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/xml-compile . For live contact with other developers, visit the #xml-compile channel on irc.perl.org.

LICENSE

Copyrights 2007-2013 by [Mark Overmeer]. For other contributors see ChangeLog.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://www.perl.com/perl/misc/Artistic.html