ContributionsMost RecentMost LikesSolutionsSoapUI throws Unsupported AMF version for the AMF requestHi All, I have a flex application, which returns a Login window If i do a GET request. I am running a AMF request for the same. But teh SoapUi throws an error for unsupported version {{{ Mon Jan 31 19:35:15 IST 2011:ERROR:An error occured [flex.messaging.MessageException: Unsupported AMF version 15,393.], see error log for details }}} Please tell me how to rectify this error. ThanksSoapUI not presenting Client Certificate to server.Hi All, I have a client and server certificate and Key in pem format. I converted them in p12 and jks format and supplied the client certificate to SoapUI with the new password. But the Server is not able to recieve the certificate file which I am posting. Could you please tell me the way to do so? I scapture the traffic between Client and Server and I don't see any certificate packet going in between. Thanks.How do we give Mutual Authentication in SoapUIHi, As a part for security, I am trying to establish a mutual authentication between my client and server. I am generating two certs and two key files one each for client and server. I want my SoapUI to mimick the Client and try to connect to server using this mutual authentication over HTTPS connection. Please tell me the way to achieve this. Thanks, PriyeshSetting Resource Path from command LineHi All, I am testing a Web Server using SoapUI from command Line. I testing the POST method for the Rest service. The Rest service Resource path is dynamic and changes for every post. I need to set this resource path from the command line as I am trying to execute the soapUI from PyUnit code. I tried using "property" method, but I am not sure how to use that. Please tell me how can i achieve my objective? Regards, Priyesh