[wsf-c-dev] [PHP] Supporting SOAP ext API

Samisa Abeysinghe samisa at wso2.com
Mon Feb 5 00:22:34 PST 2007


James Clark wrote:
> On Mon, 2007-02-05 at 13:53 +0600, Samisa Abeysinghe wrote:
>   
>>  When I said, "some of the features we would not 
>> be able to support", I should have mentioned  "without changes to 
>> current Axis2/C". e.g.  to support getLastRequestHeaders and 
>> getLastResponseHeaders we need to expose http transport headers form 
>> Axis2/C which is not done currently. (Or we have to see how it can be 
>> done at PHP level)
>>     
>
> Got it.
>
> Let me check my understanding. On the server side, we get at the request
> through PHP, right.  
Correct.
> What about RM? With RM, do we have own listener
> that doesn't go through PHP?  
Using separate listener was problematic with PHP. So we use same channel 
model, meaning we go through PHP.
> On the client side, Axis2 acts as an HTTP
> client using its own transport.  Is that right?
>   
Correct.
> Is there anything other than getLastRequestHeaders and
> getLastResponseHeaders?
>   
We have to also support compression. (compression is an option on 
client. I thought I can look into the SOAP ext code and reuse some of 
their stuff to
support that)

Samisa...




More information about the Wsf-c-dev mailing list