Bug 119421 - [NEW PORT] net/p5-XML-Compile-SOAP: Base-class for SOAP implementations
Summary: [NEW PORT] net/p5-XML-Compile-SOAP: Base-class for SOAP implementations
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-07 15:30 UTC by tjs
Modified: 2008-01-12 16:50 UTC (History)
0 users

See Also:


Attachments
p5-XML-Compile-SOAP-0.65.shar (5.70 KB, text/plain)
2008-01-07 15:30 UTC, tjs
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description tjs 2008-01-07 15:30:03 UTC
This module handles the SOAP protocol. The first implementation is SOAP1.1
(http://www.w3.org/TR/2000/NOTE-SOAP-20000508/), which is still most often
used. The SOAP1.2 definition (http://www.w3.org/TR/soap12/) is quite
different; this module tries to define a sufficiently abstract interface to
hide the protocol differences.

Be aware that there are three kinds of SOAP:

1. Document style (literal) SOAP, where there is a WSDL file which explicitly
types all out-going and incoming messages. Very easy to use. 
2. RPC style SOAP literal. The WSDL file is not explicit about the content of
the messages, but all messages must be schema defined types. 
3. RPC style SOAP encoded. The sent data is nowhere described formally. The data
is transported in some ad-hoc way. 

WWW:	http://search.cpan.org/dist/XML-Compile-SOAP/

Generated with FreeBSD Port Tools 0.77
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2008-01-07 15:32:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-01-12 16:40:27 UTC
miwi        2008-01-12 16:40:22 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/p5-XML-Compile-SOAP Makefile distinfo pkg-descr pkg-plist 
  Log:
  This module handles the SOAP protocol. The first implementation is SOAP1.1
  (http://www.w3.org/TR/2000/NOTE-SOAP-20000508/), which is still most often
  used. The SOAP1.2 definition (http://www.w3.org/TR/soap12/) is quite
  different; this module tries to define a sufficiently abstract interface to
  hide the protocol differences.
  WWW:    http://search.cpan.org/dist/XML-Compile-SOAP/
  
  PR:             ports/119421
  Submitted by:   Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
  
  Revision  Changes    Path
  1.1958    +1 -0      ports/net/Makefile
  1.1       +36 -0     ports/net/p5-XML-Compile-SOAP/Makefile (new)
  1.1       +3 -0      ports/net/p5-XML-Compile-SOAP/distinfo (new)
  1.1       +16 -0     ports/net/p5-XML-Compile-SOAP/pkg-descr (new)
  1.1       +55 -0     ports/net/p5-XML-Compile-SOAP/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2008-01-12 16:40:37 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!