Where does it state in a WSDL what the return type is? Thanks
-----Original Message----- From: Samuel R. Neff [mailto:[EMAIL PROTECTED]] Sent: 15 January 2003 16:32 To: CF-Talk Subject: Re: Web services and Axis You need to post the URL to the service/wsdl to get a definitive answer, but here's one possibility. Some MS web services are set up to return any XML, where the WSDL literally says it returns <any>. The CFMX implementation of Axis doesn't support this and may cause the type of error your experiencing. At 04:15 PM 1/15/2003, you wrote: >I am trying to invoke a web service in CFMX and I keep gettting this >error..... > >Could not perform web service invocation "getxml" because AxisFault >faultCode: http://xml.apache.org/axis/:Server.userException faultString: >org.xml.sax.SAXException: Deserializing parameter >'getxmlResult': could not find deserializer for type >http://tempuri.org/:>getxmlResponse>getxmlResult faultActor: null >faultDetail: stackTrace: org.xml.sax.SAXException: Deserializing parameter >'getxmlResult': could not find deserializer for type >http://tempuri.org/:>getxmlResponse>getxmlResult at >org.apache.axis.message.RPCHandler.onStartChild(RPCHandler.java:193) at ...... > >What's going on? Any ideas? > >Thanks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

