2016-12-09 36 views
0

我想註冊下的位置在政策的工作室WSDL: 商業服務> Web服務存儲庫> Web服務 但在註冊時我收到此錯誤:「無法生成WSFilter」錯誤政策工作室

Couldn't Generate WSFilter

我還通過WS-i基本配置文件驗證了WSDL,並且結果已通過。

請幫我解決問題。

這裏是我想註冊的WSDL:

<wsdl:definitions xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:client="http://xmlns.oracle.com/Test_SOA_Service/Test_SOA_Service" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" name="Test_SOA_Service" targetNamespace="http://xmlns.oracle.com/Test_SOA_Service/Test_SOA_Service"> 
 
<wsdl:documentation> 
 
<abstractWSDL> 
 
http://soadev1.cp.np.com:1234/soa-infra/services/Test_SOA_Service!1.0/Test_SOA_Service.wsdl 
 
</abstractWSDL> 
 
</wsdl:documentation> 
 
<plnk:partnerLinkType name="Test_SOA_Service"> 
 
<plnk:role name="Test_SOA_ServiceProvider"> 
 
<plnk:portType name="client:Test_SOA_Service"/> 
 
</plnk:role> 
 
</plnk:partnerLinkType> 
 
<wsdl:types> 
 
<schema xmlns="http://www.w3.org/2001/XMLSchema"> 
 
<import namespace="http://xmlns.oracle.com/Test_SOA_Service/Test_SOA_Service" schemaLocation="http://soadev1.cp.np.com:1234/soa-infra/services/Test_SOA_Service/test_soa_service_client_ep?XSD=xsd/Test_SOA_Service.xsd"/> 
 
</schema> 
 
</wsdl:types> 
 
<wsdl:message name="Test_SOA_ServiceRequestMessage"> 
 
<wsdl:part name="payload" element="client:process"/> 
 
</wsdl:message> 
 
<wsdl:message name="Test_SOA_ServiceResponseMessage"> 
 
<wsdl:part name="payload" element="client:processResponse"/> 
 
</wsdl:message> 
 
<wsdl:portType name="Test_SOA_Service"> 
 
<wsdl:operation name="process"> 
 
<wsdl:input message="client:Test_SOA_ServiceRequestMessage"/> 
 
<wsdl:output message="client:Test_SOA_ServiceResponseMessage"/> 
 
</wsdl:operation> 
 
</wsdl:portType> 
 
<wsdl:binding name="Test_SOA_ServiceBinding" type="client:Test_SOA_Service"> 
 
<soap:binding transport="http://schemas.xmlsoap.org/soap/http"/> 
 
<wsdl:operation name="process"> 
 
<soap:operation style="document" soapAction="process"/> 
 
<wsdl:input> 
 
<soap:body use="literal"/> 
 
</wsdl:input> 
 
<wsdl:output> 
 
<soap:body use="literal"/> 
 
</wsdl:output> 
 
</wsdl:operation> 
 
</wsdl:binding> 
 
<wsdl:service name="test_soa_service_client_ep"> 
 
<wsdl:port name="Test_SOA_Service_pt" binding="client:Test_SOA_ServiceBinding"> 
 
<soap:address location="http://soadev1.cp.np.com:1234/soa-infra/services/Test_SOA_Service/test_soa_service_client_ep"/> 
 
</wsdl:port> 
 
</wsdl:service> 
 
</wsdl:definitions>

回答

0

我找到了答案。 Vordel的配置方式只能打到OSB服務。這裏我正在嘗試打擊BPEL服務。