Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / December 2005

Tip: Looking for answers? Try searching our database.

SOAP server (newcomer q)

Thread view: 
Alto - 15 Dec 2005 10:54 GMT
Hello,
I'm new in this field so it's can be really silly question.
We have a mediation application that need to get some SOAP messages and
translate them.
I'm looking for the best way to implement the SOAP server, if it's
possible to do it without a web server? (I have a problem to install
Apache/Tomcat servers in our environment)
I already implemented simple HTTP server in the past and looking for
the best way (if possible) to extend it to handle SOAP requests.
I'll be happy for every direction how to do it best.
iksrazal@gmail.com - 15 Dec 2005 13:01 GMT
> Hello,
> I'm new in this field so it's can be really silly question.
[quoted text clipped - 6 lines]
> the best way (if possible) to extend it to handle SOAP requests.
> I'll be happy for every direction how to do it best.

The axis2 implementation of SOAP also supports straight TCP and SMTP.

http://ws.apache.org/axis2/Axis2ArchitectureGuide.html

Writing your own HTTP server would also require a servlet container and
the SOAP protocal on top of that. I recommend just using TCP or SMTP.

HTH,
iksrazal
http://www.braziloutsource.com/
Wanna - 16 Dec 2005 11:15 GMT
>>Hello,
>>I'm new in this field so it's can be really silly question.
[quoted text clipped - 17 lines]
> iksrazal
> http://www.braziloutsource.com/

an alternative to axis2 would be using XFire (http://xfire.codehaus.org)
XFire is a lightweight implementation of SOAP.

the good point is in it's use of Stax pull parser that is way faster
plus you can deploy it in your container like a war file, not aar files
cos it seems Axis2 still have some problems with hot deployements
iksrazal@gmail.com - 16 Dec 2005 13:35 GMT
> an alternative to axis2 would be using XFire (http://xfire.codehaus.org)
> XFire is a lightweight implementation of SOAP.
>
> the good point is in it's use of Stax pull parser that is way faster
> plus you can deploy it in your container like a war file, not aar files
> cos it seems Axis2 still have some problems with hot deployements

I'm sure XFire is a fine system. However, axis2 also uses Stax and I
can assure you axis2 does not have problems with hot deployment because
I happen to use it. Its possible to promote your favorite framework
without dissing others and you may find that approach to be more
effective.

iksrazal
Alto - 18 Dec 2005 14:36 GMT
Thank's for the useful info.
Do you know if there are problems to connect to this TCP SOAP server
from .Net clients or any others?


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.