[phpsoa] Re: contents of next release

2007-04-24 Thread Rob
On 23 Apr, 10:21, Caroline Maynard <[EMAIL PROTECTED]> wrote: > Matthew, you've probably forgotten the reason it's done this way - the > automated build system for Windows extensions (pecl4win) can only work > by taking the code in HEAD. It ignores all tags and branches. Are you sure about this?

[phpsoa] SCA and WSDL: what to do when SOAP-ENC is missing ?

2007-04-24 Thread cem
One of our long-running bugs is http://pecl.php.net/bugs/bug.php?id=8428, where a remote WSDL depends for its type definitions on an import like so: http://schemas.xmlsoap.org/soap/encoding/"/> ... The unfortunate thing about this import is that it are missing a schemaLocation attribute. As it

[phpsoa] Re: SCA and WSDL: what to do when SOAP-ENC is missing ?

2007-04-24 Thread simonslaws
On 24 Apr, 22:22, cem <[EMAIL PROTECTED]> wrote: > One of our long-running bugs ishttp://pecl.php.net/bugs/bug.php?id=8428, > where a remote WSDL depends for its type definitions on an import like > so: > > > > http://schemas.xmlsoap.org/soap/encoding/"/> > ... > > The unfortunate thing about