The loadAs parameter does not impact how data is sent. It controls how the response is handled.
The target server is failing with the general error code. You’ll need to contact them to find out what the specific error is. I would suggest doing that before making any changes to your setup.
I agree…but we have to also see what http svc settings currently in place and that causing the target server fail/internally that is expecting differently.
But the setting of loadAs has nothing to do with the behavior of the target server. The value of loadAs is not sent. It is used only to process the response from the target server.
Yes i just asking to check the settings aswell before it hits target server that might expecting the correct format/configuration…I agree this is totally server side http/transport issue either by underlying source/remote server.
Hi, They have checked the error messages with support for the application they use - PontonXp. The answer from them after checking their error log is this:
[FONT=Arial][SIZE=2]"From messenger log:
[COLOR=#0000ff]"> 2008-12-11 15:32:20,811 INFO - SoapListener[2] - 20000 - Receiving >incoming HTTP message[4870] Content-Type:application/EDI
2008-12-11 15:32:20,811 ERROR - SoapListener[2] - 40000 - Error while >receiving SOAP message: >Is this an error message instead of a SOAP response?[/color] [/size][/font]
[FONT=Arial][SIZE=2]The problem is that the SoapListener expects SOAP messages, but the transmission looks like a AS2 message.
How do i work on this, the normal http doesnt work out here?
You should be clear what type of communication/exchange your TP expecting is it web services (SOAP/Http gateway) or EDIINT AS2(http/s) transfer?? Well both can be accomplished via IS/TN…
I believe based on the error above target server is expecting SOAP request using web services…So do you have enough info like wsdl etc… from them??