| Author |
Urgent! Http Adapter Configuration
|
|
| redbastid@yahoo.com 2005-08-25, 2:52 am |
| Hi!
I've been struggling all day with http adapter configuration. I need
to post a flat file to a third-party encrypted site as a
mutli-part/form-data post. The format of the URL is as follows:
https://www.site.com/page.pl
My file is actually an X12 file.
I'm currently receiving a 500 error from the web server. I'm looking
for clues on how to track/sniff the packets that I'm sending.
What is the difference between sending credentials in the querystring
vs using the basic authentication with user/pwd on the authentication
tab or the send port's URI dialog.
Please help as this is very urgent!
| |
|
|
A 500 error sounds like they dont have the server configuration correct.
Can you have them test the instance document you are sending and see if it
is accepted? At least then you can narrow your problem down between
connectivity and content.
BA
<redbastid@yahoo.com> wrote in message
news:1124937779.320558.290590@g43g2000cwa.googlegroups.com...
> Hi!
>
> I've been struggling all day with http adapter configuration. I need
> to post a flat file to a third-party encrypted site as a
> mutli-part/form-data post. The format of the URL is as follows:
>
> https://www.site.com/page.pl
>
> My file is actually an X12 file.
>
> I'm currently receiving a 500 error from the web server. I'm looking
> for clues on how to track/sniff the packets that I'm sending.
>
> What is the difference between sending credentials in the querystring
> vs using the basic authentication with user/pwd on the authentication
> tab or the send port's URI dialog.
>
> Please help as this is very urgent!
>
| |
| Paul Somers\(MVP\) 2005-08-30, 8:02 am |
|
I had this, found out it was a permissions issue, when sending the message.
The application pool needs the right permissions, as does the folder the
dll lives in.
Paul.
<redbastid@yahoo.com> wrote in message
news:1124937779.320558.290590@g43g2000cwa.googlegroups.com...
> Hi!
>
> I've been struggling all day with http adapter configuration. I need
> to post a flat file to a third-party encrypted site as a
> mutli-part/form-data post. The format of the URL is as follows:
>
> https://www.site.com/page.pl
>
> My file is actually an X12 file.
>
> I'm currently receiving a 500 error from the web server. I'm looking
> for clues on how to track/sniff the packets that I'm sending.
>
> What is the difference between sending credentials in the querystring
> vs using the basic authentication with user/pwd on the authentication
> tab or the send port's URI dialog.
>
> Please help as this is very urgent!
>
|
|
|
|