Code Monkey home page Code Monkey logo

besimplesoapserver's People

Contributors

alexeymorozov avatar aschamberger avatar christiankerl avatar francisbesset avatar hason avatar lsmith77 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

besimplesoapserver's Issues

Argument for WSDL

Hello, after some search in your code, i haven't seen anything about creating argument instead of element, at the wsdl generation. Did i missed something? Or would you consider implementing it?

Currently, I can only generate things like this:

<xsd:element name="origin" type="xsd:int"/>

And i would like to generate things like this:

<xsd:attribute name="origin" type="xsd:int"/>

Thank you !

composer / packagist

Hi,

Do you expect to have a composer (packagist) compatibility soon ?
It would be more convenient to use your bundle in Symfony 2.1.

Thx

SoapServer Documentation

Hi,

Sorry for the issue creation, as this is not really an issue. I tried to search all over and couldn't find documentation on how to use the SoapServer inside a Laravel project.

Do you have any docs on that area ?

Really appreciate
Jose

MTOM response

When providing \BeSimple\SoapServer\SoapServer with option
'attachment_type' => \BeSimple\SoapCommon\Helper::ATTACHMENTS_TYPE_MTOM
two \BeSimple\SoapCommon\SoapResponseFilter filters are registered (MimeFilter and XmlMimeFilter)

When response has attachments MimeFilter create multipart message and overwrites \BeSimple\SoapCommon\SoapResponse $content property with it.

Next filter (XmlMimeFilter) tries to create\DOMDocument from \BeSimple\SoapCommon\SoapResponse $content (contains multipart message string, not plain XML), as expected, fails with PHP warning PHP Warning: DOMDocument::loadXML(): Start tag expected, '&lt;' not found in Entity, line: 2 in /var/www/vendor/besimple/soap-common/BeSimple/SoapCommon/SoapMessage.php on line 197

To my understanding last filter executed on response should be MimeFilter.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.