Changing the namespace of the ResourceRegistration portType

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/information-system/gCubeIS/Registry@34391 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Manuele Simi 2011-01-31 03:41:23 +00:00
parent 6edcbaec94
commit 16ae42f462
3 changed files with 13 additions and 5 deletions

View File

@ -1,8 +1,10 @@
package = org.gcube.informationsystem.registry
package.2 = resourceregistration
lib.dir = Dependencies/ISREGISTRY
wsdl.1 = RegistryFactory
wsdl.2 = Registry
wsdl.3 = ResourceRegistration
namespace.1=http://gcube-system.org/namespaces/informationsystem/registry
namespace.2=http://gcube-system.org/namespaces/informationsystem/registry/resourceregistration

View File

@ -82,6 +82,12 @@
</service>
<service name="gcube/informationsystem/registry/ResourceRegistration">
<environment name="name" value="ResourceRegistration" type="java.lang.String"
override="false" />
</service>
<service name="gcube/informationsystem/registry/RegistryFactory">
<environment name="name" value="RegistryFactory" type="java.lang.String"

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<definitions name="Registry"
targetNamespace="http://gcube-system.org/namespaces/informationsystem/registry"
<definitions name="ResourceRegistration"
targetNamespace="http://gcube-system.org/namespaces/informationsystem/registry/resourceregistration"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:tns="http://gcube-system.org/namespaces/informationsystem/registry"
xmlns:tns="http://gcube-system.org/namespaces/informationsystem/registry/resourceregistration"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:provider="http://gcube-system.org/namespaces/common/core/porttypes/GCUBEProvider"
xmlns:wsdlpp="http://www.globus.org/namespaces/2004/10/WSDLPreprocessor"
@ -11,8 +11,8 @@
<types>
<xsd:schema
targetNamespace="http://gcube-system.org/namespaces/informationsystem/registry"
xmlns:tns="http://gcube-system.org/namespaces/informationsystem/registry"
targetNamespace="http://gcube-system.org/namespaces/informationsystem/registry/resourceregistration"
xmlns:tns="http://gcube-system.org/namespaces/informationsystem/registry/resourceregistration"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!-- MESSAGES -->