"Eric Langheinrich" <[EMAIL PROTECTED]> writes:

> I'm not able to inspect the file on the host. I get back and XML
> string with a result.
> 
> > Try to print the request that POST() returns above to see if you can
> > spot what is wrong.
> >
> >  $req = POST($baseurl, ....);
> >  print $req->as_string;
> >
> >  $res = $ua->request($req);
> 
> The response from the server is basic header information and an XML
> string. I have the following to receive the response:

What I suggested above was to inspect the "request" before it is sent,
since you seemed to think that it was not set up properly.

Regards,
Gisle

Reply via email to