[flexcoders] Re: WebService Call

2006-07-27 Thread richmcgillicuddy
getData() is the operation. It takes no arguments and returns an array of data. After further investigation I think it is a wsdl file problem. Rich --- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > Don't Webservices require an operation? > > Tracy > > > >

[flexcoders] Re: WebService Call

2006-07-28 Thread richmcgillicuddy
Thanks for the pointers, they are really helpful. I have my own app server and can tell that the flex application calls it, tries to retrieve the wsdl file and then in flex it tells me that there is an XML parsing error in the wsdl file. It this point, I am leaning towards using simple XML since I

[flexcoders] Re: WebService Call

2006-07-28 Thread richmcgillicuddy
Yes, I see the definition but with most XML parse errors (not just flex), the error messages are difficult to track down. It is telling me that it cannot add the node "". I'll get the exact error message and post it later tonight. I'd prefer to use a WebService rather than an Service. Rich ---

[flexcoders] Re: WebService Call

2006-07-30 Thread richmcgillicuddy
> > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of richmcgillicuddy > Sent: Friday, July 28, 2006 9:43 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: WebService Call > > > > Yes, > > I see the definition but with m

RE: [flexcoders] Re: WebService Call

2006-07-27 Thread Tracy Spratt
AS, and trace or alert to make sure the op is being invoked   Tracy   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of richmcgillicuddy Sent: Thursday, July 27, 2006 5:34 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: WebService Call

RE: [flexcoders] Re: WebService Call

2006-07-28 Thread Franck de Bruijn
: flexcoders@yahoogroups.com Subject: [flexcoders] Re: WebService Call   Thanks for the pointers, they are really helpful. I have my own app server and can tell that the flex application calls it, tries to retrieve the wsdl file and then in flex it tells me that there is an XML parsing

Re: [flexcoders] Re: WebService Call

2006-07-28 Thread slangeberg
So when you point your browser to: http://localhost:9126/SOAP you are seeing the WSDL definition?   Scott  On 7/28/06, richmcgillicuddy <[EMAIL PROTECTED]> wrote: Thanks for the pointers, they are really helpful. I have my own appserver and can tell that the flex application calls it, trie

RE: [flexcoders] Re: WebService Call

2006-07-29 Thread Franck de Bruijn
automatically).   Cheers, Franck   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of richmcgillicuddy Sent: Friday, July 28, 2006 9:43 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: WebService Call   Yes, I see the definition but with most

RE: [flexcoders] Re: WebService Call

2006-07-30 Thread Franck de Bruijn
, July 30, 2006 9:15 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: WebService Call   I'll try that and let you know what the results are. Rich --- In [EMAIL PROTECTED]ups.com, "Franck de Bruijn" ...> wrote: > > Have you tried to access the wsdl

[flexcoders] Re: WebService call with more than one argument in call

2008-06-30 Thread dsb1971
Thank you for your hint. Your syntax led me to: myService.myOperation.arguments = { param0 { parm1: value1, parm2: value2 } }; which is running like a charm. I misinterpreted the WSDL-Document defining the input-argument- structure. Daniel Schlichtholz --- In flexcoders@yahoogroups.com, "Josh