Hi, Iam creating a coldfusion webservice which will be consumed by a realbasic application. But i have been getting an xmlexception.
on searching the web, i came to know that realbasic requires the webservice wsdl to have SOAPAction header set to something. So can someone please suggest how we can manually set the SOAPAction header, currently it displays as <soap:operation soapAction=""/> or if someone has found a solution to consuming coldfusion service in realbasic can you let me know the solution pls. thanks vikram -----Original Message----- From: Russ [mailto:[EMAIL PROTECTED] Sent: 23 February 2006 21:09 To: CF-Talk Subject: RE: getting response back from a webservice http://asp.istandfor.com/test.cfm > -----Original Message----- > From: Munson, Jacob [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 23, 2006 3:56 PM > To: CF-Talk > Subject: RE: getting response back from a webservice > > Did you try cfdumping it? Also, you could use one of ColdFusion's Is_ > functions to find out exactly what it is: > isObject, isArray, isStruct, isSoapRequest, isQuery, etc. > > > > -----Original Message----- > > From: Russ [mailto:[EMAIL PROTECTED] > > Sent: Thursday, February 23, 2006 1:38 PM > > To: CF-Talk > > Subject: getting response back from a webservice > > > > We are using CF7 and I'm trying to invoke a webservice > > written in asp.net. > > The webservice returns an xml fragment, but coldfusion thinks > > it's some sort > > of object, and I can't seem to figure out how to read it. Am I doing > > something wrong? Is there a way to tell coldfusion to treat > > the response as > > an xml string? Is there a good way to interface with the > > object it seems to > > be returning? > > > [INFO] -- Access Manager: > This transmission may contain information that is privileged, confidential > and/or exempt from disclosure under applicable law. If you are not the > intended recipient, you are hereby notified that any disclosure, copying, > distribution, or use of the information contained herein (including any > reliance thereon) is STRICTLY PROHIBITED. If you received this > transmission in error, please immediately contact the sender and destroy > the material in its entirety, whether in electronic or hard copy format. > Thank you. A2 > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233291 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

