Re: [ACFUG Discuss] Web Service Problem

2009-05-27 Thread Gerry Gurevich
Thanks Ruben. I had already downloaded SOAPUI, but was using a different tool on the recommendation of a colleague. Turns out it was the tool. Thanks also to Charlie for your suggestions. Sorry to bother the list with this non-issue. On Wed, May 27, 2009 at 12:59 PM, Ramirez, Ruben - Curtis

RE: [ACFUG Discuss] Web Service Problem

2009-05-27 Thread Ramirez, Ruben - Curtis 1000
Subject: RE: [ACFUG Discuss] Web Service Problem So are you saying that in fact things are ok, if you don't use that tool? And as far as tools to analyze web services, there are those built into Dreamweaver and Eclipse (with the Adobe CF Extensions). Have you tried either of those? Each of

RE: [ACFUG Discuss] Web Service Problem

2009-05-27 Thread Charlie Arehart
ect: Re: [ACFUG Discuss] Web Service Problem A little clarification of my initial description: I had indicated that the SOAP envelope was formed wrong...but it turns out that this was the tool that I was using to generate the SOAP request that was malforming the outbound request. Presumably i

Re: [ACFUG Discuss] Web Service Problem

2009-05-27 Thread Gerry Gurevich
A little clarification of my initial description: I had indicated that the SOAP envelope was formed wrong...but it turns out that this was the tool that I was using to generate the SOAP request that was malforming the outbound request. Presumably it is because of something in the WSDL. But I'm i

Re: [ACFUG Discuss] Web Service Problem

2009-05-27 Thread Gerry Gurevich
Good thoughts Charlie. But any one of the arguments in the comment will cause the SOAP envelope to become invalid. Commenting all of them out, returns a valid envelope. Anyone have some ideas? Does anyone know of a webservice that is being produced by ColdFusion that ca

RE: [ACFUG Discuss] Web Service Problem

2009-05-26 Thread Charlie Arehart
Well, there's one other difference: both the CFARGUMENT's have "required" and "default". If you think about it, these are mutually exclusive. If you must specify an arg, then there's no need for a default. Of course, it's CF that shouldn't allow them, and I don't know that they should result in the