-
-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEDEX] Schedule a pickup empty empty response #690
Comments
Have you considered using 'fedex' instead of 'fedex_ws'? i.e. the REST API instead of the SOAP one? As you may have seen, they recently turned off the SOAP for some of the services (Tracking, Address verification, couple others) and I've been told they plan to continue to turn off parts of the SOAP 'web services' going forward. I was going to make changes to my 'pickup request' stuff which is still using the SOAP too, but decided, nah give me some time to switch over to the REST instead so I won't have to re-do it 'soon'. I haven't confirmed Karrio's support of the pickup api specifically yet though. Fedex's notes @ https://developer.fedex.com/api/en-us/catalog/pickup/docs.html An aside, if you're talking to somebody internal at Fedex, they think of it has 'dispatch', and not 'pickup', which confused me for a bit (but makes sense -- they are dispatching a vehicle, based on our request for a pickup). |
With a bit of digging today I think I have the same conclusion. Thanks for the info also. I will see if karrio has the REST version integrated, but hopefully has. In this case we will stick to fedex only and drop fedex_ws. I will close the issue with ws if REST does the some job |
Hi @vangelow , Though as @ChrisNolan mentioned, it is a matter of time before FedEx completely stop support for the webservice. |
@danh91 @ChrisNolan Do you guys expect to have a pickup capability in the fedex integration with RES API soon ? Right now the capabilities of fedex connection is |
Yes, I didn't add it when I was upgrading because of lack of time and because few to no user I were using the Pickup API. |
Describe the bug
Using the Karrio schedule a pickup endpoint returns a status code of 424 and and empty response.
I have managed to test a bit with Postman and the results are the same.
Adding the encoding attr
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
totsn:Envelope
fixed the problem via Postman. (see screenshots bellow)To Reproduce
Steps to reproduce the behavior:
Make a HTTP POST to
/v1/pickups/fedex_ws/schedule
Body:
Expected behavior
A response from the karrio API is received, in this case the request is even a successful one when i add the missing attributes manually in postman
Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
@danh91 Would appreciate if you think of a workaround while fixing this so that we can finalize the pickups
The text was updated successfully, but these errors were encountered: