RE: [U2] Soap Pt 2

2007-06-06 Thread gerry-u2ug
Thanks Nick,

I modified my sub to format the entire soap message and use
SoapSetRequestContent rather than SoapSetParameters to get around this.
Now I see why the IBM online samples do the manual message building -
because using set parameters doesn't work in all cases.

Gerry



-Original 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 more than a socket
call on a given port and IP address expecting a specific packet.

Thanks,
 
Nick Cipollina
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL 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 SoapRequestWrite it looks like some
sort of buffer overwrite going on.
I can get around this by manually building the entire soap message and
using SoapSetRequestContent() but is there any way to increase this
limit , 16K is pretty small for say any non-trivial xml document ?

Gerry
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[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 message and
using SoapSetRequestContent() but is there any way to increase this
limit , 16K is pretty small for say any non-trivial xml document ?

Gerry
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Soap Pt 2

2007-06-05 Thread Nick Cipollina
I ran into the same issue.  What I ended up doing was writing my own
subroutine to make web service calls.  It is nothing more than a socket
call on a given port and IP address expecting a specific packet.

Thanks,
 
Nick Cipollina
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL 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 SoapRequestWrite it looks like some
sort of buffer overwrite going on.
I can get around this by manually building the entire soap message and
using SoapSetRequestContent() but is there any way to increase this
limit , 16K is pretty small for say any non-trivial xml document ?

Gerry
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/