On Jul 20, 3:47*pm, srussell...@gmail.com wrote:
> Contracts are where I am getting the error:
sorry i hit the send while looking to clean my xml.
So my error is either this :
An existing connection was forcibly closed by the remote host
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.
Exception Details: System.Net.Sockets.SocketException: An existing
connection was forcibly closed by the remote host
Source Error:
Line 65: public bool PostLogicorXML(String PacklistBarcode, String
LPN, Decimal Weight)
Line 66: {
Line 67: return base.Channel.PostLogicorXML(PacklistBarcode, LPN,
Weight);
Line 68: }
Line 69:
or this, depends if I just do a re-try the error changes?
The remote server returned an error: (405) Method Not Allowed.
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.
Exception Details: System.Net.WebException: The remote server returned
an error: (405) Method Not Allowed.
Source Error:
Line 65: public bool PostLogicorXML(String PacklistBarcode, String
LPN, Decimal Weight)
Line 66: {
Line 67: return base.Channel.PostLogicorXML(PacklistBarcode, LPN,
Weight);
Line 68: }
Line 69:
Same code, it is just confusing to me.
Anyone have an idea or see the miss point that i fail to catch? If
the Mimeo. is missing in the first xml, that is what i was extracting
before sending out.
TIA
__Stehen
|