Thanks, do you have any article which shows how to create web services without the use of AXIS ie 1st generation webservies(plain old no AXIS)?
thanks aziz
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 32767
posted
0
What exactly do you mean by "plain old no Axis"? Before Axis came along, Apache SOAP was common. It did less, was less performant, and implemented older standard. But it was still a SOAP engine. Are you talking about implementing a web service by implementing your own SOAP engine? Or a web service that does not use SOAP?
rahul karwal
Ranch Hand
Joined: Oct 26, 2001
Posts: 73
posted
0
Hi, Ya i want an article which allows me to create web services just with Apache SOAP without AXIS.
thanks aziz
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 32767
posted
0
The Axis article I pointed out earlier has a link to a 4-part series on Apache SOAP in the Resources section.
Jesus Angeles
Ranch Hand
Joined: Feb 26, 2005
Posts: 1985
posted
0
for various hello world stuff for web services, try webservices in 24 hours book....includes doing it in dot net, axis, java, etc.