Linux SoftwareProgrammingLibrariesebXML::Message 0.03

ebXML::Message 0.03


ebXML::Message is a Perl module to encapsulate an ebMS message. SYNOPSIS use ebXML::Message; # create new message m
Developer:   ebXML::Message Team
      more software by author →
Price:  0.00
License:   Perl Artistic License
File size:   14K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


ebXML::Message is a Perl module to encapsulate an ebMS message.

SYNOPSIS

use ebXML::Message;

# create new message

my $message = ebXML::Message->new
(
'CPAId' => 'http://www.you.org/cpa/123456',
'Action' => 'NewPurchaseOrder',
'MessageId' => 12,
'RefMessageToId' => 11,
'Service' => ebXML::Message::Service->new
(
VALUE => 'QuoteToCollect',
Type => 'myservicetypes',
),
);

# write SOAP XML using DOM

use XML::Xerses;

# DOM Document
my $target = XML::Xerces::StdOutFormatTarget->new();
$writer->writeNode($target,$message->getOutput('DOM-Doc');

# DOM generated / munged XML
print OUT $message->getOutput('DOM-XML');


# use message with SOAP::Lite to call webservice

use SOAP::Lite;

# SOAP::Data::Builder object
my $result = SOAP::Lite->uri('http://uri.to/WebService')
->proxy('http://uri.to/soap.cgi')
->parts($message->getMIMEParts)
->call($message->getOutput('SOAP-Data'))
->result;

# SOAP::Data::Builder generated / munged XML
print OUT $message->getOutput('SOAP-XML');

An ebXML message encapsulates all the details of an ebMS message.
ebXML is a mechanism for ensuring reliable delivery of XML-based messages via a transport mechanism such as SOAP. For more details on ebXML, see http://www.ebxml.org/
Large portions of this manual page are copied directly from the ebMS 2.0 specification.

Requirements:
  • Perl
    tags ebxml message  message getoutput  soap data  soap lite  out message  data builder  getoutput soap  http uri  result soap  print out  munged xml  message ebxml  ebms message  

    Download ebXML::Message 0.03


     http://mirrors.evolva.ro/CPAN/authors/id/T/TE/TEEJAY/ebXML-Message-0.03.tar.gz


    Authors software

    ebXML::Message 0.03 (by ebXML::Message Team)
    ebXML::Message is a Perl module to encapsulate an ebMS message.

    SYNOPSIS

    use ebXML::Message;

    # create new message

    m


    Similar software

    ebXML::Message 0.03 (by ebXML::Message Team)
    ebXML::Message is a Perl module to encapsulate an ebMS message.

    SYNOPSIS

    use ebXML::Message;

    # create new message

    m

    SOAP::WSDL 1.20 (by Martin Kutter)
    SOAP::WSDL is a Perl module.

    SYNOPSIS

    use SOAP::WSDL;

    my $soap=SOAP::WSDL->new( wsdl => 'http://server.com/ws.wsdl' )

    Ponton X/P 2.4.0 (by Ponton Consulting GmbH)
    Ponton X/P is an ebXML/AS1/AS2 Message Service.

    Ponton X/P is currently in use at over 80 companies in Europe and North America

    SOAP::Data::ComplexType 0.041 (by Eric Rybski)
    SOAP::Data::ComplexType is an abstract class for creating and handling complex SOAP::Data objects.

    SYNOPSIS

    package My:

    SOAP::XML::Client::Generic 1.9 (by Leo Lapworth)
    SOAP::XML::Client::Generic is a Perl module to talk with 'generic' webservices, e.g

    ASNMTAP::Asnmtap::Plugins::SOAP 3.000.010 (by Alex Peeters)

    Webswell Connect 2.0.3 (by Webswell Inc.)
    Webswell Connect is an e-business integration framework based on the ebXML standard

    Mail::Message::Convert 2.066 (by Mark Overmeer)
    Mail::Message::Convert is a Perl module for conversions between message types.

    INHERITANCE

    Mail::Message::Convert
    is a Mai

    SOAP::Data 0.69 (by Paul Kulchenko, Randy J. Ray and Byrne Reese)
    SOAP::Data is a Perl class that provides the means by which to explicitly manipulate and control all aspects of the way in which Perl

    Mail::Message::Body 2.065 (by Mark Overmeer)
    Mail::Message::Body is the data of a body in a message.

    INHERITANCE

    Mail::Message::Body has extra code in
    Mail::Message::B


    Other software in this category

    zlib 1.2.3 (by Jean-loup Gailly)
    zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

    libjpeg v6b (by Independent JPEG Group)
    libjpeg is a library for handling the JPEG (JFIF) image format

    OpenSSL 0.9.7c (by The OpenSSL Project Team)
    The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

    libxml2 2.6.27 (by DV)
    Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

    GNU C library 2.4 (by Andreas Jaeger)
    GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

    GNU C library is us

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags