If you were to re-write the <mx:WebService> tag so it only contained
one operation each, does the problem go away?

-- 
Dave Wolf
Cynergy Systems, Inc.
Macromedia Flex Alliance Partner
http://www.cynergysystems.com

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY

--- In [email protected], "James" <[EMAIL PROTECTED]> wrote:
>
> 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=GenSerialDevice
> WSDL"
>   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
>







------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
--------------------------------------------------------------------~-> 

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

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to