CF MX is over-riding my WSDL definitions.  Where I have:

<wsdl:types>
<s:schema elementFormDefault="qualified" 
targetNamespace="http://developer.intuit.com/";>
<s:element name="serverVersion">
</s:element>
        <s:element name="serverVersionResponse">
                <s:complexType>
                        <s:sequence>
                                <s:element minOccurs="1" maxOccurs="1" 
name="serverVersionResult" type="s:string" />
                        </s:sequence>
                </s:complexType>
        </s:element>

The Service Call results in:

<?xml version="1.0" encoding="utf-8"?><soapenv:Envelope 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
 <soapenv:Body>
  <ns1:serverVersionResponse 
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; 
xmlns:ns1="http://qbwc.opensource";>
   <serverVersionReturn xsi:type="xsd:string">Testing</serverVersionReturn>
  </ns1:serverVersionResponse>
 </soapenv:Body>
</soapenv:Envelope>

What is going on??? 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322134
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to