1
Reply

What are the limitations of using GET & POST to communicate with a web service?

    It is less secured than SOAP.

    It prevents the user from passing structures and objects as arguments

    It prevents the user from passing ByRef arguments