Recommend this page to a friend! |
Classes of Cleidson Dias do Nascimento | PHP MTOM SOAP Server | CONTRIBUTING.md | Download |
|
DownloadContributing to MTOM Server SoapContributions to Ignis Inventum Patterns are welcome and appreciated. Please read this document to understand the process for contributing. # MTOM Server SoapSome Web service APIs take as parameters files that may contain binary data. The MTOM W3C recommendation defines how binary data can be transmitted as a binary attachment. This way it avoids the size overhead and the loss in speed of the data transmission. SwA is a W3C Note. It was submitted as a proposal, but it was not adopted by the W3C. Instead, MTOM is the W3C Recommendation for handling binary data in SOAP messages. With the release of SOAP 1.2 additionally the note SOAP 1.2 Attachment Feature was published. This package extends the PHP SOAP server class to be able to decode binary data attachments sent in a SOAP request using MTOM (Message Transmission Optimization Mechanism) or SwA (Soap With Attachments) and can detect binary files encoded more efficiently for transmission and decode the attached binary data for regular SOAP server handling. This package is somewhat inspired in the BeSimple SOAP server package. Contribution processDifferent ways to contribute
All repositories are hosted on GitHub. Pick up any pending feature or bug, big or small, then send us a pull request. Even fixing broken links is a big, big help! How do I start contributingDo you like to code?
Do you like organizing?
|