The Artima Developer Community
Sponsored Link

Java Buzz Forum
PEAR:SOAP and kSoap

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Marc Logemann

Posts: 594
Nickname: loge
Registered: Sep, 2002

Marc Logemann is founder of www.logentis.de a Java consultancy
PEAR:SOAP and kSoap Posted: Nov 24, 2003 4:49 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Marc Logemann.
Original Post: PEAR:SOAP and kSoap
Feed Title: Marc's Java Blog
Feed URL: http://www.logemann.org/day/index_java.xml
Feed Description: Java related topics for all major areas. So you will see J2ME, J2SE and J2EE issues here.
Latest Java Buzz Posts
Latest Java Buzz Posts by Marc Logemann
Latest Posts From Marc's Java Blog

Advertisement

combining languages is allways lots of fun. In the past this was solved with proprietary middleware solutions like MQSeries or with brutal killer protocols like Corba. Nowadays, you can use more or less simple protocols like SOAP.

I am saying more or less, because even a human readable and understandable protocol like SOAP gets complicated when you dont have too much documentation for a given abstraction library. I want to communicate from a wireless mobile phone to a PHP powered web server. So i am using kSoap on the phone (have not tested wireless messaging API yet) and PEAR:SOAP on the server. PEAR:SOAP is one of the most undocumented APIs i have ever seen and again, i am wondering how PHP wants to enter the enterprise level w/o documenting important libs.

Within java you would easily say: Forget this lib/project, i will take a better documented one. With php you are stuck. As far as i know, there is an experimental C-Plugin to PHP and a no longer maintained NuSoap PHP lib. Not the best choices as it seems. At the end, you start reading through the PHP scripts in order to see whats going on. The basic idea of abstraction from the details is long forgotten then ;-)

At the moment, my simple function calls work ok, but i am allready scared regarding upcoming requests like returning structs...All you have is some sample scripts. Not one line of Class definition or text based documentation. This is why i am still prefering java, besides of all the superior OO features.

Read: PEAR:SOAP and kSoap

Topic: [AHOV 1] Directory Traversal Previous Topic   Next Topic Topic: Design Challenge: Easy-To-Use XML Format for FormLayout Wanted

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use