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/13 21:11:09 UTC

cvs commit: ws-juddi/webapp/console save_business.jsp discard_authToken.jsp get_authToken.jsp save_service.jsp get_registeredInfo.jsp get_assertionStatusReport.jsp save_binding.jsp get_publisherAssertions.jsp set_publisherAssertions.jsp save_tModel.jsp

sviens      2005/03/13 12:11:09

  Modified:    webapp/console save_business.jsp discard_authToken.jsp
                        get_authToken.jsp save_service.jsp
                        get_registeredInfo.jsp
                        get_assertionStatusReport.jsp save_binding.jsp
                        get_publisherAssertions.jsp
                        set_publisherAssertions.jsp save_tModel.jsp
  Log:
  Completed API call description text and hyperlinks to spec docs.
  
  Revision  Changes    Path
  1.4       +14 -25    ws-juddi/webapp/console/save_business.jsp
  
  Index: save_business.jsp
  ===================================================================
  RCS file: /home/cvs/ws-juddi/webapp/console/save_business.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- save_business.jsp	13 Mar 2005 05:20:26 -0000	1.3
  +++ save_business.jsp	13 Mar 2005 20:11:09 -0000	1.4
  @@ -10,24 +10,13 @@
   
   <h3><%= requestName%></h3>
   <div class="link">
  -The save_business API call is used to save or update information about a 
  -complete businessEntity element.  This API has the broadest scope of all 
  -of the save_xx API calls in the publisher API, and can be used to make 
  -sweeping changes to the published information for one or more businessEntity 
  -elements controlled by an individual.
  -If any error occurs in processing this API call, a dispositionReport element 
  -will be returned to the caller within a SOAP Fault containing an error number 
  -indicating 
  -<a href="/uddi_errors#E_authTokenExpired">E_authTokenExpired</a>, 
  -<a href="/uddi_errors#E_authTokenRequired">E_authTokenRequired</a>, 
  -<a href="/uddi_errors#E_invalidKeyPassed">E_invalidKeyPassed</a>, 
  -<a href="/uddi_errors#E_invalidProjection">E_invalidProjection</a>, 
  -<a href="/uddi_errors#E_userMismatch">E_userMismatch</a>, 
  -<a href="/uddi_errors#E_invalidValue">E_invalidValue</a>, 
  -<a href="/uddi_errors#E_requestTimeout">E_requestTimeout</a>, 
  -<a href="/uddi_errors#E_valueNotAllowed">E_valueNotAllowed</a> or 
  -<a href="/uddi_errors#E_accountLimitExceeded">E_accountLimitExceeded</a> 
  -error was encountered.
  +The <a href="uddiv2api.html#_Toc25137743" target="doc">save_business</a> API call is used 
  +to save or update information about a complete <a href="uddiv2data.html#_Toc25130756" target="doc">businessEntity</a> 
  +element. If an error occurs while processing this API call, a 
  +<a href="uddiv2api.html#_Toc25137750" target="doc">dispositionReport</a> element 
  +will be returned to the caller within a <a href="uddiv2api.html#_Toc25137756" target="doc">SOAP 
  +Fault</a> containing information about the <a href="uddiv2api.html#_Toc25137748" target="doc">error</a> that 
  +was encountered.
   </div>
   
   <form method="post" action="controller.jsp">
  @@ -40,15 +29,15 @@
   <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
     <soapenv:Body>
       <save_business generic="2.0" xmlns="urn:uddi-org:api_v2">
  -      <authInfo>*****</authInfo>
  +      <authInfo>***</authInfo>
         <businessEntity businessKey="">
  -        <name xml:lang="en">*****</name>
  -        <description xml:lang="en">*****</description>
  +        <name>***</name>
  +        <description>***</description>
           <contacts>
  -          <contact useType="*****">
  -            <personName>*****</personName>
  -            <phone>*****</phone>
  -            <email>*****</email>
  +          <contact useType="***">
  +            <personName>***</personName>
  +            <phone>***</phone>
  +            <email>***</email>
             </contact>
           </contacts>
         </businessEntity>
  
  
  
  1.4       +1 -1      ws-juddi/webapp/console/discard_authToken.jsp
  
  Index: discard_authToken.jsp
  ===================================================================
  RCS file: /home/cvs/ws-juddi/webapp/console/discard_authToken.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- discard_authToken.jsp	13 Mar 2005 05:20:26 -0000	1.3
  +++ discard_authToken.jsp	13 Mar 2005 20:11:09 -0000	1.4
  @@ -33,7 +33,7 @@
   <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
     <soapenv:Body>
       <discard_authToken generic="2.0" xmlns="urn:uddi-org:api_v2">
  -      <authInfo>*****</authInfo>
  +      <authInfo>***</authInfo>
       </discard_authToken>
     </soapenv:Body>
   </soapenv:Envelope>
  
  
  
  1.4       +10 -14    ws-juddi/webapp/console/get_authToken.jsp
  
  Index: get_authToken.jsp
  ===================================================================
  RCS file: /home/cvs/ws-juddi/webapp/console/get_authToken.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- get_authToken.jsp	13 Mar 2005 05:20:26 -0000	1.3
  +++ get_authToken.jsp	13 Mar 2005 20:11:09 -0000	1.4
  @@ -10,18 +10,14 @@
   
   <h3><%= requestName%></h3>
   <div class="link">
  -The get_authToken API call is used to obtain an authentication token.  
  -Authentication tokens are opaque values that are required for all other 
  -publisher API calls.  This message is not required for Operator Sites that 
  -have an external mechanism defined for users to get an authentication 
  -token.  This API is provided for implementations that do not have some 
  -other method of obtaining an authentication token or certificate, or 
  -that choose to use user ID and password based authentication.
  -If any error occurs in processing this API call, a dispositionReport element 
  -will be returned to the caller within a SOAP Fault containing an error number 
  -indicating an
  -<a href="/uddi_errors#E_unknownUser">E_unknownUser</a> 
  -error was encountered.
  +The <a href="uddiv2api.html#_Toc25137739" target="doc">get_authToken</a> API call 
  +is used to obtain an authentication token (<a href="uddiv2data.html#_Toc25130794" target="doc">authToken</a>). Authentication 
  +tokens are opaque values that are required for all other publisher API calls. If an 
  +error occurs while processing this API call, a 
  +<a href="uddiv2api.html#_Toc25137750" target="doc">dispositionReport</a> element 
  +will be returned to the caller within a <a href="uddiv2api.html#_Toc25137756" target="doc">SOAP 
  +Fault</a> containing information about the <a href="uddiv2api.html#_Toc25137748" target="doc">error</a> that 
  +was encountered.
   </div>
   
   <form method="post" action="controller.jsp">
  @@ -34,8 +30,8 @@
   <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
     <soapenv:Body>
       <get_authToken generic="2.0" xmlns="urn:uddi-org:api_v2" 
  -      userID="*****" 
  -      cred="*****"/>
  +      userID="***" 
  +      cred="***"/>
     </soapenv:Body>
   </soapenv:Envelope>
   <% } %>
  
  
  
  1.4       +14 -20    ws-juddi/webapp/console/save_service.jsp
  
  Index: save_service.jsp
  ===================================================================
  RCS file: /home/cvs/ws-juddi/webapp/console/save_service.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- save_service.jsp	13 Mar 2005 05:20:26 -0000	1.3
  +++ save_service.jsp	13 Mar 2005 20:11:09 -0000	1.4
  @@ -10,19 +10,13 @@
   
   <h3><%= requestName%></h3>
   <div class="link">
  -The save_service API call adds or updates one or more businessService elements.
  -If any error occurs in processing this API call, a dispositionReport element 
  -will be returned to the caller within a SOAP Fault containing an error number 
  -indicating 
  -<a href="/uddi_errors#E_authTokenExpired">E_authTokenExpired</a>, 
  -<a href="/uddi_errors#E_authTokenRequired">E_authTokenRequired</a>, 
  -<a href="/uddi_errors#E_invalidKeyPassed">E_invalidKeyPassed</a>, 
  -<a href="/uddi_errors#E_userMismatch">E_userMismatch</a>, 
  -<a href="/uddi_errors#E_invalidValue">E_invalidValue</a>, 
  -<a href="/uddi_errors#E_requestTimeout">E_requestTimeout</a>, 
  -<a href="/uddi_errors#E_valueNotAllowed">E_valueNotAllowed</a> or 
  -<a href="/uddi_errors#E_accountLimitExceeded">E_accountLimitExceeded</a> 
  -error was encountered.
  +The <a href="uddiv2api.html#_Toc25137744" target="doc">save_service</a> API call is used 
  +to add or update one or more <a href="uddiv2data.html#_Toc25130765" target="doc">businessService</a> 
  +elements. If an error occurs while processing this API call, a 
  +<a href="uddiv2api.html#_Toc25137750" target="doc">dispositionReport</a> element 
  +will be returned to the caller within a <a href="uddiv2api.html#_Toc25137756" target="doc">SOAP 
  +Fault</a> containing information about the <a href="uddiv2api.html#_Toc25137748" target="doc">error</a> that 
  +was encountered.
   </div>
   
   <form method="post" action="controller.jsp">
  @@ -35,18 +29,18 @@
   <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
     <soapenv:Body>
       <save_service generic="2.0" xmlns="urn:uddie-org:api_v2">
  -      <authInfo>*****</authInfo>
  -      <businessService businessKey="*****" serviceKey="">
  -        <name xml:lang="en">*****</name>
  -        <description xml:lang="en">*****</description>
  +      <authInfo>***</authInfo>
  +      <businessService businessKey="***" serviceKey="">
  +        <name>***</name>
  +        <description>***</description>
           <bindingTemplates>
             <bindingTemplate bindingKey="">
  -            <accessPoint URLType="http">*****</accessPoint>
  +            <accessPoint URLType="http">***</accessPoint>
               <tModelInstanceDetails>
  -              <tModelInstanceInfo tModelKey="*****">
  +              <tModelInstanceInfo tModelKey="***">
                   <instanceDetails>
                     <overviewDoc>
  -                    <overviewURL>*****</overviewURL>
  +                    <overviewURL>***</overviewURL>
                     </overviewDoc>
                   </instanceDetails>
                 </tModelInstanceInfo>
  
  
  
  1.4       +9 -10     ws-juddi/webapp/console/get_registeredInfo.jsp
  
  Index: get_registeredInfo.jsp
  ===================================================================
  RCS file: /home/cvs/ws-juddi/webapp/console/get_registeredInfo.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- get_registeredInfo.jsp	13 Mar 2005 05:20:26 -0000	1.3
  +++ get_registeredInfo.jsp	13 Mar 2005 20:11:09 -0000	1.4
  @@ -10,15 +10,14 @@
   
   <h3><%= requestName%></h3>
   <div class="link">
  -The get_registeredInfo API call is used to get an abbreviated list of all 
  -businessEntity and tModel data that are controlled by the individual 
  -associated with the credentials passed.
  -If any error occurs in processing this API call, a dispositionReport element 
  -will be returned to the caller within a SOAP Fault containing an error number 
  -indicating an
  -<a href="/uddi_errors#E_authTokenExpired">E_authTokenExpired</a> or 
  -<a href="/uddi_errors#E_authTokenRequired">E_authTokenRequired</a> 
  -error was encountered.
  +The <a href="uddiv2api.html#_Toc25137741" target="doc">get_registeredInfo</a> API call 
  +is used to obtain an abbreviated list of all <a href="uddiv2data.html#_Toc25130756" target="doc">businessEntity</a> 
  +and <a href="uddiv2data.html#_Toc25130775" target="doc">tModel</a> data that are controlled 
  +by the individual associated with the credentials passed. If an error occurs while processing this API call, a 
  +<a href="uddiv2api.html#_Toc25137750" target="doc">dispositionReport</a> element 
  +will be returned to the caller within a <a href="uddiv2api.html#_Toc25137756" target="doc">SOAP 
  +Fault</a> containing information about the <a href="uddiv2api.html#_Toc25137748" target="doc">error</a> that 
  +was encountered.
   </div>
   
   <form method="post" action="controller.jsp">
  @@ -31,7 +30,7 @@
   <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
     <soapenv:Body>
       <get_registeredInfo generic="2.0" xmlns="urn:uddi-org:api_v2">
  -      <authInfo>*****</authInfo>
  +      <authInfo>***</authInfo>
       </get_registeredInfo>
     </soapenv:Body>
   </soapenv:Envelope>
  
  
  
  1.4       +11 -15    ws-juddi/webapp/console/get_assertionStatusReport.jsp
  
  Index: get_assertionStatusReport.jsp
  ===================================================================
  RCS file: /home/cvs/ws-juddi/webapp/console/get_assertionStatusReport.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- get_assertionStatusReport.jsp	13 Mar 2005 05:20:26 -0000	1.3
  +++ get_assertionStatusReport.jsp	13 Mar 2005 20:11:09 -0000	1.4
  @@ -10,19 +10,15 @@
   
   <h3><%= requestName%></h3>
   <div class="link">
  -The get_assertionStatusReport API call provides administrative support for 
  -determining the status of current and outstanding publisher assertions that 
  -involve any of the business registrations managed by the individual publisher 
  -account.  Using this message, a publisher can see the status of assertions 
  -that they have made, as well as see assertions that others have made that 
  -involve businessEntity structures controlled by the calling publisher account.
  -If any error occurs in processing this API call, a dispositionReport element 
  -will be returned to the caller within a SOAP Fault containing an error number 
  -indicating an
  -<a href="/uddi_errors#E_invalidCompletionStatus">E_invalidCompletionStatus</a>, 
  -<a href="/uddi_errors#E_authTokenExpired">E_authTokenExpired</a> or 
  -<a href="/uddi_errors#E_authTokenRequired">E_authTokenRequired</a> error was 
  -encountered.
  +The <a href="uddiv2api.html#_Toc25137738" target="doc">get_assertionStatusReport</a> API call 
  +provides administrative support for determining the status of current and outstanding 
  +<a href="uddiv2data.html#_Toc25130781" target="doc">publisherAssertions</a> that 
  +involve any of the <a href="uddiv2data.html#_Toc25130756" target="doc">businessEntity</a> 
  +registrations managed by the individual publisher account. If an error occurs while processing this API call, a 
  +<a href="uddiv2api.html#_Toc25137750" target="doc">dispositionReport</a> element 
  +will be returned to the caller within a <a href="uddiv2api.html#_Toc25137756" target="doc">SOAP 
  +Fault</a> containing information about the <a href="uddiv2api.html#_Toc25137748" target="doc">error</a> that 
  +was encountered.
   </div>
   
   <form method="post" action="controller.jsp">
  @@ -35,8 +31,8 @@
   <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
     <soapenv:Body>
       <get_assertionStatusReport generic="2.0" xmlns="urn:uddi-org:api_v2">
  -      <authInfo>*****</authInfo>
  -      <completionStatus>*****</completionStatus>
  +      <authInfo>***</authInfo>
  +      <completionStatus>***</completionStatus>
       </get_assertionStatusReport>
     </soapenv:Body>
   </soapenv:Envelope>
  
  
  
  1.4       +11 -16    ws-juddi/webapp/console/save_binding.jsp
  
  Index: save_binding.jsp
  ===================================================================
  RCS file: /home/cvs/ws-juddi/webapp/console/save_binding.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- save_binding.jsp	13 Mar 2005 05:20:26 -0000	1.3
  +++ save_binding.jsp	13 Mar 2005 20:11:09 -0000	1.4
  @@ -10,18 +10,13 @@
   
   <h3><%= requestName%></h3>
   <div class="link">
  -The save_binding API call is used to save or update a complete bindingTemplate 
  -element.  This message can be used to add or update one or more bindingTemplate 
  -elements as well as the container/contained relationship that each bindingTemplate 
  -has with one or more existing businessService elements.
  -If any error occurs in processing this API call, a dispositionReport element 
  -will be returned to the caller within a SOAP Fault containing an error number 
  -indicating 
  -<a href="/uddi_errors#E_authTokenExpired">E_authTokenExpired</a>, 
  -<a href="/uddi_errors#E_authTokenRequired">E_authTokenRequired</a>, 
  -<a href="/uddi_errors#E_invalidKeyPassed">E_invalidKeyPassed</a>, 
  -<a href="/uddi_errors#E_userMismatch">E_userMismatch</a> or 
  -<a href="/uddi_errors#E_accountLimitExceeded">E_accountLimitExceeded</a> error was encountered.
  +The <a href="uddiv2api.html#_Toc25137742" target="doc">save_binding</a> API call is used 
  +to save or update information about a complete <a href="uddiv2data.html#_Toc25130769" target="doc">bindingTemplate</a> 
  +element. If an error occurs while processing this API call, a 
  +<a href="uddiv2api.html#_Toc25137750" target="doc">dispositionReport</a> element 
  +will be returned to the caller within a <a href="uddiv2api.html#_Toc25137756" target="doc">SOAP 
  +Fault</a> containing information about the <a href="uddiv2api.html#_Toc25137748" target="doc">error</a> that 
  +was encountered.
   </div>
   
   <form method="post" action="controller.jsp">
  @@ -34,10 +29,10 @@
   <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
     <soapenv:Body>
       <save_binding generic="2.0" xmlns="urn:uddi-org:api_v2">
  -      <authInfo>*****</authInfo>
  -      <bindingTemplate bindingKey="" serviceKey="*****">
  -        <description xml:lang="en">*****</description>
  -        <accessPoint URLType="http">*****</accessPoint>
  +      <authInfo>***</authInfo>
  +      <bindingTemplate bindingKey="" serviceKey="***">
  +        <description xml:lang="en">***</description>
  +        <accessPoint URLType="http">***</accessPoint>
         </bindingTemplate>
       </save_binding>
     </soapenv:Body>
  
  
  
  1.4       +7 -8      ws-juddi/webapp/console/get_publisherAssertions.jsp
  
  Index: get_publisherAssertions.jsp
  ===================================================================
  RCS file: /home/cvs/ws-juddi/webapp/console/get_publisherAssertions.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- get_publisherAssertions.jsp	13 Mar 2005 05:20:26 -0000	1.3
  +++ get_publisherAssertions.jsp	13 Mar 2005 20:11:09 -0000	1.4
  @@ -10,14 +10,13 @@
   
   <h3><%= requestName%></h3>
   <div class="link">
  -The get_publisherAssertions API call is used to obtain the full set of publisher 
  -assertions that is associated with an individual publisher account.
  -If any error occurs in processing this API call, a dispositionReport element 
  -will be returned to the caller within a SOAP Fault containing an error number 
  -indicating an
  -<a href="/uddi_errors#E_authTokenExpired">E_authTokenExpired</a> or 
  -<a href="/uddi_errors#E_authTokenRequired">E_authTokenRequired</a> 
  -error was encountered.
  +The <a href="uddiv2api.html#_Toc25137740" target="doc">get_publisherAssertions</a> API call 
  +is used to obtain the full set of <a href="uddiv2data.html#_Toc25130781" target="doc">publisherAssertions</a> that 
  +is associated with an individual publisher account.If an error occurs while processing this API call, a 
  +<a href="uddiv2api.html#_Toc25137750" target="doc">dispositionReport</a> element 
  +will be returned to the caller within a <a href="uddiv2api.html#_Toc25137756" target="doc">SOAP 
  +Fault</a> containing information about the <a href="uddiv2api.html#_Toc25137748" target="doc">error</a> that 
  +was encountered.
   </div>
   
   <form method="post" action="controller.jsp">
  
  
  
  1.4       +10 -14    ws-juddi/webapp/console/set_publisherAssertions.jsp
  
  Index: set_publisherAssertions.jsp
  ===================================================================
  RCS file: /home/cvs/ws-juddi/webapp/console/set_publisherAssertions.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- set_publisherAssertions.jsp	13 Mar 2005 05:20:26 -0000	1.3
  +++ set_publisherAssertions.jsp	13 Mar 2005 20:11:09 -0000	1.4
  @@ -10,16 +10,12 @@
   
   <h3><%= requestName%></h3>
   <div class="link">
  -The set_publisherAssertions API call is used to manage all of the tracked 
  -relationship assertions associated with an individual publisher account.
  -If any error occurs in processing this API call, a dispositionReport element 
  -will be returned to the caller within a SOAP Fault containing an error number 
  -indicating an
  -<a href="/uddi_errors#E_invalidKeyPassed">E_invalidKeyPassed</a>, 
  -<a href="/uddi_errors#E_authTokenExpired">E_authTokenExpired</a>, 
  -<a href="/uddi_errors#E_authTokenRequired">E_authTokenRequired</a> or 
  -<a href="/uddi_errors#E_userMismatch">E_userMismatch</a> error was 
  -encountered.
  +The <a href="uddiv2api.html#_Toc25137746" target="doc">set_publisherAssertions</a> API call is used 
  +to manage all of the tracked relationship assertions associated with an individual publisher account. If an error occurs while processing this API call, a 
  +<a href="uddiv2api.html#_Toc25137750" target="doc">dispositionReport</a> element 
  +will be returned to the caller within a <a href="uddiv2api.html#_Toc25137756" target="doc">SOAP 
  +Fault</a> containing information about the <a href="uddiv2api.html#_Toc25137748" target="doc">error</a> that 
  +was encountered.
   </div>
   
   <form method="post" action="controller.jsp">
  @@ -32,11 +28,11 @@
   <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
     <soapenv:Body>
       <set_publisherAssertions generic="2.0" xmlns="urn:uddi-org:api_v2">
  -      <authInfo>*****</authInfo>
  +      <authInfo>***</authInfo>
         <publisherAssertion>
  -        <fromKey>*****</fromKey>
  -        <toKey>*****</toKey>
  -        <keyedReference tModelKey="*****" keyName="*****" keyValue="*****" />
  +        <fromKey>***</fromKey>
  +        <toKey>***</toKey>
  +        <keyedReference tModelKey="***" keyName="***" keyValue="***" />
         </publisherAssertion>
       </set_publisherAssertions>
     </soapenv:Body>
  
  
  
  1.4       +14 -20    ws-juddi/webapp/console/save_tModel.jsp
  
  Index: save_tModel.jsp
  ===================================================================
  RCS file: /home/cvs/ws-juddi/webapp/console/save_tModel.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- save_tModel.jsp	13 Mar 2005 05:20:26 -0000	1.3
  +++ save_tModel.jsp	13 Mar 2005 20:11:09 -0000	1.4
  @@ -10,19 +10,13 @@
   
   <h3><%= requestName%></h3>
   <div class="link">
  -The save_tModel API call adds or updates one or more registered tModel elements.
  -If any error occurs in processing this API call, a dispositionReport element 
  -will be returned to the caller within a SOAP Fault containing an error number 
  -indicating 
  -<a href="/uddi_errors#E_authTokenExpired">E_authTokenExpired</a>, 
  -<a href="/uddi_errors#E_authTokenRequired">E_authTokenRequired</a>, 
  -<a href="/uddi_errors#E_invalidKeyPassed">E_invalidKeyPassed</a>, 
  -<a href="/uddi_errors#E_userMismatch">E_userMismatch</a>, 
  -<a href="/uddi_errors#E_invalidValue">E_invalidValue</a>, 
  -<a href="/uddi_errors#E_requestTimeout">E_requestTimeout</a>, 
  -<a href="/uddi_errors#E_valueNotAllowed">E_valueNotAllowed</a> or 
  -<a href="/uddi_errors#E_accountLimitExceeded">E_accountLimitExceeded</a> 
  -error was encountered.
  +The <a href="uddiv2api.html#_Toc25137745" target="doc">save_tModel</a> API call is used 
  +to add or update one or more registered <a href="uddiv2data.html#_Toc25130775" target="doc">tModel</a> 
  +elements. If an error occurs while processing this API call, a 
  +<a href="uddiv2api.html#_Toc25137750" target="doc">dispositionReport</a> element 
  +will be returned to the caller within a <a href="uddiv2api.html#_Toc25137756" target="doc">SOAP 
  +Fault</a> containing information about the <a href="uddiv2api.html#_Toc25137748" target="doc">error</a> that 
  +was encountered.
   </div>
   
   <form method="post" action="controller.jsp">
  @@ -36,19 +30,19 @@
   <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
     <soapenv:Body>
       <save_tModel generic="2.0" xmlns="urn:uddi-org:api_v2">
  -      <authInfo>*****</authInfo>
  +      <authInfo>***</authInfo>
         <tModel tModelKey="">
  -        <name>*****</name>
  -        <description xml:lang="en">*****</description>
  +        <name>***</name>
  +        <description>***</description>
           <overviewDoc>
  -          <description xml:lang="en">*****</description>
  -          <overviewURL>*****</overviewURL>
  +          <description>***</description>
  +          <overviewURL>***</overviewURL>
           </overviewDoc>
           <identifierBag>
  -          <keyedReference tModelKey="*****" keyName="*****" keyValue="*****" />
  +          <keyedReference tModelKey="***" keyName="***" keyValue="***" />
           </identifierBag>
           <categoryBag>
  -          <keyedReference tModelKey="*****" keyName="*****" keyValue="*****" />
  +          <keyedReference tModelKey="***" keyName="***" keyValue="***" />
           </categoryBag>
         </tModel>
       </save_tModel>