Author: boisvert
Date: Wed Aug 30 18:31:01 2006
New Revision: 438743

URL: http://svn.apache.org/viewvc?rev=438743&view=rev
Log:
Fix import location

Modified:
    
incubator/ode/trunk/jbi-examples/src/examples/HelloWorld2-RPC/HelloWorld2-RPC-process/HelloWorld2-RPC.bpel

Modified: 
incubator/ode/trunk/jbi-examples/src/examples/HelloWorld2-RPC/HelloWorld2-RPC-process/HelloWorld2-RPC.bpel
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/jbi-examples/src/examples/HelloWorld2-RPC/HelloWorld2-RPC-process/HelloWorld2-RPC.bpel?rev=438743&r1=438742&r2=438743&view=diff
==============================================================================
--- 
incubator/ode/trunk/jbi-examples/src/examples/HelloWorld2-RPC/HelloWorld2-RPC-process/HelloWorld2-RPC.bpel
 (original)
+++ 
incubator/ode/trunk/jbi-examples/src/examples/HelloWorld2-RPC/HelloWorld2-RPC-process/HelloWorld2-RPC.bpel
 Wed Aug 30 18:31:01 2006
@@ -7,7 +7,7 @@
         xmlns:hello="urn:/HelloWorld2-RPC.wsdl"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
 
-    <import location="urn:/HelloWorld2-RPC.wsdl"
+    <import location="HelloWorld2-RPC.wsdl"
             namespace="urn:/HelloWorld2-RPC.wsdl"
             importType="http://schemas.xmlsoap.org/wsdl/"; />
 


Reply via email to