• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Need HELP. Please read here.. =~(

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Really need help in a project on web services. Its on doing a 3-tier architecture web service and searching for other information provided by other web services, using a mobile device.

Basically, it involves the use of XML where it will understand what the server wants/needs, and then returns the best values/information from the other web services connected.

We have very little knowledge on this and we only know that it involves the use of SAAJ and SOAP and XML file.

We are using J2ME to program and no other language.

Please help us.. thank you..
Our deadline is on 15th September 2004..
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
our very own Michael Yuan has written an article on the topic using the open source kSOAP library.
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi.. i am also supposed to do a project similar to you!!

But i need to program out an XML file without any data in it, because the data are stored in a database in the other web services.
It should look something similar to this:

<getDisneyStuff>
<interface1> getSnowWhiteFromWebServiceA </interface1>
<interface2> getLittleMermaidFromWebServiceB </interface2>
<interface3> getCinderellaFromWebServiceC </interface3>
</getDisneyStuff>

How do i proceed on with the codings of this project?
 
Whip out those weird instruments of science and probe away! I think it's a tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic