You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/01/09 00:16:39 UTC

svn commit: r367123 - /incubator/servicemix/trunk/servicemix-components/src/test/resources/org/apache/servicemix/components/saaj/xml-request.xml

Author: gnodet
Date: Sun Jan  8 15:16:36 2006
New Revision: 367123

URL: http://svn.apache.org/viewcvs?rev=367123&view=rev
Log:
Forgot to add resource file for SaajMarshaler test

Added:
    incubator/servicemix/trunk/servicemix-components/src/test/resources/org/apache/servicemix/components/saaj/xml-request.xml

Added: incubator/servicemix/trunk/servicemix-components/src/test/resources/org/apache/servicemix/components/saaj/xml-request.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-components/src/test/resources/org/apache/servicemix/components/saaj/xml-request.xml?rev=367123&view=auto
==============================================================================
--- incubator/servicemix/trunk/servicemix-components/src/test/resources/org/apache/servicemix/components/saaj/xml-request.xml (added)
+++ incubator/servicemix/trunk/servicemix-components/src/test/resources/org/apache/servicemix/components/saaj/xml-request.xml Sun Jan  8 15:16:36 2006
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<wn1:getCustomerInfo 
+	xmlns:d="http://www.w3.org/2001/XMLSchema"
+	xmlns:i="http://www.w3.org/2001/XMLSchema-instance"
+	xmlns:wn0="http://systinet.com/xsd/SchemaTypes/"
+	xmlns:wn1="http://systinet.com/wsdl/com/cexp/coe/bob/ws/customer/"
+	xmlns:wn2="http://systinet.com/soap-jta/"
+	xmlns:wn3="http://systinet.com/wsdl/com/cexp/coe/bob/services/order/pojo/">
+	
+	<wn1:userId i:type="d:string">akayali</wn1:userId>
+	
+</wn1:getCustomerInfo>
\ No newline at end of file