| Dart Home | PowerTCP Web for ActiveX | Custom Development | Reply | PowerTCP Web for ActiveX Topics | Forums |
| Author | Forum: PowerTCP Web for ActiveX Topic: DART WEB component-Datapacket-Seperated for Header and Data |
| ginu From: Zurich, Switzerland Posts: 2 Member Since: 05/04/05 |
posted May 4, 2005 5:44 AM Hi there, when i sniff or snoop the things I post I see that header is sent then Data is sent followed by in a sepeated packet. is there a possibility that i can sent them together in a single packet in DART WEB component I have seen that with JAVA its possible to do that(ie to sent Header and Data block in one packet) its very important for us to have it for sending SOAP content. Can you help me!! Rgds GGK |
Tony Priest![]() From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted May 4, 2005 7:30 AM No, it would not be possible to that using the Web tool. You could do it using the Winsock Tool, but you would have to construct the header and data yourself and write your own method for sending it. Personally I don't see why this would be necessary though. TCP is stream oriented and there is never any guarantee that everything you submit will be sent in the exact buffers that you sent. The stack may choose to break it up into smaller buffers if conditions warrant it. |
| ginu From: Zurich, Switzerland Posts: 2 Member Since: 05/04/05 |
posted May 4, 2005 8:23 AM Hi thanks a lot for that quick reply. I agree to you.Do you think there is any kinda manipulation of the string when send out with DART WEB Component? We have found that SOAP message that we have sent out with JAVA Application works at the receving(which we have no access) but when we try to sent out same SOAP Message with DART WEB Component it dont work. We Put our own HTTP header as follows(with appropriate values for them): Accept Content-Length Pragma User-Agent Cache-Control SOAPAction Content-Length Hope this does'nt matter thanks in advance for yor feedback |
Tony Priest![]() From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted May 4, 2005 9:09 AM If you have the ability to "sniff or snoop" then you should be able to recreate the the same header and data using the Web tool. If you aren't able to resolve this, please send a report to support@dart.com with a full description of what we need to do to duplicate the problem. |
| Reply | PowerTCP Web for ActiveX Topics | Forums |
This site is powered by
PowerTCP WebServer for ActiveX
|