RE: CFMX WebService w/ Multirefs - STILL SHOWS MULTIREFS?

2003-10-27 Thread Tom Jordahl
Web Services. -- Tom Jordahl Macromedia Server Development -Original Message- From: Samuel Neff [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 12:08 PM To: CF-Talk Subject: RE: CFMX WebService w/ Multirefs - STILL SHOWS MULTIREFS? I don't think the WSDL is an issue now, it's

RE: CFMX WebService w/ Multirefs - STILL SHOWS MULTIREFS?

2003-10-27 Thread Tom Jordahl
: RE: CFMX WebService w/ Multirefs - STILL SHOWS MULTIREFS? CFMX (aka Apache Axis) doesn't create WSDL with the soap:fault name attribute. In my reading the of the WSDL 1.1 spec, it appears that it *should* assign this name, but this is the first complaint I have see about this issue (in almost 2

RE: CFMX WebService w/ Multirefs - STILL SHOWS MULTIREFS?

2003-10-23 Thread Tom Jordahl
: RE: CFMX WebService w/ Multirefs - STILL SHOWS MULTIREFS? I don't think the WSDL is an issue now, it's the actual SOAP response since it doesn't actually embed the response within the response element but instead puts it somewhere else with a reference to it. Is the C++ developer using some

RE: CFMX WebService w/ Multirefs - STILL SHOWS MULTIREFS?

2003-10-23 Thread Brook Davies
Server Development -Original Message- From: Samuel Neff [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 12:08 PM To: CF-Talk Subject: RE: CFMX WebService w/ Multirefs - STILL SHOWS MULTIREFS? I don't think the WSDL is an issue now, it's the actual SOAP response since it doesn't

RE: CFMX WebService w/ Multirefs - STILL SHOWS MULTIREFS?

2003-10-22 Thread Brook Davies
I am still having a problem using a webservice to pass a complex data type toC++. I have usedthe example below to define the complex data type (Struct) in the hope that the resulting SOAP XML would not contain any multiref elements because my C++ developer says he can not work with those.

Re: CFMX WebService w/ Multirefs - STILL SHOWS MULTIREFS?

2003-10-22 Thread Matt Liotta
The struct return you were using before is handled in an Axis specific way, but your current WSDL seems to be standard, so I would suggest you provide it to your C++ developer and see what he thinks. Matt Liotta President CEO Montara Software, Inc. http://www.MontaraSoftware.com (888) 408-0900

RE: CFMX WebService w/ Multirefs - STILL SHOWS MULTIREFS?

2003-10-22 Thread Samuel Neff
-Talk Subject: Re: CFMX WebService w/ Multirefs - STILL SHOWS MULTIREFS? The struct return you were using before is handled in an Axis specific way, but your current WSDL seems to be standard, so I would suggest you provide it to your C++ developer and see what he thinks. Matt Liotta [Todays