• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

what'e the relationship between SOAP and kSOAP2

 
Ranch Hand
Posts: 119
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am cmpletly new to Web service. If question seems very primitive sorry. But I need to know what is the relationship between SOAP and kSOAP2. I have been working in Android. And Android doesn't support SOAP. It makes use of kSOAP2. But while publishing the SOAP web services I am not makin use of anything related to kSOAP2.
I am consuming the SOAP web service using kSOAP2.

Does that mean SOAP is used for publising the web service and kSOAP2 is used for consuming the web service?

And also whether kSOAP 2 can also be used to publish web service.

I am making use of Axis to publish SOAP web service through Eclispe IDE. I am making use of bottom up approach to publish the web service through tomcat web server.

Please clarify my doubts.

Thanks and Regards,
Anil Deshpande
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The kSOAP2 site at sourceforge very clearly states that the toolkit is intended for:

kSOAP is a SOAP web service client library for constrained Java environments such as Applets or J2ME applications (CLDC / CDC / MIDP).



So - kSOAP2 is NOT a SOAP publishing tool. Also development seems to have stopped years ago - unless there is a newer site?

SOAP is a standard for web service messaging - both client and server sides.

Bill
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Why are you using SOAP for a mobile device? Normally one would use REST.
 
Anil Deshpande
Ranch Hand
Posts: 119
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
@William: thanks for claryfying my doubt. I think I missed the "client" thing while reading.

@Ulf: I was just exploring the possibilities. I had come across some kSOAP based web services in Android. So I was checking it out.

Thanks and for both.
 
Never trust an airline that limits their passengers to one carry on iguana. Put this tiny ad in your shoe:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic