goetas-webservices / wsdl-reader

Pure PHP WSDL reader
10 stars 17 forks source link

WSDL to PHP #1

Open alexis-gruet-deel opened 8 years ago

alexis-gruet-deel commented 8 years ago

Is there a way to "converge" the wdsl-reader and xsdToPhp ?

goetas commented 8 years ago

im working on it, currently works with soap adding --soap-messages on the xsd2php fork https://github.com/goetas-webservices/xsd2php

im working on merging all this libs in a single suite.. but the way is pretty long

alexis-gruet commented 8 years ago

Thanks for your answer, i know... what your trying to achieve is not easy at all.

fyi, i'm working on the backport of wso2-wsf-php (client-only as a first step) and i was seeking for a clever solution from the wsdl reader to code generation. I tried with success xsdtophp and it works pretty-well.

I'm really interested to include this in the wso2 back port. Anyway... please could you kindly let this issue open and advice when you will get ready ?

goetas commented 8 years ago

ok, will keep you posted

goetas commented 8 years ago

@alexis-gruet just to let you know that now https://github.com/goetas-webservices libs are ready :)

only https://github.com/goetas-webservices/soap-server will get some big changes

alexis-gruet commented 8 years ago

Hi @goetas,

Great news and thanks for your contrib !