You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by sv...@apache.org on 2005/03/26 22:50:02 UTC

cvs commit: ws-juddi/webapp/console delete_publisher.jsp footer.html save_publisher.jsp get_registryInfo.jsp find_publisher.jsp get_publisherDetail.jsp

sviens      2005/03/26 13:50:02

  Modified:    webapp/console delete_publisher.jsp footer.html
                        save_publisher.jsp get_registryInfo.jsp
                        find_publisher.jsp get_publisherDetail.jsp
  Log:
  changed msg version to v1 jUDDI API calls)
  
  Revision  Changes    Path
  1.4       +1 -1      ws-juddi/webapp/console/delete_publisher.jsp
  
  Index: delete_publisher.jsp
  ===================================================================
  RCS file: /home/cvs/ws-juddi/webapp/console/delete_publisher.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- delete_publisher.jsp	13 Mar 2005 05:20:26 -0000	1.3
  +++ delete_publisher.jsp	26 Mar 2005 21:50:02 -0000	1.4
  @@ -29,7 +29,7 @@
   <?xml version="1.0" encoding="utf-8"?>
   <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
     <soapenv:Body>
  -    <delete_publisher generic="2.0" xmlns="urn:juddi-org:api_v2">
  +    <delete_publisher generic="1.0" xmlns="urn:juddi-org:api_v1">
         <authInfo>*****</authInfo>
         <publisherID>*****</publisherID>
       </delete_publisher>
  
  
  
  1.3       +2 -2      ws-juddi/webapp/console/footer.html
  
  Index: footer.html
  ===================================================================
  RCS file: /home/cvs/ws-juddi/webapp/console/footer.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- footer.html	26 Mar 2005 21:46:12 -0000	1.2
  +++ footer.html	26 Mar 2005 21:50:02 -0000	1.3
  @@ -3,11 +3,11 @@
   <td valign="top">
   <div class="link">
   <strong>jUDDI API</strong> (proprietary)<br/>
  -<a href="delete_publisher.jsp" title="The delete_publisher API call causes one or more instances of publisher data to be deleted from the jUDDI registry.">delete_publisher</a><br/>
  +<a href="get_registryInfo.jsp" title="The get_registryInfo API call is used to get a list of properties published by the jUDDI registry such as registry version or the supported UDDI version.">get_registryInfo</a><br/>
   <a href="find_publisher.jsp" title="The find_publisher API call returns a publisherList message that matches the conditions specified in the arguments.">find_publisher</a><br/> 
   <a href="get_publisherDetail.jsp" title="The get_publisherDetail API call is used to request full information about a known publisher structure.">get_publisherDetail</a><br/> 
  -<a href="get_registryInfo.jsp" title="The get_registryInfo API call is used to get a list of properties published by the jUDDI registry such as registry version or the supported UDDI version.">get_registryInfo</a><br/>
   <a href="save_publisher.jsp" title="The save_publisher API call adds or updates one or more publisher elements.">save_publisher</a>
  +<a href="delete_publisher.jsp" title="The delete_publisher API call causes one or more instances of publisher data to be deleted from the jUDDI registry.">delete_publisher</a><br/>
   <p></p>
   <strong>UDDI Inquiry API</strong><br/>
   <a href="find_business.jsp" title="The find_business API call returns a businessList message that matches the conditions specified in the arguments.">find_business</a><br/>
  
  
  
  1.4       +1 -1      ws-juddi/webapp/console/save_publisher.jsp
  
  Index: save_publisher.jsp
  ===================================================================
  RCS file: /home/cvs/ws-juddi/webapp/console/save_publisher.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- save_publisher.jsp	13 Mar 2005 05:20:26 -0000	1.3
  +++ save_publisher.jsp	26 Mar 2005 21:50:02 -0000	1.4
  @@ -28,7 +28,7 @@
   <?xml version="1.0" encoding="utf-8"?>
   <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
     <soapenv:Body>
  -    <save_publisher generic="2.0" xmlns="urn:juddi-org:api_v2">
  +    <save_publisher generic="1.0" xmlns="urn:juddi-org:api_v1">
         <authInfo>*****</authInfo>
         <publisher 
            publisherID="*****" 
  
  
  
  1.4       +1 -1      ws-juddi/webapp/console/get_registryInfo.jsp
  
  Index: get_registryInfo.jsp
  ===================================================================
  RCS file: /home/cvs/ws-juddi/webapp/console/get_registryInfo.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- get_registryInfo.jsp	13 Mar 2005 05:20:26 -0000	1.3
  +++ get_registryInfo.jsp	26 Mar 2005 21:50:02 -0000	1.4
  @@ -26,7 +26,7 @@
   <?xml version="1.0" encoding="utf-8"?>
   <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
     <soapenv:Body>
  -    <get_registryInfo generic="2.0" xmlns="urn:juddi-org:api_v2"/>
  +    <get_registryInfo generic="1.0" xmlns="urn:juddi-org:api_v2"/>
     </soapenv:Body>
   </soapenv:Envelope>
   <% } %>
  
  
  
  1.4       +1 -1      ws-juddi/webapp/console/find_publisher.jsp
  
  Index: find_publisher.jsp
  ===================================================================
  RCS file: /home/cvs/ws-juddi/webapp/console/find_publisher.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- find_publisher.jsp	13 Mar 2005 05:20:26 -0000	1.3
  +++ find_publisher.jsp	26 Mar 2005 21:50:02 -0000	1.4
  @@ -26,7 +26,7 @@
   <?xml version="1.0" encoding="utf-8"?>
   <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
     <soapenv:Body>
  -    <find_publisher maxRows="100" generic="2.0" xmlns="urn:juddi-org:api_v2">
  +    <find_publisher maxRows="100" generic="1.0" xmlns="urn:juddi-org:api_v1">
         <name>***</name>
       </find_publisher>
     </soapenv:Body>
  
  
  
  1.4       +1 -1      ws-juddi/webapp/console/get_publisherDetail.jsp
  
  Index: get_publisherDetail.jsp
  ===================================================================
  RCS file: /home/cvs/ws-juddi/webapp/console/get_publisherDetail.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- get_publisherDetail.jsp	13 Mar 2005 05:20:26 -0000	1.3
  +++ get_publisherDetail.jsp	26 Mar 2005 21:50:02 -0000	1.4
  @@ -26,7 +26,7 @@
   <?xml version="1.0" encoding="utf-8"?>
   <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
     <soapenv:Body>
  -    <get_publisherDetail generic="2.0" xmlns="urn:juddi-org:api_v2">
  +    <get_publisherDetail generic="1.0" xmlns="urn:juddi-org:api_v1">
         <publisherID>***</publisherID>
       </get_publisherDetail>
     </soapenv:Body>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-cvs-help@ws.apache.org