Home > database >  PB9 with JAVA WEB application interface, reported the STATUS 500 error
PB9 with JAVA WEB application interface, reported the STATUS 500 error

Time:04-06

Everyone a great god, and ask a question:
System WIN 10, 64, the old PB9 program, running well
In what I took an old PB9 program, needs and a JAVA WEB application interface, the interface part I wrote:

Url="http://xxx.xxx.xxx.xxx/OrderPojo"
OleObject loo_xmlhttp
Loo_xmlhttp=CREATE oleobject
Loo_xmlhttp. ConnectToNewObject (" Msxml2. XMLHTTP. 6.0 ")
Loo_xmlhttp. Open (" POST ", url, false)
Loo_xmlhttp. SetRequestHeader (" the content-type ", "application/json")
Loo_xmlhttp. Send (body)
Messagebox (String (loo_xmlhttp status), String (loo_xmlhttp. The ResponseText))

Then the system returned an error:


Have a master can give directions is what went wrong?
thank you
  • Related