RE: [U2] Soap Pt 2

2007-06-06 Thread gerry-u2ug
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Cipollina Sent: June 5, 2007 1:21 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Soap Pt 2 I ran into the same issue. What I ended up doing was writing my own subroutine to make web service calls. It is nothing

[U2] Soap Pt 2

2007-06-05 Thread gerry-u2ug
Calling a webservice using SoapSetParameters , SoapSubmitRequest There seems to be a limit of about 16K where any parameters exceeding this size get jumbled up - using SoapRequestWrite it looks like some sort of buffer overwrite going on. I can get around this by manually building the entire soap

RE: [U2] Soap Pt 2

2007-06-05 Thread Nick Cipollina
PROTECTED] On Behalf Of gerry-u2ug Sent: Tuesday, June 05, 2007 12:33 PM To: u2-users@listserver.u2ug.org Subject: [U2] Soap Pt 2 Calling a webservice using SoapSetParameters , SoapSubmitRequest There seems to be a limit of about 16K where any parameters exceeding this size get jumbled up - using