The attached file contains the wsdl used
http://www.nabble.com/file/p11450430/provider.wsdl provider.wsdl 
http://www.nabble.com/file/p11450430/person.wsdl person.wsdl 
http://www.nabble.com/file/p11450430/person.bpel person.bpel 
http://www.nabble.com/file/p11450430/Issuance.wsdl Issuance.wsdl 
http://www.nabble.com/file/p11450430/deploy.xml deploy.xml 
http://www.nabble.com/file/p11450430/Issconsumer.wsdl Issconsumer.wsdl 

SERVICEMIX-HTTP(XBEAN.XML):
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns:http="http://servicemix.apache.org/http/1.0"; 
     xmlns:person="http://servicemix.apache.org/samples/wsdl-first";>

        <http:endpoint service="person:PersonService"
                        endpoint="soap"
                        defaultOperation="GetPerson"
                        role="consumer"
                        locationURI="http://0.0.0.0:8192/PersonService/";
                        defaultMep="http://www.w3.org/2004/08/wsdl/in-out";
                        soap="true"/>
           </beans>
/////////////////////////////////

SERVICEMIX-HTTP(JBI.XML):
<?xml version="1.0" encoding=
"UTF-8"?>
<jbi xmlns="http://java.sun.com/xml/ns/jbi"; version="1.0"
xmlns:nns="http://servicemix.apache.org/samples/wsdl-first";>
  <services binding-component="false"> 
        <consumes service-name="nns:PersonService" endpoint-name="soap"/>
  </services>
</jbi>
/////////////////////
servicemix-jsr181(xbean.xml)
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns:jsr181="http://servicemix.apache.org/jsr181/1.0";>

        <jsr181:endpoint
pojoClass="org.apache.servicemix.samples.wsdl_first.PersonImpl"
                     annotations="jsr181" style="document"/>
    
        <jsr181:endpoint
pojoClass="org.apache.servicemix.samples.soa_first.IssuanceSenderImpl"
                     annotations="jsr181" style="document"/>

        <jsr181:endpoint
pojoClass="org.apache.servicemix.samples.soa_two.IssuanceReceiverImpl"
                     annotations="jsr181" style="document"/>

        <jsr181:endpoint
pojoClass="org.apache.servicemix.samples.soa_three.ReceiverClientImpl"
                     annotations="jsr181" style="document"/>


</beans>

Any help will be appriciated.
Thanks

-- 
View this message in context: 
http://www.nabble.com/Orchestration-with-pbel-failed-on-servicemix3.1.1-tf4030965s12049.html#a11450430
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to