You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ru...@apache.org on 2001/06/07 21:42:52 UTC

cvs commit: xml-axis/java/samples/bidbuy deploy.xml reg.lst

rubys       01/06/07 12:42:51

  Modified:    java/samples/bidbuy deploy.xml reg.lst
  Log:
  Deploy registry service, make localhost the default
  
  Revision  Changes    Path
  1.5       +29 -0     xml-axis/java/samples/bidbuy/deploy.xml
  
  Index: deploy.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/samples/bidbuy/deploy.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- deploy.xml	2001/06/07 14:01:33	1.4
  +++ deploy.xml	2001/06/07 19:42:43	1.5
  @@ -35,4 +35,33 @@
       <bid:Address       classname="samples.bidbuy.Address"/>
       <bid:LineItem      classname="samples.bidbuy.LineItem"/>
     </bean>
  +
  +  <!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * -->
  +
  +  <chain   name="registry"  flow="RPCDispatcher" />
  +
  +  <service name="http://www.soapinterop.org/Register" pivot="registry" >
  +    <option name="className" value="samples.bidbuy.RegistryService" />
  +    <option name="methodName" value="Register" />
  +  </service>
  +
  +  <service name="http://www.soapinterop.org/Unregister" pivot="registry" >
  +    <option name="className" value="samples.bidbuy.RegistryService" />
  +    <option name="methodName" value="Unregister" />
  +  </service>
  +
  +  <service name="http://www.soapinterop.org/Lookup" pivot="registry" >
  +    <option name="className" value="samples.bidbuy.RegistryService" />
  +    <option name="methodName" value="Lookup" />
  +  </service>
  +
  +  <service name="http://www.soapinterop.org/LookupAsString" pivot="registry" >
  +    <option name="className" value="samples.bidbuy.RegistryService" />
  +    <option name="methodName" value="LookupAsString" />
  +  </service>
  +
  +  <bean xmlns:reg="http://www.soapinterop.org/Registry">
  +    <reg:Service classname="samples.bidbuy.Service"/>
  +  </bean>
  +
   </deploy>
  
  
  
  1.3       +1 -0      xml-axis/java/samples/bidbuy/reg.lst
  
  Index: reg.lst
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/samples/bidbuy/reg.lst,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- reg.lst	2001/05/10 00:46:27	1.2
  +++ reg.lst	2001/06/07 19:42:45	1.3
  @@ -1,3 +1,4 @@
  +http://localhost:8080/axis/servlet/AxisServlet
   http://nagoya.apache.org:5089/soap/servlet/rpcrouter
   http://localhost:8080/axis/RegistryService.jws
   http://localhost:81/axis/RegistryService.jws