WEB-Services / SOAP

Moderators: None (Apply to moderate this forum)
Number of threads: 97
Number of posts: 124

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Implement SOAP Client Server Posted by BishP on 17 Aug 2007 at 10:42 PM
Hi all,

I have to implement a SOAP client-server model on Windows as well as on Linux. I am not pretty much sure about which language should I use to implement the same. As far as I know, C, C++, VB, Perl, Python, etc. can be used to implement SOAP applications.
Can you please suggest me which language should I choose to implement my SOAP client-server applications? Is it possible to have the same code working for both Windows and Linux? Also can you suggest me where should I look for the any sort of tutorial?

Thanks and Regards
Report
Re: Implement SOAP Client Server Posted by HackmanC on 19 Aug 2007 at 1:13 AM
I believe the best choice could be Java.
Is very flexible, easy to use, run on a huge list of OS's including Linux and Windows, and have support for SOAP.
This will be my choice : Java, but you can write on any language.
Perl and Python and PHP and Script Languages should be my last choice; because you are writing a "server" application.

If you choose java, you can found all the information you need and even more!, in http://www.sun.com/java site. Look for "The Java Tutorial" for java programming and "The J2EE Tutorial" for SOAP, XML and Web Services info.

Background: I know programming in all those, Python not very much.

Good luck!
Hackman
Report
Re: Implement SOAP Client Server Posted by BishP on 19 Aug 2007 at 11:41 PM
Thanks a lot for your reply.

Now, as the case arises, I have been instructed(by my boss :( ) to implement the application in Python (poor me).

Can I know the reason why you say "Perl and Python and PHP and Script Languages should be my last choice; because you are writing a "server" application"?
Is it tedious to use Python(or other scripting languages) or some other reasons?

Once again thanks a lot for you response. I'll surely look for Java as a better alternative.
Report
Re: Implement SOAP Client Server Posted by HackmanC on 22 Aug 2007 at 2:16 AM
I believe scripting "interpreted" languages lack of the performance of a "compiled" application, even when they could be "Framework"'ed or "RunTime"'ed executed.

I believe those languages where developed to make easy small task that could be time consuming in C++, or languages like it.

Quote:

"Java and Python, however, are an evenly matched pair. On the one hand, Java provides things that Python cannot: a bytecode that has great potential to be compiled and optimized, a broad and rapidly growing user base, and a good deal of marketing hype. On the other, Python has a great array of features for scripting type tasks (which is after all the original goal of Python). Python's dynamic typing is either a blessing or a curse depending on the programmer's personal point of view, and similar things can be said about closures and first class classes. Overall it seems that Java is more suited to development of complicated systems, whereas Python's features may speed prototype development but stand in the way of complicated systems."

A survey of distributed languages
Copyright © 1996 Alex Nicolaou. All rights reserved.
http://www.cgl.uwaterloo.ca/~anicolao/termpaper.html

From Perl:
http://www.perl.com/doc/FMTEYEWTK/versus/
Good luck!
Hackman
Report
Re: Implement SOAP Client Server Posted by BishP on 31 Aug 2007 at 11:22 PM
Geee!! that was an exhaustive answer..

as my project stands today, I am developing minor modules using Python scripts..
there is stage in the execution flow of my project where I need to call a python object (function) from a Visual basic code..

does anyone knows how to call a python function from a VB code?



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.