Hi, I am new to building web services in Java, even though I have been using Java for several years mostly in building web applications.
I have been assigned the task to replace several web services that were previsouly built using some proprietary software, and re-build them in Java. I have started looking into Axis2 several days ago. But the examples I have tried so far do not seem to work the same way as the web services that I am replacing. I have recenly found out that there is no existing WSDL file for the web services that I am converting to Java, and that these web services are invoked via HTTP Post. The client invokes the web service by passing an xml request to them via HTTP Post and then receives back an xml via HTTP Reponse. So it seems that the SOAP examples on the Axis2 website do not apply to me. Should I still use Axis2 in my situation, or how should I go about building these web services in Java? Any suggestions are welcome. Thanks. -Saladin ********************************************************** * Saladin Sharif * e-mail: [EMAIL PROTECTED] * Visit homepage @ http://gaia.ecs.csus.edu/~sharifs ********************************************************** ____________________________________________________________________________________ Need a quick answer? Get one in minutes from people who know. Ask your question on www.Answers.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
