I see. Thanks for the help. (And "http://schemas.xmlsoap.org/wsdl/mime/", to answer your question, Benson.)
Glen 2008-05-01 Daniel Kulp wrote: > Glen, > > If you check the WSDL 1.1 spec, it defines bindings for a special HTTP > GET/POST binding in addition to SOAP. It's a bit complicated so very > few toolkits support it. It defines some things like mapping GET > params to input parts, mapping from FORM data, etc... > > Dan > (sent from my new Mac. :-) > > > Glen Mazza wrote: > > 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> > > >
