Making SOAP calls via proxy server Find the answer to your question
Advanced Search Product -Select Product- GDPR Trading API Shopping API Merchandising API Feedback API Finding API Product Services Sandbox Others MIP Media API Notification API Identity API Charity API Taxonomy API Catalog API Recommendation API Compliance API Logistics API Finances API(Alpha) Negotiation API Sell Feed API Marketing Ads API Account API Inventory API Fulfillment API Marketing Promotion API Analytics API Metadata API Offer API Marketplace Insights API Deal API Marketing API Feed API Browse API Order API Analytics API Key Management API Cancellation API Case Management API Inquiry API Return API Category -Select- Getting Started Sample Code Troubleshooting HowTo's / Best Practices No Value
Language -Select- C# Flex Java JavaScript PHP VB.NET VB6
Format -Select- All XML SOAP JSON Name Value N/A
SDK -Select- .NET Java JavaScript Flax/Flash Mobile - iOS None
Sort by Default Summary New Description Date Updated
Sort order Descending Ascending
Search
Published: February 05 2007, 11:46:00 AM Updated: July 29 2022, 2:15:59 PM
Can I make an eBay web services request from behind a proxy server?
Summary
Yes, you can make SOAP calls from behind a proxy server, by configuring the proxy settings.
Detailed Description
For .NET applications, you need to configure the proxy settings programmatically or in the machine.config / web.config file; as per this Microsoft Article:
PRB: Error on .NET client that consumes a Web service through an HTTP proxy server
For Java applications, you need to set the Java environment variables, "https.proxyHost" and "https.proxyPort" to allow HTTPS connections to work properly through your proxy server.
Java Networking and Proxies If you are using Axis, you need to set the java properties in Axis.
Web Services - Axis
How well did this answer your question? Answers others found helpful