On 4/8/07, Douglas Knudsen <[EMAIL PROTECTED]> wrote: > what is Charles or ServiceCapture or some other sniffer telling you is being > returned to the Flash Player.
The trick with Fiddler was to NOT use "localhost" .. so I changed it to the computer name, which seemed to work fine. However, inspecting the response doesn't seem to help. Looks like a normal WSDL. I've included the raw response below... On a side note, I'm using the most recently download of Coldfusion MX 7 (7.0.2) with the daylight savings time update, and the cumulative hot fix. I'm also running Flex Builder 2.0.1 HOF won't let me paste in the entire wsdl so I'll just paste in the response header and the first 20 lines or so of the wsdl. Rick HTTP/1.0 200 OK Date: Sun, 08 Apr 2007 23:22:49 GMT Content-Type: text/xml; charset=utf-8 Connection: close Server: JRun Web Server <?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions targetNamespace="http://flexfm" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://flexfm" xmlns:intf="http://flexfm" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="http://rpc.xml.coldfusion" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <!--WSDL created by Macromedia ColdFusion MX version 7,0,2,142559--> <wsdl:types> <schema targetNamespace="http://xml.apache.org/xml-soap" xmlns="http://www.w3.org/2001/XMLSchema"> <import namespace="http://rpc.xml.coldfusion"/> <import namespace="http://flexfm"/> <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/> <complexType name="mapItem"> <sequence> <element name="key" nillable="true" type="xsd:anyType"/> <element name="value" nillable="true" type="xsd:anyType"/> </sequence> </complexType> <complexType name="Map"> <sequence> <element maxOccurs="unbounded" minOccurs="0" name="item" type="apachesoap:mapItem"/> </sequence> </complexType> </schema> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion?sdid=RVJR Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:3856 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
