Hello,

I'm looking at a rather older WSDL and am not sure what type of web service
it is--RPC/encoded? JAX-RPC? or XML over HTTP JAX-WS or?  Here are a couple
of its operations below--if anyone could give me a name for this type of web
service it would be appreciated.

Regards,
Glen

  <wsdl:binding name="FOOHttpPost" type="tns:FOOHttpPost">
    <http:binding verb="POST"/>
    <wsdl:operation name="get_foo_date">
      <http:operation location="/get_foo_date"/>
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded"/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="get_bar_data">
      <http:operation location="/get_bar_data"/>
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded"/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>

-- 
View this message in context: 
http://www.nabble.com/Name-that-Web-Service-tp16993337p16993337.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to