Hello Everyone,
 
I'm getting a very strange error.
 
Request implements version: http://schemas.xmlsoap.org/soap/envelope/
Response implements version http://schemas.xmlsoap.org/wsdl/
 
I've looked in the Docs found nothing on this, and I don't know how to modify the WEBService to change:
 
The WEBService:
 
    <mx:WebService id="PaymentWS" protocol="http"
  wsdl="http://localhost/SerialDevice/SerialDevice.dll?Handler=GenSerialDeviceWSDL"
  showBusyCursor="true"
        fault="faultHandler(event.fault.faultstring)" concurrency="multiple" load="runServices()">
        <mx:operation name="OpenPort" result="ResultHandler(event.result.OpenPortOut)">
         <mx:request>
             <bstrPortName>COM4</bstrPortName>
    <BaudRate>9600</BaudRate>
    <ByteSize>8</ByteSize>
    <parity>N</parity>
    <StopBits>1</StopBits>
    <iReadTimeoutms>300</iReadTimeoutms>
      </mx:request>
  </mx:operation>
        <mx:operation name="Read" result="ReadResultHandler(event.result.ReadOut)">
   <mx:request>
    <iDeviceNumber>{ReadComPortNumber}</iDeviceNumber>
   </mx:request>
  </mx:operation>
        <mx:operation name="Write" result="WriteResultHandler(event.result.WriteOut)">
   <mx:request>
    <iDeviceNumber>{WriteComPortNumber}</iDeviceNumber>
   </mx:request>
  </mx:operation>
        <mx:operation name="ClosePort" result="CloseResultHandler(event.result.ClosePortOut)">
   <mx:request>
    <iDeviceNumber>{CloseComPortNumber}</iDeviceNumber>
   </mx:request>
  </mx:operation>
    </mx:WebService>
Any help would greatly be appreciated
 
James


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to