You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by bo...@apache.org on 2006/07/18 20:40:52 UTC

svn commit: r423188 - /incubator/ode/scratch/pxe-iapi/jbi-examples/src/examples/PingPong/message.soap

Author: boisvert
Date: Tue Jul 18 11:40:51 2006
New Revision: 423188

URL: http://svn.apache.org/viewvc?rev=423188&view=rev
Log:
Fix typo in schema URI

Modified:
    incubator/ode/scratch/pxe-iapi/jbi-examples/src/examples/PingPong/message.soap

Modified: incubator/ode/scratch/pxe-iapi/jbi-examples/src/examples/PingPong/message.soap
URL: http://svn.apache.org/viewvc/incubator/ode/scratch/pxe-iapi/jbi-examples/src/examples/PingPong/message.soap?rev=423188&r1=423187&r2=423188&view=diff
==============================================================================
--- incubator/ode/scratch/pxe-iapi/jbi-examples/src/examples/PingPong/message.soap (original)
+++ incubator/ode/scratch/pxe-iapi/jbi-examples/src/examples/PingPong/message.soap Tue Jul 18 11:40:51 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Body>
-	<PingRequest xmlns="uri:/Ping.wsdl">
+	<PingRequest xmlns="urn:/Ping.wsdl">
         <text>hello</text>
     </PingRequest>
   </SOAP-ENV:Body>