You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2010/03/11 21:35:09 UTC

svn commit: r922012 - /webservices/juddi/trunk/uddi-tck-base/src/main/resources/uddi_data/joepublisher/businessService2.xml

Author: kstam
Date: Thu Mar 11 20:35:08 2010
New Revision: 922012

URL: http://svn.apache.org/viewvc?rev=922012&view=rev
Log:
JUDDI-370, adding test for updating a business.

Added:
    webservices/juddi/trunk/uddi-tck-base/src/main/resources/uddi_data/joepublisher/businessService2.xml

Added: webservices/juddi/trunk/uddi-tck-base/src/main/resources/uddi_data/joepublisher/businessService2.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/uddi-tck-base/src/main/resources/uddi_data/joepublisher/businessService2.xml?rev=922012&view=auto
==============================================================================
--- webservices/juddi/trunk/uddi-tck-base/src/main/resources/uddi_data/joepublisher/businessService2.xml (added)
+++ webservices/juddi/trunk/uddi-tck-base/src/main/resources/uddi_data/joepublisher/businessService2.xml Thu Mar 11 20:35:08 2010
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */ -->
+<businessService xmlns="urn:uddi-org:api_v3" xmlns:xml="http://www.w3.org/XML/1998/namespace" 
+     businessKey="uddi:uddi.joepublisher.com:businessone" serviceKey="uddi:uddi.joepublisher.com:servicetwo">
+  <name xml:lang="en">Service Two</name>
+  <name xml:lang="es">Servicio Dos</name>
+  <description xml:lang="en">This is the description of service one.</description>
+  <description xml:lang="es">Ésta es la descripción del servicio uno.</description>
+  <bindingTemplates>
+    <bindingTemplate bindingKey="uddi:uddi.joepublisher.com:bindingtwo">
+      <description xml:lang="en">This is the access point for service two.</description>
+      <accessPoint useType="endPoint">http://businessone.com/services/servicetwo</accessPoint>
+      <tModelInstanceDetails>
+        <tModelInstanceInfo tModelKey="uddi:uddi.joepublisher.com:services:servicetwo:wsdlSpec">
+          <description xml:lang="en">The wsdl for this service: service two</description>
+          <instanceDetails>
+            <overviewDoc>
+              <description xml:lang="en">Help document to describe the WSDL</description>
+              <overviewURL useType="text">http://www.w3.org/TR/wsdl</overviewURL>
+            </overviewDoc>
+            <instanceParms>instanceParms</instanceParms>
+          </instanceDetails>
+        </tModelInstanceInfo>
+      </tModelInstanceDetails>
+	  <categoryBag>
+	    <keyedReference tModelKey="uddi:tmodelkey:categories:bindings" keyName="category" keyValue="accesspoint" />
+	  </categoryBag>
+    </bindingTemplate>
+  </bindingTemplates>
+  <categoryBag>
+    <keyedReference tModelKey="uddi:tmodelkey:categories" keyName="category" keyValue="peaches" />
+    <keyedReference tModelKey="uddi:tmodelkey:categories" keyName="category" keyValue="plums" />
+    <keyedReferenceGroup tModelKey="uddi:tmodelKey:group">
+      <keyedReference tModelKey="uddi:tmodelKey:blank" keyName="blank" keyValue="blank" />
+    </keyedReferenceGroup>
+  </categoryBag>
+</businessService>



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