SOAP-WSDL
view release on metacpan or search on metacpan
lib/SOAP/WSDL/Manual/WS_I.pod view on Meta::CPAN
SOAP::WSDL::Server::CGI does not support any content type other than text/xml
and application/xml yet.
=head1 RULES NOT CONFIRMED
=head2 R4001
A RECEIVER MUST accept messages that include the Unicode Byte Order Mark
(BOM).
May automatically work with XML::Parser::Expat, but is not tested yet.
TODO write test. If not confirmed, add encoding support.
=head2 R1002
A RECEIVER MUST accept fault messages that have any number of elements,
including zero, appearing as children of the detail element. Such children
can be qualified or unqualified.
lib/SOAP/WSDL/Manual/WS_I.pod view on Meta::CPAN
In a DESCRIPTION the value of the location attribute of a wsdl:import element
SHOULD be treated as a hint.
The wsdl:import element imports the referenced WSDL definition.
This is rather hard-wired and does not allow one to specify a wsdl:import without
a resolvable location in SOAP::WSDL.
=head2 R4002
A DESCRIPTION MAY include the Unicode Byte Order Mark (BOM).
TODO Test.
=head2 R4003
A DESCRIPTION MUST use either UTF-8 or UTF-16 encoding.
TODO Test whether UTF-16 works.
=head2 R2020
lib/SOAP/WSDL/Manual/WS_I.pod view on Meta::CPAN
A DESCRIPTION MUST NOT use the XML Schema "import" statement to import a
Schema from any document whose root element is not "schema" from the
namespace "http://www.w3.org/2001/XMLSchema".
SOAP::WSDL has no means of generating WSDL definitions.
=head2 R2009
An XML Schema directly or indirectly imported by a DESCRIPTION MAY include
the Unicode Byte Order Mark (BOM).
SOAP::WSDL has no means of generating WSDL definitions.
=head2 R2010
An XML Schema directly or indirectly imported by a DESCRIPTION MUST
use either UTF-8 or UTF-16 encoding.
SOAP::WSDL has no means of generating WSDL definitions.
( run in 0.373 second using v1.01-cache-2.11-cpan-e9daa2b36ef )