D
Dick Berthold
I use the Send method of ServerXMHTTP to send an XML request to another site.
They are not having any problems as long as the size of my XML is less than
8192 but over that size they are having problems. I am properly setting the
length as they show that is the value of getContentLength. I assume that the
8192 is on their side as they show a read of 8192 followed by a read of the
rest. My question is whether there is some way I can be sure to send my
entire message is a single transmission.
They are not having any problems as long as the size of my XML is less than
8192 but over that size they are having problems. I am properly setting the
length as they show that is the value of getContentLength. I assume that the
8192 is on their side as they show a read of 8192 followed by a read of the
rest. My question is whether there is some way I can be sure to send my
entire message is a single transmission.