SOT, JSON web services

2011-07-29 Thread Dan Baughman
Hi List, I know there are tons of tools out there that will take a WSDL and spit out soap packets that you can simply plug your actual variable values into, but doesnt anyone know of anything like that for JSON? I've got a handlful of schema XML's which are part of a WSDL for a JSON web service

Re: SOT, JSON web services

2011-07-29 Thread Raymond Camden
Are you asking for a tool to _format_ JSON? Not quite sure what you mean here. On Fri, Jul 29, 2011 at 3:24 PM, Dan Baughman wrote: > > Hi List, > > I know there are tons of tools out there that will take a WSDL and spit out > soap packets that you can simply plug your actual variable values in

Re: SOT, JSON web services

2011-07-29 Thread Dan Baughman
Well its kind of an odd scenario. I've been given a schema and WSDL for a web service, but the schema and WSDL are in XML, but the web service is expecting to receive request in JSON. So, given a more typical web service, you'd get a WSDL and then a tool, like Altove XMLspy (or an Eclipse plugin

Re: SOT, JSON web services

2011-07-29 Thread Bryan Stevenson
Not odd at allWSDLs are in XML, but don't confuse WSDL format with input/output formats It's like saying because CF is Java that it must output Javawhich of course is not true ;-) So any webservice will be in XML and it's inputs could be queries/XML strings/JSON strings/structures/string

Re: SOT, JSON web services

2011-07-29 Thread Dan Baughman
Thanks for the suggestions. I searched down a similar path - perhaps just converting the XML schemas to JSON or something would avoid the typing. But I heartily disagree with you about the WSDL being in XML and the service itself dealing in JSON being common. I would expect the service to be desc