0
나는 위치에 따라 정책 스튜디오에서 WSDL 등록하려고 : 비즈니스 서비스> 웹 서비스 저장소> 웹 서비스 을하지만 등록하는 동안이 오류가 점점 오전 :는 정책 Studio에서 오류 "WSFilter를 생성 할 수 없습니다"
을Couldn't Generate WSFilter
또한 WS-i 기본 프로필을 통해 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>