Hi List
I still can't find any help neither solution and my client needs me to find it quickly... In a webservice connected flash application, when the server sends an exception, (working, verified when fill the address directly in a browser), flash doesn't receive it, but throws a onFault event, with only an "unable to connect to endpoint"
pendingCall.response is empty
I have no way to receive the error code....

please where does it come from, what should I do to catch the error key??

the received soap verified in a browser, but that flash doesn't read, is:

<soapenv:Envelope>
   <soapenv:Body>
       <soapenv:Fault>
           <faultcode>soapenv:Server</faultcode>
           <faultstring>hereTheErrorCodeAsANumber</faultstring>
           <faultactor>API Web Service IHM PRO</faultactor>
            <detail>
                   <ns1:hostname>g-Host</ns1:hostname>
           </detail>
       </soapenv:Fault>
   </soapenv:Body>
</soapenv:Envelope>



thanks

PiR
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to