I created a simple web service that returns a query (Querybean). It works
great!

Now, I'm being told that I have to use an XML schema that was sent to me from
a .NET programmer in an xsd file. How can I do this with CF MX7???

I realize now that my web service is "RPC" style (by default). I'm guessing
that I need to start by changing it to "Document" style. But when I do this,
the web service response stops using a Querybean and my results are skewed.
Also, if I try using a hard coded WSDL (saved from the generated one) with
wsdlfile="pathtowsdlfile", CF cannot even create stub objects for the web
service.

Can someone point me in the right direction, please? Thanks.

Mike