[jboss-svn-commits] JBossWS SVN: r771 - branches/jbossws-1.0/src/test/resources/soap
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Aug 18 08:58:22 EDT 2006
Author: heiko.braun at jboss.com
Date: 2006-08-18 08:58:20 -0400 (Fri, 18 Aug 2006)
New Revision: 771
Modified:
branches/jbossws-1.0/src/test/resources/soap/req6.xml
Log:
extended usecases
Modified: branches/jbossws-1.0/src/test/resources/soap/req6.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/soap/req6.xml 2006-08-18 12:58:00 UTC (rev 770)
+++ branches/jbossws-1.0/src/test/resources/soap/req6.xml 2006-08-18 12:58:20 UTC (rev 771)
@@ -1,11 +1,8 @@
-<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
- <env:Header xmlns:wsa='http://www.w3.org/2005/08/addressing'>
- <wsa:To>http://www.jboss.org/sysmon/SystemInfo</wsa:To>
- <wsa:Action>http://schemas.xmlsoap.org/ws/2004/08/eventing/Unsubscribe</wsa:Action>
- <wsa:MessageID>urn:uuid:69eb1744-c779-49b7-88f8-d58d0b01c85c</wsa:MessageID>
- <wse:Identifier wsa:IsReferenceParameter='true' xmlns:wse='http://schemas.xmlsoap.org/ws/2004/08/eventing'>urn:jbwse:6eda352-a0de-4260-b804-1a9623e50b82</wse:Identifier>
- </env:Header>
- <env:Body>
- <ns1:Unsubscribe xmlns:ns1='http://schemas.xmlsoap.org/ws/2004/08/eventing' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'/>
- </env:Body>
-</env:Envelope>
+<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://www.jboss.org/support/phonebook/types">
+ <soapenv:Body>
+ <typ:lookup>
+ <firstName>Darran</firstName>
+ <surname>Lofthouse</surname>
+ </typ:lookup>
+ </soapenv:Body>
+</soapenv:Envelope>
More information about the jboss-svn-commits
mailing list