Can you double check the SEI?

--  
Willem Jiang

Red Hat, Inc.
Web: http://www.redhat.com
Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) 
(English)
          http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese)
Twitter: willemjiang  
Weibo: 姜宁willem





On Thursday, November 14, 2013 at 3:56 PM, Malathi G wrote:

> I have checked, the operaction name is same. This is my wsdl file
>  
> <?xml version="1.0" encoding="UTF-8" ?>
> <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";
> xmlns:ns1="http://org.apache.axis2/xsd";
> xmlns:ns="http://service.polaris.com";
> xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl";
> xmlns:http="http://schemas.xmlsoap.org/wsdl/http/";
> xmlns:xs="http://www.w3.org/2001/XMLSchema";
> xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/";
> xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";
> xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/";
> targetNamespace="http://service.polaris.com";>
> <wsdl:documentation>ServiceRequest</wsdl:documentation>
> <wsdl:types>
> <xs:schema attributeFormDefault="qualified"
> elementFormDefault="qualified"
> targetNamespace="http://service.polaris.com";>
> <xs:element name="request">
> <xs:complexType>
> <xs:sequence>
> <xs:element minOccurs="0" name="request" nillable="true"
> type="xs:string" />
> </xs:sequence>
> </xs:complexType>
> </xs:element>
> <xs:element name="requestResponse">
> <xs:complexType>
> <xs:sequence>
> <xs:element minOccurs="0" name="return" nillable="true"
> type="xs:string" />
> </xs:sequence>
> </xs:complexType>
> </xs:element>
> </xs:schema>
> </wsdl:types>
> <wsdl:message name="requestRequest">
> <wsdl:part name="parameters" element="ns:request" />
> </wsdl:message>
> <wsdl:message name="requestResponse">
> <wsdl:part name="parameters" element="ns:requestResponse" />
> </wsdl:message>
> <wsdl:portType name="ServiceRequestPortType">
> *<wsdl:operation name="request">
> <wsdl:input message="ns:requestRequest" wsaw:Action="urn:request" />
> <wsdl:output message="ns:requestResponse"
> wsaw:Action="urn:requestResponse" />
> </wsdl:operation>* </wsdl:portType>
> <wsdl:binding name="ServiceRequestSoap11Binding"
> type="ns:ServiceRequestPortType">
> <soap:binding transport="http://schemas.xmlsoap.org/soap/http";
> style="document" />
> <wsdl:operation name="request">
> <soap:operation soapAction="urn:request" style="document" />
> <wsdl:input>
> <soap:body use="literal" />
> </wsdl:input>
> <wsdl:output>
> <soap:body use="literal" />
> </wsdl:output>
> </wsdl:operation>
> </wsdl:binding>
> <wsdl:binding name="ServiceRequestSoap12Binding"
> type="ns:ServiceRequestPortType">
> <soap12:binding transport="http://schemas.xmlsoap.org/soap/http";
> style="document" />
> <wsdl:operation name="request">
> <soap12:operation soapAction="urn:request" style="document" />
> <wsdl:input>
> <soap12:body use="literal" />
> </wsdl:input>
> <wsdl:output>
> <soap12:body use="literal" />
> </wsdl:output>
> </wsdl:operation>
> </wsdl:binding>
> <wsdl:binding name="ServiceRequestHttpBinding"
> type="ns:ServiceRequestPortType">
> <http:binding verb="POST" />
> <wsdl:operation name="request">
> <http:operation location="ServiceRequest/request" />
> <wsdl:input>
> <mime:content type="text/xml" part="request" />
> </wsdl:input>
> <wsdl:output>
> <mime:content type="text/xml" part="request" />
> </wsdl:output>
> </wsdl:operation>
> </wsdl:binding>
> <wsdl:service name="ServiceRequest">
> <wsdl:port name="ServiceRequestHttpSoap11Endpoint"
> binding="ns:ServiceRequestSoap11Binding">
> <soap:address
>  
> location="http://localhost:9090/axis2/services/ServiceRequest.ServiceRequestHttpSoap11Endpoint/";
> />
> </wsdl:port>
> <wsdl:port name="ServiceRequestHttpSoap12Endpoint"
> binding="ns:ServiceRequestSoap12Binding">
> <soap12:address
>  
> location="http://localhost:9090/axis2/services/ServiceRequest.ServiceRequestHttpSoap12Endpoint/";
> />
> </wsdl:port>
> <wsdl:port name="ServiceRequestHttpEndpoint"
> binding="ns:ServiceRequestHttpBinding">
> <http:address  
> location="http://localhost:9090/axis2/services/ServiceRequest.ServiceRequestHttpEndpoint/";
> />
> </wsdl:port>
> </wsdl:service>
> </wsdl:definitions>  
>  
>  
>  
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Camel-to-Webservice-call-can-t-find-BindingOperationInfo-exception-tp5743233p5743248.html
> Sent from the Camel - Users mailing list archive at Nabble.com 
> (http://Nabble.com).



Reply via email to