Quick question ... maybe someone can give their quick opinion ... I am developing an application which currently using XML-RPC over/inside a servlet to communicate but I'd like to support the same operation with SOAP 1.1 via Axis (without having to *use* the whole Axis system/servlet/WSDD/etc).
Is there anyway I could allow my servlet to do both? Is there a simple example of how to use Axis just for the SOAP portion (embedded), if I understand correctly if I use my servlet vs. a broker object then the WSDL (from Axis) will report all the methods on the servlet which I don't want. - Jon