14 years ago
AMF object response to request
Hello,
I have a problem transferring an AMF object from a response to a request.
I have an AMF Login call which gives as a response some Objects in the following format:
<Object1>
<Object2>
<User>
</User>
</Object2>
</Object1>
In A next test step, I use a Property Transfer to take the ResponseAsXml and put it in a property 'user' of an other test step.
When I execute the step, I get an error response, saying that an Object of type User was expected while the input was of type String.
Is it somehow possible to pass the User Object in the response as a User object and not as a String?
Great job with soapUI by the way!
I have a problem transferring an AMF object from a response to a request.
I have an AMF Login call which gives as a response some Objects in the following format:
<Object1>
<Object2>
<User>
</User>
</Object2>
</Object1>
In A next test step, I use a Property Transfer to take the ResponseAsXml and put it in a property 'user' of an other test step.
When I execute the step, I get an error response, saying that an Object of type User was expected while the input was of type String.
Is it somehow possible to pass the User Object in the response as a User object and not as a String?
Great job with soapUI by the way!