I will be accessing a Web Service written using Axis. The messages will be about 3.2MB or less in size. I'm wondering if I will have performance issues parsing a message of this size. 3.2MB will be the max and the message will initially be much smaller. The message will contain about 6-8 different text attributes. Has anyone been working with soap messages of this size successfully with no performance issues?
Jan