tags:

views:

7

answers:

0

hello all,

the story: 1. Mobile sends the word "algorithms and programming" (in the J2ME => i use Wsoap client) to Web services. 2. Web services send it to the E-library that has been registered. 3. Each e-library to find the word in its database, and then send the data results from the database to the web services. 4. Web services received, and send it back to Mobile.

I'm still looking for a solution to exchange data between webservices (provider function) and two e-library of images, with the assumption of each e-library has set a SOAP Client (NUSOAP include). My question is, whether nusoap can implement this architecture? Do your friends have a tutorial?