Page 1 of 1

PEAR SOAP : CONSUME MULTIPLE WSDL/WEB SERVICES VIA PROXY?

Posted: Mon May 15, 2006 2:32 pm
by MentalWealth
HI all.............


i have a property web service created in PHP, i want to be able to consume this web service, and 2 other web services, and allow interaction as if it were one service.


how do i consume MULTIPLE web services in PHP/PEAR:SOAP?????

i believe i have to create a proxy, which handles all the services being consumed, and acts like a gateway between the user client, and the multiple services.

I CAN FIND NO INFO ON THIS ANYWHERE! can anyone suggest some keywords, links, anything that may be what i am after?

anyone consumed several services before that has any advice? At the minute i am thinking of manually creating a proxy somehow, and constructing a main WSDL out of the CONSUMED WSDLs. (just idea at min - think i could add access/response types of all consumed WSDLs into a MAIN WSDL through dispatch_map....hmmmmm).


please help!

MW