[cfaussie] Re: consuming web services with complex input types

2006-05-12 Thread Shane Farmer
Scott,   If you have a look at the output of wsdl2java you will be able to see what CF will see when it parses the WSDL. As far as I know (and correct me if I'm wrong) but CF uses wsdl2java internally any way. By looking at the class generated (you may have to decompile but not sure if you are alou

[cfaussie] Re: consuming web services with complex input types

2006-05-08 Thread Scott Arbeitman
doesn't really help. i could examine the wsdl and parse it, etc but seems like a lot work. i need some like wsdl2java, but for cf. i know i can use wsdl2java with cf, but am trying to avoid classpath dependacies. --~--~-~--~~~---~--~~ You received this message bec

[cfaussie] Re: consuming web services with complex input types

2006-05-07 Thread grant
if you're on cf7 there's a bunch of new functions for inspecting SOAP requests and headers... On 5/8/06, Scott Arbeitman <[EMAIL PROTECTED]> wrote: > > Hi All, > > Can anyone tell me a simple way to get a Struct "stub" that I can > examine and populate before sending it as an input to a web servi