NAME

XML::Compile::SOAP12::Client - SOAP1.2 client needs

INHERITANCE

XML::Compile::SOAP12::Client
  is a XML::Compile::SOAP12
  is a XML::Compile::SOAP

XML::Compile::SOAP12::Client
  is a XML::Compile::SOAP::Client

SYNOPSIS

DESCRIPTION

METHODS

Constructors

$obj->new(OPTIONS)

Option            --Defined in     --Default
encoding_ns         XML::Compile::SOAP  http://www.w3.org/2003/05/soap-encoding
envelope_ns         XML::Compile::SOAP  http://www.w3.org/2003/05/soap-envelope
header_fault        XML::Compile::SOAP12  error
media_type          XML::Compile::SOAP  application/soap+xml
rpc_ns              XML::Compile::SOAP12  http://www.w3.org/2003/05/soap-rpc
schema_instance_ns  XML::Compile::SOAP  $schema_ns . '-instance'
schema_ns           XML::Compile::SOAP  SCHEMA2001
schemas             XML::Compile::SOAP  created internally
version             XML::Compile::SOAP  'SOAP12'

. encoding_ns => URI

. envelope_ns => URI

. header_fault => <anything>

. media_type => MIMETYPE

. rpc_ns => URI

. schema_instance_ns => URI

. schema_ns => URI

. schemas => XML::Compile::Schema object

. version => STRING

Accessors

$obj->encodingNS

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

$obj->envelopeNS

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

$obj->prefixPreferences(TABLE, NEW, [USED])

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

$obj->rpcNS

See "Accessors" in XML::Compile::SOAP12

$obj->schemaInstanceNS(() {shift->{schemains}})

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

$obj->schemaNS

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

$obj->schemas

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

$obj->version

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

Single messages

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

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

$obj->importDefinitions(XMLDATA, OPTIONS)

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

$obj->messageStructure(XML)

XML::Compile::SOAP12::Client->messageStructure(XML)

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

Sender (internals)

$obj->sender(ARGS)

See "Sender (internals)" in XML::Compile::SOAP

$obj->writerCreateBody(BODY-DEFS, NAMESPACE-TABLE, OPTS)

See "Sender (internals)" in XML::Compile::SOAP

$obj->writerCreateFault(FAULT-DEFS, NAMESPACE-TABLE, FAULTTYPE)

See "Sender (internals)" in XML::Compile::SOAP

$obj->writerCreateHeader(HEADER-DEFS, NS-TABLE, UNDERSTAND, DESTINATION, OPTS)

See "Sender (internals)" in XML::Compile::SOAP

$obj->writerCreateRpcEncoded(NAMESPACE-TABLE)

See "Sender (internals)" in XML::Compile::SOAP

$obj->writerCreateRpcLiteral(NAMESPACE-TABLE)

See "Sender (internals)" in XML::Compile::SOAP

$obj->writerEncstyleHook(NAMESPACE-TABLE)

See "Sender (internals)" in XML::Compile::SOAP

$obj->writerHook(NAMESPACE, LOCAL, ACTIONS)

See "Sender (internals)" in XML::Compile::SOAP

Receiver (internals)

$obj->readerEncstyleHook

See "Receiver (internals)" in XML::Compile::SOAP

$obj->readerHook(NAMESPACE, LOCAL, ACTIONS)

See "Receiver (internals)" in XML::Compile::SOAP

$obj->readerParseBody(BODYDEF, OPTS)

See "Receiver (internals)" in XML::Compile::SOAP

$obj->readerParseFaults(FAULTSDEF)

See "Receiver (internals)" in XML::Compile::SOAP

$obj->readerParseHeader(HEADERDEF, OPTS)

See "Receiver (internals)" in XML::Compile::SOAP

$obj->receiver(ARGS)

See "Receiver (internals)" in XML::Compile::SOAP

Helpers

Transcoding

$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

Handlers

$obj->compileClient(OPTIONS)

See "Handlers" in XML::Compile::SOAP::Client

Debugging

$obj->fakeServer([FAKE|undef])

XML::Compile::SOAP12::Client->fakeServer([FAKE|undef])

See "Debugging" in XML::Compile::SOAP::Client

DETAILS

SEE ALSO

This module is part of XML-Compile-SOAP distribution version 0.78, built on October 10, 2008. Website: http://perl.overmeer.net/xml-compile/

All modules in this suite: XML::Compile, XML::Compile::SOAP, XML::Compile::SOAP::Daemon, XML::Compile::Tester, XML::Compile::Cache, XML::Rewrite, XML::Compile::Dumper.

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

LICENSE

Copyrights 2007-2008 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