[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Server connection issue
Hi Debra,
You are connecting to a server named wsbeta.fedex.com, it is
indentifying itself using an SSL certificate that PROVES that it really
is wsbeta.fedex.com, so there's absolutely no question that you're
really connecting to it.
However, the XML document you're sending is not well-formed. That
means that no XML parser can read it. So, YES, you are connecting, but
NO, you are not logging in, because in order to log in, the server
would have to be able to read your XML document.
Thankfully, the errors in your document are relatively simple to fix.
The errors are:
1) You are missing spaces before the "xmlns" attributes of your
<soapenv:Envelope> XML tag. the spaces are not optional, there must be
at least one space before each "xmlns" keyword.
2) Near the start of your XML document, you have a tag named
<q0:CreatePickupRequest>. However, the ending tag is specified as
</CreatePickupRequest> (it's missing the q0 namespace!)
Once you fix these, the XML document will be well-formed. I'm not
familiar with Fedex's web service, so I cannot tell you if you've
specified the right tags or values, I can only tell you that if you fix
those correctly, you'll have a parsable XML document (which you don't,
right now.)
Also -- please be aware that this is a public mailing list. Since your
HTTPAPI debug file contains things like your key, password, account
number and meter number, and you've just posted it publicly, this might
be a security concern. I would suggest having your password and key
(at the very least) changed once you have this working.
Good luck!
On 4/3/2013 3:15 PM, Debra Abelow wrote:
Hello,
I am new to Httpapi.
I have attached the dump from my web services session.
The provider is saying they don't see me logging into their test server
at all yet the attached dump shows a connection.
Also, what is the easiest way to obtain a properly formatted xml
document based upon my post?
Thanks for your help,
Debra Abelow
Systems Analyst/Developer III
Anda Inc.
2915 Weston Road
Weston, FL 33331
1-800-331-ANDA (4784) Ext. 74784
Fax 954-217-4377
[1]Debra.Abelow@xxxxxxxxxxx
References
1. mailto:Debra.Abelow@xxxxxxxxxxx
-----------------------------------------------------------------------
This is the FTPAPI mailing list. To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------