R
Rick
Fedex in the US is changing their method of dealing with their servers for
submitting packages, tracking , etc. The old method was a formatted Xml file
submitted via an HTTP Post. You then parsed the returned Xml that contained
the information requested.
Now they are phasing that out in favor of a web service using WSDL SOAP
messages. I took one of their VB.Net samples and have sucessfully tracked
packages and received Proof of Delivery Pdf files. However I have a problem
when I deal with Fedex tech support when I have questions about some of
their other services, for example Address Verification. They need to see
the actual SOAP message that I send and also their server response. I am
dealing with the NET objects that are based on their WSDL. They don't
support the sample programs from their developer web site. They are only
there as a convenience to get started.
I understand basically what is happing with the WSDL and the SOAP message
that is actually created and sent to their server, but I don't know how to
access the actual XML that is sent/received to Fedex.
I have monitored the TCP traffic when I send the Request, however since it
is to an HTTPS site, the information is encrypted.
Can anyone tell me how to get the underlying Xml?
Regards,
Rick
submitting packages, tracking , etc. The old method was a formatted Xml file
submitted via an HTTP Post. You then parsed the returned Xml that contained
the information requested.
Now they are phasing that out in favor of a web service using WSDL SOAP
messages. I took one of their VB.Net samples and have sucessfully tracked
packages and received Proof of Delivery Pdf files. However I have a problem
when I deal with Fedex tech support when I have questions about some of
their other services, for example Address Verification. They need to see
the actual SOAP message that I send and also their server response. I am
dealing with the NET objects that are based on their WSDL. They don't
support the sample programs from their developer web site. They are only
there as a convenience to get started.
I understand basically what is happing with the WSDL and the SOAP message
that is actually created and sent to their server, but I don't know how to
access the actual XML that is sent/received to Fedex.
I have monitored the TCP traffic when I send the Request, however since it
is to an HTTPS site, the information is encrypted.
Can anyone tell me how to get the underlying Xml?
Regards,
Rick