Solution :
1>Go to bpel process.
2>Check for bpelprocess.componenttype file in your project
3>Remove the unnecessary service component whose reference partner link/wsdl has been removed earlier,for example I have deleted the below service which was removed:
<service name="http_1" ui:wsdlLocation="http_1.wsdl">
<interface.wsdl interface="http://xmlns.oracle.com/pcbpel/adapter/http/Application1/syntest/http_1#wsdl.interface(Request_Response_ptt)"/>
</service>
4>Compile and run your code
1>Go to bpel process.
2>Check for bpelprocess.componenttype file in your project
3>Remove the unnecessary service component whose reference partner link/wsdl has been removed earlier,for example I have deleted the below service which was removed:
<service name="http_1" ui:wsdlLocation="http_1.wsdl">
<interface.wsdl interface="http://xmlns.oracle.com/pcbpel/adapter/http/Application1/syntest/http_1#wsdl.interface(Request_Response_ptt)"/>
</service>
4>Compile and run your code
No comments:
Post a Comment