I've been doing some work with SOAP, however, when I go to process a
request SOAP only downloads a portion of the response, which in turn
breaks the parsing of the response. Could this be due to the size of
the response? (in excess of 16Kb) I tried with a smaller response and
that got through fine.
Thanks
···
--
Posted via http://www.ruby-forum.com/.
Hi,
Philip Schalm wrote:
I've been doing some work with SOAP, however, when I go to process a
request SOAP only downloads a portion of the response, which in turn
breaks the parsing of the response. Could this be due to the size of
the response? (in excess of 16Kb) I tried with a smaller response and
that got through fine.
I have no clue about that behavior. Can I access the actual SOAP server?
Regards,
// NaHi