[wsf-c-dev]PHP WSDL Parser using XSLT
Buddhika Semasinghe
buddhika at wso2.com
Tue Jan 16 00:46:24 PST 2007
Hi;
As we have understood using xslt template and wsdl file, An xml payload
template and a type mapping template for each defined operation should
be generated.
Then we need to obtain function parameters from user invoked function
and fill the corresponding template and send the message.
Received message would be mapped to php types and returned to the php
code by using the type mapping template.So basically we would need
templates, which would handle both wsdl 1.1 and wsdl 2.0.
thanks
Buddhika
Sanjiva Weerawarana wrote:
> Buddhika, have you guys figured out the format you want the results
> in? Let's try to lock that down .. we basically need a language to
> represent types and function signatures right? (Optionally the ability
> to represent a class concept.)
>
> This is a bit radical, but, can you take a look at the XMI (XML Meta
> Interchange) language- its from the OMG .. a serialization of MOF
> (Meta Object Framework). The good thing with it is that its totally
> language independent. I'm a bit concerned it may be focused on an
> object oriented type system but need to investigate a bit.
>
> (This is deja vous for me because of of the main reasons WSDL ended up
> with the interface/binding design was that IBM at the time planned to
> use XMI for formatting messages instead of SOAP. In fact we
> implemented it in Apache SOAP and I think the code is still there.)
>
> Sanjiva.
>
> Buddhika Semasinghe wrote:
>> Hi Jonathan,
>>
>> For dynamic invocation in WSF for PHP, we need a WSDL parser for
>> both server side and client side.As we have discussed ,WSDL parser is
>> going to support for both WSDL 2.0 and WSDL 1.1.And also it includes
>> a schema parsing module which can extract type information from xml
>> message and convert the data back to xml.So we went through the XSLT
>> templates in WSAS-Java that you have written to check whether we can
>> get help from it.It seems to us that which does some WSDL rendering
>> part only. But we need a template for a object model or component
>> model.Could you please give us some guideline and suggestions for
>> this.If you have a sample template similar to this case please let us
>> know..
>>
>>
>> thanks
>>
>> Buddhika
>>
>>
>>
>>
>>
>>
>>
>> _________________________________________
>>
>
More information about the Wsf-c-dev
mailing list