Code Comments
Programming Forum and web based access to our favorite programming groups.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.
Post Follow-up to this messageI 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.
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.