This is a multi-part message in MIME format.

------=_NextPart_000_0009_01C1351A.67DDDE60
Content-Type: text/plain;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I'm trying to connect to a secure server, send a post request (an XML =
doc) and receive a response (another XML doc) over that connection. I =
have written a Java object that, when run from the command line, =
performs this operation just fine. However, when I create the object and =
run it in a CF file, it doesn't execute properly. I know I am creating =
the object fine but because I can access instance variables using their =
getter and setter methods. It even creates the new XML document but that =
document has no data in it. When run from the command line, this whole =
process takes up to 20 or 30 seconds but when run from CF, it completes =
instantly, as though it's not waiting for the response from the remote =
server.=20

Can anyone offer some advice regarding this? PLEASE!!

Thanks in advance,
Paul


Paul John Summers, Jr.
(617)501-3536

------=_NextPart_000_0009_01C1351A.67DDDE60
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2919.6307" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>I'm trying to connect to a secure =
server, send a=20
post request (an XML doc) and receive a response (another XML doc) over =
that=20
connection. I have written a Java object that, when run from the command =
line,=20
performs this operation just fine. However, when I create the object and =
run it=20
in a CF file, it doesn't execute properly. I know I am creating the =
object fine=20
but because I can access instance variables using their getter and =
setter=20
methods. It even creates the new XML document but that document has no =
data in=20
it. When run from the command line, this whole process takes up to 20 or =
30=20
seconds but when run from CF, it completes instantly, as though it's not =
waiting=20
for the response from the remote server. </FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Can anyone offer some advice regarding =
this?=20
PLEASE!!</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Thanks in advance,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Paul</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Paul John Summers,=20
Jr.<BR>(617)501-3536</FONT></DIV></BODY></HTML>

------=_NextPart_000_0009_01C1351A.67DDDE60--


FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to