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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
MentalWealth
Forum Newbie
Posts: 19
Joined: Thu Apr 13, 2006 5:20 am

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

Post 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
Post Reply