Author: ips
Date: Tue Apr 26 13:29:53 2005
New Revision: 164870
URL: http://svn.apache.org/viewcvs?rev=164870&view=rev
Log:
a couple minor tweaks
Modified:
incubator/apollo/trunk/src/site/content/tutorial/_TEMPLATE_.wsdl
Modified: incubator/apollo/trunk/src/site/content/tutorial/_TEMPLATE_.wsdl
URL:
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/tutorial/_TEMPLATE_.wsdl?rev=164870&r1=164869&r2=164870&view=diff
==============================================================================
--- incubator/apollo/trunk/src/site/content/tutorial/_TEMPLATE_.wsdl (original)
+++ incubator/apollo/trunk/src/site/content/tutorial/_TEMPLATE_.wsdl Tue Apr 26
13:29:53 2005
@@ -11,23 +11,24 @@
xmlns:wsrlw="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.wsdl">
<import
namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.wsdl"
- location="../spec/wsrf/WS-ResourceProperties-1_2.wsdl"/>
+ location="../spec/wsrf/WS-ResourceProperties-1_2-Draft_01.wsdl"/>
<import
namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.wsdl"
- location="../spec/wsrf/WS-ResourceLifetime-1_2.wsdl"/>
+ location="../spec/wsrf/WS-ResourceLifetime-1_2-Draft_01.wsdl"/>
<types>
<schema elementFormDefault="qualified"
targetNamespace="http://ws.apache.org/resource/example/filesystem"
xmlns="http://www.w3.org/2001/XMLSchema"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:wsrl="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.xsd"
xmlns:wsbf="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-BaseFaults-1.2-draft-01.xsd">
- <import
namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-BaseFaults-1.2-draft-01.xsd"
- schemaLocation="../spec/wsrf/WS-BaseFaults-1_2.xsd"/>
+ <xsd:import
namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-BaseFaults-1.2-draft-01.xsd"
+
schemaLocation="../spec/wsrf/WS-BaseFaults-1_2-Draft_01.xsd"/>
- <import
namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.xsd"
- schemaLocation="../spec/wsrf/WS-ResourceLifetime-1_2.xsd"/>
+ <xsd:import
namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.xsd"
+
schemaLocation="../spec/wsrf/WS-ResourceLifetime-1_2-Draft_01.xsd"/>
<!-- *** Add your custom resource property element definitions here
*** -->
@@ -39,15 +40,17 @@
<!-- *** If you wish to implement the
wsrl:ScheduledResourceTermination portType,
uncomment the below two lines *** -->
<!--
- <element ref="wsrl:CurrentTime"/>
- <element ref="wsrl:TerminationTime"/>
+ <element ref="wsrl:CurrentTime" />
+ <element ref="wsrl:TerminationTime" />
-->
<!-- *** Add element refs for each of your custom resource
property elements here *** -->
<!-- *** Uncomment the below any element if you want to
permit resource property elements
with arbitrary names (not generally recommended)
*** -->
- <any minOccurs="0" maxOccurs="unbounded" namespace="##other"
processContents="lax"/>
+ <!--
+ <any minOccurs="0" maxOccurs="unbounded" namespace="##other"
processContents="lax" />
+ -->
</sequence>
</complexType>
@@ -283,8 +286,8 @@
<service name="MyService">
<!-- Note: the port name becomes the service name in the wsdd generated
by Wsdl2Java -->
<!-- *** Change the port name and the soap:address location below to
reflect the desired endpoint URL *** -->
- <port name="template" binding="tns:MySoapHttpBinding">
- <soap:address location="http://localhost:8080/wsrf/services/template"
/>
+ <port name="MyPort" binding="tns:MySoapHttpBinding">
+ <soap:address location="http://localhost:8080/wsrf/services/MyPort" />
</port>
</service>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]