Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
TLH1 #1
Document-literal style web services
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
TLH1 Guest
-
RPC/Encoded to Document/Literal Conversion
How do we convert an RPC/Encoded WSDL to a Document/Literal WSDL? Do any tools exist? -
Document-literal web services
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... -
Problem with consuming document/literal web services.
I'm having problems consuming a document literal web service with <cfinvoke> in a CFM page. I'm receiving the following error. Could not generate... -
Creating a Document-Literal Web Service
I'm trying to help a customer set up a Document Literal service under his CF environment. I'll be calling from an Axis/Castor client, but I'm not... -
RPC vs Document style messaging
Hi, I have a few doubts regarding RPC and messaging and the use/need for Document style and RPC style encoding of SOAP messages. I have searched...



Reply With Quote

