I have a web service (.NET 2.0) that defines a function with input parameters defined as "int".
This web service is running on a 32-bit machine or 64-bit machine.
There is a client that is calling this web service method (written in js).
Client that running on a 64-bit machine failes.
while client that running on a 32-bit machine succeed the request.
Is the any idea for the reason?
This web service is running on a 32-bit machine or 64-bit machine.
There is a client that is calling this web service method (written in js).
Client that running on a 64-bit machine failes.
while client that running on a 32-bit machine succeed the request.
Is the any idea for the reason?
Comment