Author: scamp
Date: Wed Mar  2 14:00:13 2005
New Revision: 155964

URL: http://svn.apache.org/viewcvs?view=rev&rev=155964
Log:
updated to be the correct version of addressing

Modified:
    incubator/apollo/trunk/src/site/content/example/requests/CreatePrinter.soap
    incubator/apollo/trunk/src/site/content/example/requests/Create_Job.soap
    
incubator/apollo/trunk/src/site/content/example/requests/DeleteAcceptingJobs.soap
    incubator/apollo/trunk/src/site/content/example/requests/Destroy_Job.soap
    incubator/apollo/trunk/src/site/content/example/requests/GetMulti.soap
    
incubator/apollo/trunk/src/site/content/example/requests/GetPrinterPropertiesDoc.soap
    
incubator/apollo/trunk/src/site/content/example/requests/GetQueuedJobCount.soap
    incubator/apollo/trunk/src/site/content/example/requests/InsertProps.soap
    
incubator/apollo/trunk/src/site/content/example/requests/PrintJobRequest.soap
    
incubator/apollo/trunk/src/site/content/example/requests/QueryJobsCompleted.soap
    
incubator/apollo/trunk/src/site/content/example/requests/QueryPropertiesDoc.soap
    incubator/apollo/trunk/src/site/content/example/requests/SendDocument.soap
    
incubator/apollo/trunk/src/site/content/example/requests/SetTerminationTime.soap
    
incubator/apollo/trunk/src/site/content/example/requests/Set_DeleteDocFormat.soap
    
incubator/apollo/trunk/src/site/content/example/requests/Set_InsertDocFormat.soap
    
incubator/apollo/trunk/src/site/content/example/requests/Set_InsertJobHoldOvernight.soap
    
incubator/apollo/trunk/src/site/content/example/requests/Set_JobTermination.soap
    
incubator/apollo/trunk/src/site/content/example/requests/Set_MultiDelete.soap
    
incubator/apollo/trunk/src/site/content/example/requests/Set_MultiInsertJobHold.soap
    
incubator/apollo/trunk/src/site/content/example/requests/Set_Should_Fail.soap
    
incubator/apollo/trunk/src/site/content/example/requests/Set_UpdateDocFormat.soap
    incubator/apollo/trunk/src/site/content/example/requests/UpdateProps.soap

Modified: 
incubator/apollo/trunk/src/site/content/example/requests/CreatePrinter.soap
URL: 
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/requests/CreatePrinter.soap?view=diff&r1=155963&r2=155964
==============================================================================
--- incubator/apollo/trunk/src/site/content/example/requests/CreatePrinter.soap 
(original)
+++ incubator/apollo/trunk/src/site/content/example/requests/CreatePrinter.soap 
Wed Mar  2 14:00:13 2005
@@ -2,7 +2,7 @@
 <Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"; 
           
xmlns:wsrf-pr="http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd";>
 
-   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing";>
+   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing";>
       <wsa:To 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:To>
       <wsa:Action 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:Action>
      
    </Header>

Modified: 
incubator/apollo/trunk/src/site/content/example/requests/Create_Job.soap
URL: 
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/requests/Create_Job.soap?view=diff&r1=155963&r2=155964
==============================================================================
--- incubator/apollo/trunk/src/site/content/example/requests/Create_Job.soap 
(original)
+++ incubator/apollo/trunk/src/site/content/example/requests/Create_Job.soap 
Wed Mar  2 14:00:13 2005
@@ -4,7 +4,7 @@
          
xmlns:wsrf-rp="http://docs.oasis-open.org/wsrf/2004/11/wsrf-WS-ResourceProperties-1.2-draft-05.xsd";
           
xmlns:wsrf-pr="http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd";>
 
-   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing";>
+   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing";>
       <wsa:To 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:To>
       <wsa:Action 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:Action>
            
    </Header>

Modified: 
incubator/apollo/trunk/src/site/content/example/requests/DeleteAcceptingJobs.soap
URL: 
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/requests/DeleteAcceptingJobs.soap?view=diff&r1=155963&r2=155964
==============================================================================
--- 
incubator/apollo/trunk/src/site/content/example/requests/DeleteAcceptingJobs.soap
 (original)
+++ 
incubator/apollo/trunk/src/site/content/example/requests/DeleteAcceptingJobs.soap
 Wed Mar  2 14:00:13 2005
@@ -4,7 +4,7 @@
          
xmlns:wsrf-rp="http://docs.oasis-open.org/wsrf/2004/11/wsrf-WS-ResourceProperties-1.2-draft-05.xsd";
           
xmlns:wsrf-pr="http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd";>
 
-   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing";>
+   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing";>
       <wsa:To 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:To>
       <wsa:Action 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:Action>
    
    </Header>

Modified: 
incubator/apollo/trunk/src/site/content/example/requests/Destroy_Job.soap
URL: 
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/requests/Destroy_Job.soap?view=diff&r1=155963&r2=155964
==============================================================================
--- incubator/apollo/trunk/src/site/content/example/requests/Destroy_Job.soap 
(original)
+++ incubator/apollo/trunk/src/site/content/example/requests/Destroy_Job.soap 
Wed Mar  2 14:00:13 2005
@@ -5,7 +5,7 @@
           
xmlns:wsrf-pr="http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd";
           
xmlns:wsrf-pr-wsdl="http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.wsdl";>
 
-   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing";>
+   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing";>
       <wsa:To 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:To>
       <wsa:Action 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:Action>
  
       <wsrf-pr-wsdl:ResourceID>Job1</wsrf-pr-wsdl:ResourceID>

Modified: incubator/apollo/trunk/src/site/content/example/requests/GetMulti.soap
URL: 
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/requests/GetMulti.soap?view=diff&r1=155963&r2=155964
==============================================================================
--- incubator/apollo/trunk/src/site/content/example/requests/GetMulti.soap 
(original)
+++ incubator/apollo/trunk/src/site/content/example/requests/GetMulti.soap Wed 
Mar  2 14:00:13 2005
@@ -2,7 +2,7 @@
          
xmlns:wsrf-rp="http://docs.oasis-open.org/wsrf/2004/11/wsrf-WS-ResourceProperties-1.2-draft-05.xsd";
           
xmlns:wsrf-pr="http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd";>
 
-   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing";>
+   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing";>
       <wsa:To 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:To>
       <wsa:Action 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:Action>
      
    </Header>

Modified: 
incubator/apollo/trunk/src/site/content/example/requests/GetPrinterPropertiesDoc.soap
URL: 
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/requests/GetPrinterPropertiesDoc.soap?view=diff&r1=155963&r2=155964
==============================================================================
--- 
incubator/apollo/trunk/src/site/content/example/requests/GetPrinterPropertiesDoc.soap
 (original)
+++ 
incubator/apollo/trunk/src/site/content/example/requests/GetPrinterPropertiesDoc.soap
 Wed Mar  2 14:00:13 2005
@@ -3,7 +3,7 @@
          
xmlns:wsrf-rp="http://docs.oasis-open.org/wsrf/2004/11/wsrf-WS-ResourceProperties-1.2-draft-05.xsd";
           
xmlns:wsrf-pr="http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd";>
 
-   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing";>
+   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing";>
       <wsa:To 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:To>
       <wsa:Action 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:Action>
  
    </Header>

Modified: 
incubator/apollo/trunk/src/site/content/example/requests/GetQueuedJobCount.soap
URL: 
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/requests/GetQueuedJobCount.soap?view=diff&r1=155963&r2=155964
==============================================================================
--- 
incubator/apollo/trunk/src/site/content/example/requests/GetQueuedJobCount.soap 
(original)
+++ 
incubator/apollo/trunk/src/site/content/example/requests/GetQueuedJobCount.soap 
Wed Mar  2 14:00:13 2005
@@ -3,7 +3,7 @@
          
xmlns:wsrf-rp="http://docs.oasis-open.org/wsrf/2004/11/wsrf-WS-ResourceProperties-1.2-draft-05.xsd";
           
xmlns:wsrf-pr="http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd";>
 
-   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing";>
+   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing";>
       <wsa:To 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:To>
       <wsa:Action 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:Action>
  
    </Header>

Modified: 
incubator/apollo/trunk/src/site/content/example/requests/InsertProps.soap
URL: 
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/requests/InsertProps.soap?view=diff&r1=155963&r2=155964
==============================================================================
--- incubator/apollo/trunk/src/site/content/example/requests/InsertProps.soap 
(original)
+++ incubator/apollo/trunk/src/site/content/example/requests/InsertProps.soap 
Wed Mar  2 14:00:13 2005
@@ -6,7 +6,7 @@
          
xmlns:wsrf-rp="http://docs.oasis-open.org/wsrf/2004/11/wsrf-WS-ResourceProperties-1.2-draft-05.xsd";
           
xmlns:wsrf-pr="http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd";>
 
-   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing";>
+   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing";>
       <wsa:To 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:To>
       <wsa:Action 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:Action>
     
    </Header>

Modified: 
incubator/apollo/trunk/src/site/content/example/requests/PrintJobRequest.soap
URL: 
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/requests/PrintJobRequest.soap?view=diff&r1=155963&r2=155964
==============================================================================
--- 
incubator/apollo/trunk/src/site/content/example/requests/PrintJobRequest.soap 
(original)
+++ 
incubator/apollo/trunk/src/site/content/example/requests/PrintJobRequest.soap 
Wed Mar  2 14:00:13 2005
@@ -5,7 +5,7 @@
           
xmlns:wsrf-pr="http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd";
           xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
 
-   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing";>
+   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing";>
       <wsa:To 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:To>
       <wsa:Action 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:Action>
       
    </Header>

Modified: 
incubator/apollo/trunk/src/site/content/example/requests/QueryJobsCompleted.soap
URL: 
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/requests/QueryJobsCompleted.soap?view=diff&r1=155963&r2=155964
==============================================================================
--- 
incubator/apollo/trunk/src/site/content/example/requests/QueryJobsCompleted.soap
 (original)
+++ 
incubator/apollo/trunk/src/site/content/example/requests/QueryJobsCompleted.soap
 Wed Mar  2 14:00:13 2005
@@ -3,7 +3,7 @@
          
xmlns:wsrf-rp="http://docs.oasis-open.org/wsrf/2004/11/wsrf-WS-ResourceProperties-1.2-draft-05.xsd";
           
xmlns:wsrf-pr="http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd";>
 
-   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing";>
+   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing";>
       <wsa:To 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterPort</wsa:To>
       <wsa:Action 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterPort</wsa:Action> 
 
      

Modified: 
incubator/apollo/trunk/src/site/content/example/requests/QueryPropertiesDoc.soap
URL: 
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/requests/QueryPropertiesDoc.soap?view=diff&r1=155963&r2=155964
==============================================================================
--- 
incubator/apollo/trunk/src/site/content/example/requests/QueryPropertiesDoc.soap
 (original)
+++ 
incubator/apollo/trunk/src/site/content/example/requests/QueryPropertiesDoc.soap
 Wed Mar  2 14:00:13 2005
@@ -3,7 +3,7 @@
          
xmlns:wsrf-rp="http://docs.oasis-open.org/wsrf/2004/11/wsrf-WS-ResourceProperties-1.2-draft-05.xsd";
           
xmlns:wsrf-pr="http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd";>
 
-   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing";>
+   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing";>
       <wsa:To 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterPort</wsa:To>
       <wsa:Action 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterPort</wsa:Action> 
 
      

Modified: 
incubator/apollo/trunk/src/site/content/example/requests/SendDocument.soap
URL: 
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/requests/SendDocument.soap?view=diff&r1=155963&r2=155964
==============================================================================
--- incubator/apollo/trunk/src/site/content/example/requests/SendDocument.soap 
(original)
+++ incubator/apollo/trunk/src/site/content/example/requests/SendDocument.soap 
Wed Mar  2 14:00:13 2005
@@ -5,7 +5,7 @@
           
xmlns:wsrf-pr="http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd";
           
xmlns:wsrf-rl="http://docs.oasis-open.org/wsrf/2004/11/wsrf-WS-ResourceLifetime-1.2-draft-04.xsd";>
 
-   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing";>
+   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing";>
       <wsa:To 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:To>
       <wsa:Action 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:Action>
      
       <wsrf-pr-wsdl:ResourceID mustUnderstand="1" 

Modified: 
incubator/apollo/trunk/src/site/content/example/requests/SetTerminationTime.soap
URL: 
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/requests/SetTerminationTime.soap?view=diff&r1=155963&r2=155964
==============================================================================
--- 
incubator/apollo/trunk/src/site/content/example/requests/SetTerminationTime.soap
 (original)
+++ 
incubator/apollo/trunk/src/site/content/example/requests/SetTerminationTime.soap
 Wed Mar  2 14:00:13 2005
@@ -6,7 +6,7 @@
           
xmlns:wsrf-rl="http://docs.oasis-open.org/wsrf/2004/11/wsrf-WS-ResourceLifetime-1.2-draft-04.xsd";
           
xmlns:wsrf-pr-wsdl="http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.wsdl";>
 
-   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing";>
+   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing";>
       <wsa:To 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:To>
       <wsa:Action 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:Action>
 
       <wsrf-pr-wsdl:ResourceID>Job1</wsrf-pr-wsdl:ResourceID>

Modified: 
incubator/apollo/trunk/src/site/content/example/requests/Set_DeleteDocFormat.soap
URL: 
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/requests/Set_DeleteDocFormat.soap?view=diff&r1=155963&r2=155964
==============================================================================
--- 
incubator/apollo/trunk/src/site/content/example/requests/Set_DeleteDocFormat.soap
 (original)
+++ 
incubator/apollo/trunk/src/site/content/example/requests/Set_DeleteDocFormat.soap
 Wed Mar  2 14:00:13 2005
@@ -4,7 +4,7 @@
          
xmlns:wsrf-rp="http://docs.oasis-open.org/wsrf/2004/11/wsrf-WS-ResourceProperties-1.2-draft-05.xsd";
           
xmlns:wsrf-pr="http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd";>
 
-   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing";>
+   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing";>
       <wsa:To 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:To>
       <wsa:Action 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:Action>
         
    </Header>

Modified: 
incubator/apollo/trunk/src/site/content/example/requests/Set_InsertDocFormat.soap
URL: 
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/requests/Set_InsertDocFormat.soap?view=diff&r1=155963&r2=155964
==============================================================================
--- 
incubator/apollo/trunk/src/site/content/example/requests/Set_InsertDocFormat.soap
 (original)
+++ 
incubator/apollo/trunk/src/site/content/example/requests/Set_InsertDocFormat.soap
 Wed Mar  2 14:00:13 2005
@@ -4,7 +4,7 @@
          
xmlns:wsrf-rp="http://docs.oasis-open.org/wsrf/2004/11/wsrf-WS-ResourceProperties-1.2-draft-05.xsd";
           
xmlns:wsrf-pr="http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd";>
 
-   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing";>
+   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing";>
       <wsa:To 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:To>
       <wsa:Action 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:Action>
         
    </Header>

Modified: 
incubator/apollo/trunk/src/site/content/example/requests/Set_InsertJobHoldOvernight.soap
URL: 
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/requests/Set_InsertJobHoldOvernight.soap?view=diff&r1=155963&r2=155964
==============================================================================
--- 
incubator/apollo/trunk/src/site/content/example/requests/Set_InsertJobHoldOvernight.soap
 (original)
+++ 
incubator/apollo/trunk/src/site/content/example/requests/Set_InsertJobHoldOvernight.soap
 Wed Mar  2 14:00:13 2005
@@ -4,7 +4,7 @@
          
xmlns:wsrf-rp="http://docs.oasis-open.org/wsrf/2004/11/wsrf-WS-ResourceProperties-1.2-draft-05.xsd";
           
xmlns:wsrf-pr="http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd";>
 
-   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing";>
+   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing";>
       <wsa:To 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:To>
       <wsa:Action 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:Action>
      
    </Header>

Modified: 
incubator/apollo/trunk/src/site/content/example/requests/Set_JobTermination.soap
URL: 
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/requests/Set_JobTermination.soap?view=diff&r1=155963&r2=155964
==============================================================================
--- 
incubator/apollo/trunk/src/site/content/example/requests/Set_JobTermination.soap
 (original)
+++ 
incubator/apollo/trunk/src/site/content/example/requests/Set_JobTermination.soap
 Wed Mar  2 14:00:13 2005
@@ -5,7 +5,7 @@
           
xmlns:wsrf-pr="http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd";
           
xmlns:wsrf-rl="http://docs.oasis-open.org/wsrf/2004/11/wsrf-WS-ResourceLifetime-1.2-draft-04.xsd";>
 
-   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing";>
+   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing";>
       <wsa:To 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:To>
       <wsa:Action 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:Action>
            
    </Header>

Modified: 
incubator/apollo/trunk/src/site/content/example/requests/Set_MultiDelete.soap
URL: 
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/requests/Set_MultiDelete.soap?view=diff&r1=155963&r2=155964
==============================================================================
--- 
incubator/apollo/trunk/src/site/content/example/requests/Set_MultiDelete.soap 
(original)
+++ 
incubator/apollo/trunk/src/site/content/example/requests/Set_MultiDelete.soap 
Wed Mar  2 14:00:13 2005
@@ -5,7 +5,7 @@
           
xmlns:wsrf-pr="http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd";
           >
 
-   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing";>
+   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing";>
       <wsa:To 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:To>
       <wsa:Action 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:Action>
            
    </Header>

Modified: 
incubator/apollo/trunk/src/site/content/example/requests/Set_MultiInsertJobHold.soap
URL: 
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/requests/Set_MultiInsertJobHold.soap?view=diff&r1=155963&r2=155964
==============================================================================
--- 
incubator/apollo/trunk/src/site/content/example/requests/Set_MultiInsertJobHold.soap
 (original)
+++ 
incubator/apollo/trunk/src/site/content/example/requests/Set_MultiInsertJobHold.soap
 Wed Mar  2 14:00:13 2005
@@ -4,7 +4,7 @@
          
xmlns:wsrf-rp="http://docs.oasis-open.org/wsrf/2004/11/wsrf-WS-ResourceProperties-1.2-draft-05.xsd";
           
xmlns:wsrf-pr="http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd";>
 
-   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing";>
+   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing";>
       <wsa:To 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:To>
       <wsa:Action 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:Action>
      
    </Header>

Modified: 
incubator/apollo/trunk/src/site/content/example/requests/Set_Should_Fail.soap
URL: 
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/requests/Set_Should_Fail.soap?view=diff&r1=155963&r2=155964
==============================================================================
--- 
incubator/apollo/trunk/src/site/content/example/requests/Set_Should_Fail.soap 
(original)
+++ 
incubator/apollo/trunk/src/site/content/example/requests/Set_Should_Fail.soap 
Wed Mar  2 14:00:13 2005
@@ -4,7 +4,7 @@
          
xmlns:wsrf-rp="http://docs.oasis-open.org/wsrf/2004/11/wsrf-WS-ResourceProperties-1.2-draft-05.xsd";
           
xmlns:wsrf-pr="http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd";>
 
-   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing";>
+   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing";>
       <wsa:To 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:To>
       <wsa:Action 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:Action>
            
    </Header>

Modified: 
incubator/apollo/trunk/src/site/content/example/requests/Set_UpdateDocFormat.soap
URL: 
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/requests/Set_UpdateDocFormat.soap?view=diff&r1=155963&r2=155964
==============================================================================
--- 
incubator/apollo/trunk/src/site/content/example/requests/Set_UpdateDocFormat.soap
 (original)
+++ 
incubator/apollo/trunk/src/site/content/example/requests/Set_UpdateDocFormat.soap
 Wed Mar  2 14:00:13 2005
@@ -4,7 +4,7 @@
          
xmlns:wsrf-rp="http://docs.oasis-open.org/wsrf/2004/11/wsrf-WS-ResourceProperties-1.2-draft-05.xsd";
           
xmlns:wsrf-pr="http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd";>
 
-   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing";>
+   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing";>
       <wsa:To 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:To>
       <wsa:Action 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:Action>
         
    </Header>

Modified: 
incubator/apollo/trunk/src/site/content/example/requests/UpdateProps.soap
URL: 
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/requests/UpdateProps.soap?view=diff&r1=155963&r2=155964
==============================================================================
--- incubator/apollo/trunk/src/site/content/example/requests/UpdateProps.soap 
(original)
+++ incubator/apollo/trunk/src/site/content/example/requests/UpdateProps.soap 
Wed Mar  2 14:00:13 2005
@@ -5,7 +5,7 @@
          
xmlns:wsrf-rp="http://docs.oasis-open.org/wsrf/2004/11/wsrf-WS-ResourceProperties-1.2-draft-05.xsd";
           
xmlns:wsrf-pr="http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd";>
 
-   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing";>
+   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing";>
       <wsa:To 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:To>
       <wsa:Action 
mustUnderstand="1">http://localhost:8080/wsrf/services/PrinterFactory</wsa:Action>
        
    </Header>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to