Created
October 1, 2011 19:41
-
-
Save biemond/1256546 to your computer and use it in GitHub Desktop.
SOA Composite
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" ?> | |
<!-- Generated by Oracle SOA Modeler version 1.0 at [8/25/09 3:01 PM]. --> | |
<composite name="Helloworld" | |
revision="1.0" | |
label="2009-08-25_15-01-51_078" | |
mode="active" | |
state="on" | |
xmlns="http://xmlns.oracle.com/sca/1.0" | |
xmlns:xs="http://www.w3.org/2001/XMLSchema" | |
xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" | |
xmlns:orawsp="http://schemas.oracle.com/ws/2006/01/policy" | |
xmlns:ui="http://xmlns.oracle.com/soa/designer/"> | |
<import namespace="http://xmlns.oracle.com/HelloWorld/Helloworld/BPELProcess1" | |
location="BPELProcess1.wsdl" importType="wsdl"/> | |
<service name="bpelprocess1_client_ep" ui:wsdlLocation="BPELProcess1.wsdl"> | |
<interface.wsdl interface="http://xmlns.oracle.com/HelloWorld/Helloworld/BPELProcess1#wsdl.interface(BPELProcess1)"/> | |
<binding.ws port="http://xmlns.oracle.com/HelloWorld/Helloworld/BPELProcess1#wsdl.endpoint(bpelprocess1_client_ep/BPELProcess1_pt)"> | |
<wsp:PolicyReference URI="oracle/log_policy" orawsp:category="management" | |
orawsp:status="enabled"/> | |
</binding.ws> | |
</service> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment