Advertisement
Guest User

A simple web service post

a guest
Jul 11th, 2011
727
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <mx:HTTPService id="userRequest" url="../targetFileOnWebServer.aspx" useProxy="false" method="POST" fault="Alert.show('Oops: There has been an a problem with the connection.\nPlease check your internet connnection and try again.','Connection Error')" result="HandleLogin();" showBusyCursor="true"  >  
  2.             <mx:request xmlns="">
  3.                 <JsonParameter>{MyStringWithThePrameter}</JsonParameter>
  4.             </mx:request>
  5.         </mx:HTTPService>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement