Hello,
In Uniface 10.4 patch 056, we use xmltostruct to convert the response we get from WebService :
xmltostruct sStruct, sContents
It works perfectly on our server, but on customer's server it's not OK (even with the same sContents variable). At customer, just after xmltostruct statement, sStruct is empty, so when I try to get an item from sStruct with :
sStatus = sStruct->Operation->status
I get -84 error :
-84 |
UACTERR_NO_OBJECT |
Struct refers to zero Structs |
At the same way, I got "Unable to load uxml; error 127 ('La procédure spécifiée est introuvable').
And what is also strange is that I use xmltostruct in other Uniface component at this customer and it's ok.
Thanks for advance.
Regards,
Laurent.
------------------------------
Jérémie CEDOLIN
Proges Plus
Willems FR
------------------------------