Hello,
I'm having an issue with some decoded GWTRequests.
For example, the type Resource$TYPE (from an enum) becomes the xml tag:
<GWTRequest>
<service>xxxxxx.UniversalSelectorService</service>
<method>loadGroupsByType</method>
<strongId>xxxxxxx4825ABD194119FC60C8C4AE6</strongId>
<encoded>false</encoded>
<parameters>
<list>
<xxxxxxxxxxxxxxxxxxx.xxxxxx.model.Resource_-TYPE>ASSET_DRIVER</xxxxxxxxxxxxxxxxxxx.xxxxxx.model.Resource_-TYPE>
</list>
</parameters>
</GWTRequest>
Then my server says the method signature is not right...
Also, when a value hasa backslash, NeoLoad doesn't automatically convert it to \\,so I have to do it manually everytime. But on this one I am not stuck.