Author: scamp Date: Wed Jan 12 11:00:02 2005 New Revision: 124981 URL: http://svn.apache.org/viewcvs?view=rev&rev=124981 Log: fixed and renamed to reflect the fact that this is for sysprops Added: incubator/apollo/trunk/src/site/content/tutorial/requests/Sysprops_QueryResourceProperties_allProps.soap Removed: incubator/apollo/trunk/src/site/content/tutorial/requests/Copy of QueryResourceProperties_allProps.soap
Deleted: /incubator/apollo/trunk/src/site/content/tutorial/requests/Copy of QueryResourceProperties_allProps.soap Url: http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/tutorial/requests/Copy%20of%20QueryResourceProperties_allProps.soap?view=auto&rev=124980 ============================================================================== Added: incubator/apollo/trunk/src/site/content/tutorial/requests/Sysprops_QueryResourceProperties_allProps.soap Url: http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/tutorial/requests/Sysprops_QueryResourceProperties_allProps.soap?view=auto&rev=124981 ============================================================================== --- (empty file) +++ incubator/apollo/trunk/src/site/content/tutorial/requests/Sysprops_QueryResourceProperties_allProps.soap Wed Jan 12 11:00:02 2005 @@ -0,0 +1,19 @@ +<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/" + xmlns:sys="http://ws.apache.org/resource/example/sysprops"> + + <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing"> + <wsa:To mustUnderstand="1">http://localhost:8080/wsrf/services/sysprops</wsa:To> + <wsa:Action mustUnderstand="1">http://ws.apache.org/resource/example/sysprops/FileSystemPortType/yourWsdlRequestName</wsa:Action> + <!-- Empty ResourceID is a Singleton --> + <sys:ResourceID mustUnderstand="1"></sys:ResourceID> + </Header> + + <Body> + <wsrp:QueryResourceProperties xmlns:wsrp="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd"> + <wsrp:QueryExpression Dialect="http://www.w3.org/TR/1999/REC-xpath-19991116">*</wsrp:QueryExpression> + </wsrp:QueryResourceProperties> + </Body> + +</Envelope> + + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
