Link to home
Start Free TrialLog in
Avatar of Lawrence Avery
Lawrence AveryFlag for United States of America

asked on

Returning JSON message from a SOAP Web Service

Does the returning json message have to be received by the javascript portion of the client. Client being a C# web application.

And if the client is a C# windows application, can the json from the  soap web service be received by the windows application?
Avatar of ste5an
ste5an
Flag of Germany image

SOAP returns XML per definition. There is no other return format.

So can you rephrase your question? Why JSON?
ASKER CERTIFIED SOLUTION
Avatar of Aurelian Constantin
Aurelian Constantin
Flag of Romania image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Lawrence Avery

ASKER

Excellent answer.

But look at this site:
How to let an ASMX file output JSON
http://stackoverflow.com/questions/211348/how-to-let-an-asmx-file-output-json
Since the author commented that my answer is excellent, this question should be closed with my answer as solution.