简体   繁体   English

FedEx 运输 API 是否具有 SOAP 端点?

[英]Does the FedEx shipping API have a SOAP endpoint?

Does the FedEx shipping API have a SOAP endpoint? FedEx 运输 API 是否具有 SOAP 端点? I'm unable to find the WSDL endpoint.我找不到 WSDL 端点。

Their site has changed since the other 2 answers here.自从这里的其他 2 个答案以来,他们的网站已经更改。

The most direct answer is that they do not have a classic WSDL endpoint, where you just get a URL, Add Service Reference and go.最直接的答案是他们没有经典的 WSDL 端点,您只需在其中获取 URL、添加服务引用即可。

Instead they have you download a zip file which contains a wsdl file which you then use locally - pretty odd.相反,他们让您下载一个包含 wsdl 文件的 zip 文件,然后您可以在本地使用该文件 - 很奇怪。 That wsdl file changes name over time, as does the zip, with every version - but the current file is at:该 wsdl 文件随着时间的推移更改名称,zip 也是如此,每个版本 - 但当前文件位于:

https://images.fedex.com/templates/components/apps/wpor/secure/downloads/wsdl/201607/standard/RateService.zip https://images.fedex.com/templates/components/apps/wpor/secure/downloads/wsdl/201607/standard/RateService.zip

My guess is you can get at it without logging in given the images subdomain, likely a CDN.我的猜测是,您可以在不登录的情况下获得图像子域,可能是 CDN。

Once that link dies here's how you currently navigate their obtuse Developer section, which they'll probably also change again:一旦该链接消失,您目前在其钝的开发人员部分中的导航方式如下,他们可能还会再次更改:

http://www.fedex.com/us/developer/ http://www.fedex.com/us/developer/

Click FedEx Web Services on the left单击左侧的FedEx Web Services

Under the unclickable "Document and Downloads" part of the page, click Move to Downloads在页面不可点击的“文档和下载”部分下,点击“ 移至下载”

Scroll to the bottom - there's a weird table with service names like "Quote Rates."滚动到底部 - 有一个奇怪的表格,上面有诸如“报价费率”之类的服务名称。 Each time you expand a row, the header row will have some Download text stuffed into it.每次展开一行时,标题行都会填充一些下载文本。 Clicking "WSDL" gets you the zip file.单击“WSDL”可获得 zip 文件。

Not the worst process for getting a simple WSDL I've seen but, they're definitely in the running.不是我见过的最糟糕的获取简单 WSDL 的过程,但是,它们肯定在运行中。

You can use this endpoint您可以使用此端点

https://wsbeta.fedex.com:443/web-services https://wsbeta.fedex.com:443/web-services

i found it from here我从这里找到的

https://stackoverflow.com/a/57176378/5374995 https://stackoverflow.com/a/57176378/5374995

Or you can find endpoint on the bottom of WSDL file with name="RateService"或者您可以在 WSDL 文件底部找到名称为 =“RateService”的端点

我不确定他们是否有远程可用的 WSDL,但他们确实在他们的开发人员解决方案页面的技术资源页面上提供了 WSDL 以供下载,您需要使用 FedEx 登录。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM