Sent by Ali Koumaiha on 07/24/2012 09:51:59 AM:
I am seeing a strange behavior on one of my client.
they have usre's they use an app that send a small xml to update some tables at the corporate server. the app post the xml to foxweb. FoxWeb, takes the xml, turns it into a cursor, then, upon success, the fwx script, does:
response.write("success")
the app reads the success reponse and does its thing on the user's end.
Also, there is a Portal system, (other pages) where employees, and users, and customers can view their invoices, have a shopping cart, etc..
some employees that are NOT using the xml scripts at all (and they cannot), are seeing the "success" from another script.
example:
1- POS app posts xml to SyncDBF.fwx
2- SyncDBF.fwx processes the xml and does respone.write("success")
user: navigates the portal and accesses PreviousOrders.fwx
users: seeing "success" (once in a while).
they sent me a snap shot of the webpage, which is the url has previousorders.fwx, and the only fwx EVER on that server that has "success" as response.write is SyncDBF.fwx
what should I do?