[wsf-c-dev] WSDL parser for php extension

nandika at wso2.com nandika at wso2.com
Mon Jan 1 22:21:37 PST 2007


Hi all,

To enable wsdl mode for the discussed API with both
( WSDL 2.0 and WSDL 1.1 )we need following.

WSDL parser (which support WSDL2.0 and WSDL1.1) and a schema parser
Encoding module which can extract type information from xml message and
convert data back to xml.

There are few options available.

1. Using XSLT ,
    There are some xslt templates in wsas which do WSDL rendering.
    We have to look in to this to understand how this actually
    work in PHP case. James has suggested that this technique would be slow.

2. Using WODEN and XML Schema modules in axis2
    In this case, These two modules need quite a bit of testing since
    they were not tested much, and probably they will need a lot of bug
    fixing before we can use them.

3. Are there any other wsdl parsers we can use ?

Suggestions are most welcome.

Thanks
Nandika




More information about the Wsf-c-dev mailing list