Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Show Posts

| * |

  Show Posts
Pages: [1]
1  Announcements and General Discussion / Architecture / Webservice configuration on: May 05, 2010, 11:25:04
Hi,

I am building my first PureMVC app, and I am more familiar with Mate.

My app is reading a XML config file at startup. This XML config file contains the location of a webservice WSDL. Then, my app has to query some web methods  of this webservice.

Here are my question: I am implementing a Proxy per WebMethod, but in each of these Proxy I am initializing a WebService (Load WSDL ...) using the config oject I pass in the notification.
Is there a way to avoid this ? By initializing only one WebService and using it in the differents Proxy ?

Thanks !
Pages: [1]