Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

POSTURL response from Webserver getting cut off
Response string from a servlet to our powerbuilder application getting cut o
ff.

Application has the following code to send and get the data.

lb_args = blob(as_querystring)
ll_length = Len(lb_args)

ls_headers = "Content-Type: " + &
       "application/x-www-form-urlencoded~n" + &
       "Content-Length: " + String( ll_length ) + "~n~n"

li_rc = iinet_urlcontext.PostURL(ls_url, lb_args, ls_headers, iuo_cre_intern
et_result) 


It looks like servlet is sending complete data to powerbuilder application.

Any idea ?

Thanks for any help in advance.

Report this thread to moderator Post Follow-up to this message
Old Post
chellakudam
12-16-04 11:15 PM


Re: POSTURL response from Webserver getting cut off
I am having a similar problem.
I am using PB 10.
Did you find out why this is happening or how to resolve it ?

quote:
Originally posted by chellakudam Response string from a servlet to our powerbuilder application getting cut o ff. Application has the following code to send and get the data. lb_args = blob(as_querystring) ll_length = Len(lb_args) ls_headers = "Content-Type: " + & "application/x-www-form-urlencoded~n" + & "Content-Length: " + String( ll_length ) + "~n~n" li_rc = iinet_urlcontext.PostURL(ls_url, lb_args, ls_headers, iuo_cre_intern et_result) It looks like servlet is sending complete data to powerbuilder application. Any idea ? Thanks for any help in advance.

Report this thread to moderator Post Follow-up to this message
Old Post
Grimjack
02-16-05 05:27 PM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

PowerBuilder archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 07:34 AM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.