简体   繁体   中英

How can I send AMF Credentials in an AMF request in soapUI?

I need to send a login and password with an AMF Request in soapUI.

Yes, I'm aware that there is an option on the testCase level where you can specify this, and that you can set this property through a test step, but I need to send this information with the request without using this method as I am trying to load test this testCase in LoadUI and all Vitual Users seem to use the same AMF session credentials even when I randomize and reset these values in the test run.

Its instantiating every part of the testCase EXCEPT the AMF session credentials, so I need to find a way to send this with script as these are not sent in the request as arguments, is that possible?

I ended up having to manually create the AMF connection and login and logout and close the connection within a Groovy script step.

Found this great blog that explained the whole proccess.

http://aredko.blogspot.com/2010/06/testing-blazeds-remote-objects-with_06.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM