If it's not known/documented what the protocol used is, one can sniff the network traffic with a tool like Wireshark to determine the protocol (unless it's proprietary one not defined by Wireshark, which then just makes it TCP/IP or UDP packets).
Are you talking about Flex client app to Flex/Flash server communication, or Flex/Flash/AIR client app communication with some website? If the latter, it could just be HTTP (REST, SOAP, XML-RPC) from the client to the server (or web service). But the former, I don't know what the protocol would be but assume it still based on HTTP. On Thu, Jun 28, 2012 at 1:59 PM, Sergio Boso <[email protected]>wrote: > Hi everybody, > > does anyone has experience testing flex applications? > What kind of protocols it uses with the server? > > I found traces of a plugin here: > http://blog.everythingflex.**com/2011/09/15/announcing-** > jmeter-amf-load-test-plugin/<http://blog.everythingflex.com/2011/09/15/announcing-jmeter-amf-load-test-plugin/> > > has anybody tried it? > > -- > > Ing. Sergio Boso > > > > > > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > user-unsubscribe@jmeter.**apache.org<[email protected]> > For additional commands, e-mail: [email protected] > >
