Hi,
I’m trying to use some WSDL files from /private folder in server. Im using Assets.getText
Assets.getText
But I get error:
Error: Unknown asset: ./wsdl/QueryJournalEntryIn.wsdl
What I am doing wrong?
skip the ./ in the path
Yes that works, thank you