Please help me I need to get it working but I get some errors during WSDL importing.
I cant import ANY of the WSDL files because I get access violation error during a few parsing items.
Could some help me with this one?
http://webapi.allegro.pl/uploader.php?wsdlI installed wst_design from WSD 0.5 and compilation went successful, but for example ws_helper dont compile and dont even start compiling. I get irracional error
Error: Illegal parameter: -H+Help
---
EDIT
OK, I handled importing WSDL, but another huge problem occured. A lot of variables stored in WSDL contain - character (dash). And after converting it into Pascal code, FPC cannot parse it because pascal variables cannot have "-" this character in its name.
Any suggestions how to overcome this?