-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi, I'm trying to get started with Fedex'es Address validation service and I'm running into a road block with FedEx's own demo application.
This is the code in there app:
Sub Main()
''# Build a AddressValidationRequest object
Dim request As AddressValidationRequest = New AddressValidationRequest()
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi Everyone,
I downloaded the sample code to request a rate from fedex's website... i placed the WSDL file in the proper location, I have my acct number, password, meter number, and key. When I run the script I get this error:
Error in processing transaction.
ERROR
prof
1000
Authentication…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
I am trying to call the FedEx tracking webservice. Currently I am running the sample application provided by FedEx itself (Added my test account number and other details). When I run the application, I get the following error:
The remote server returned an error: (407) Proxy Authentication…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm signed up, I've downloaded sample code, I've got a WSDL...and yet I have no idea how to get this stuff into my existing .Net application. The WSDL was in a zip file, not a URL so I can't just "Add Web Reference." I've run the wsdl tool from the .Net command prompt, and it made a nice class for…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi,
I am having trouble establishing some HTTPS connections from internal machines, even though these same connections work if initiated on the firewall itself.
The firewall machine is running Ubuntu 10.04.1 and shorewall 4.4.6. The internet connection is Bell PPPoE DSL (in Canada). I have tried…
>>> More