Reference to external axis web services
---------------------------------------

                 Key: ODE-553
                 URL: https://issues.apache.org/jira/browse/ODE-553
             Project: ODE
          Issue Type: Task
          Components: Axis2 Integration
         Environment: Windows Visa
            Reporter: Nawaz Khurshid


I have a BPEL process which invokes two partner links provided by external axis 
web services. Can you please tell me how can I put these external webservices 
[Deployed WSDL references] in deploy.xml.

The namespace as shown below are

vtaW [targetnamespace of WSDL file locally present in the project]
vtaP [targnet namespace of BPEL file locally present in the project]

flightW [tareget namespace of service located on external server]
hotelW[tareget namespace of service located on external server]



<?xml version="1.0" encoding="UTF-8"?>
<deploy xmlns="http://ode.fivesight.com/schemas/2006/06/27/dd";
        xmlns:vtaP="http://test.org/BusinessProcesses/VTA";
        xmlns:vtaW="http://test.org/BusinessProcesses/VTA";

        xmlns:flightW="http://test.org/BusinessProcesses/Flight";

        xmlns:hotelW="http://test.org/BusinessProcesses/Hotel";

        >


                <!-- VTA PROCESS -->
                <process name="vtaP:VTA">
                        <active>true</active>
                        <provide partnerLink="VTA_PLT">
                                <service name="vtaW:User_VTAService" 
port="VTA_PLTServicePort" />
                        </provide>
                        <provide partnerLink="Flight_PLT">
                                <service name="flightW:FlightService"
                                        port="FlightServicePort" />
                        </provide>
                        <provide partnerLink="Hotel_PLT">
                                <service name="hotelW:HotelService" 
port="HotelServicePort" />
                        </provide>
                        <invoke partnerLink="VTA_PLT">
                                <service name="vtaW:VTAService" 
port="VTAServicePort" />
                        </invoke>
                        <invoke partnerLink="Flight_PLT">
                                <service name="flightW:VTA_FlightService" 
port="VTA_FlightServicePort" />
                        </invoke>
                        <invoke partnerLink="Hotel_PLT">
                                <service name="hotelW:VTA_HotelService" 
port="VTA_HotelServicePort" />
                        </invoke>
                </process>




</deploy>

Please guide how can i add or import the references to hotelW and fligthW 
external axis services within this deploy.xml.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to