0 Replies Latest reply on Sep 7, 2004 6:38 PM by jim_stoll

    anybody got any idea where i can stick this ??

      does anyone have an idea where the following snipet of XML is supposed to go. I am trying to invoke the Apache /soap/servlet/messagerouter as specÂ’ed out in the O'Reilly Java Web Services book. i have got a feeling that it should go somewhere in the deployment descriptor for Axis but i haven't been able to find such



      <!--
       For soap web services .... serverName:8080 /soap/servlet/messagerouter
       -->
       <isd:service xmlns:isd="http://xml.apache.org/xml-soap/deployment"
       id="urn:oreilly-jaws-samples" type="message">
       <isd:provider type="java" scope="Application" methods="PurchaseOrder PurchaseOrderWithAttachment">
       <isd:java class="PurchaseOrderAcceptor"/>
       </isd:provider>
       <isd:faultListener>org.apache.soap.server.DOMFaultListener</isd:faultListener>
      </isd:service>