Fedex ShipService.WSDL issues

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rrocket
    New Member
    • Aug 2007
    • 116

    #1

    Fedex ShipService.WSDL issues

    I have been able to pull rates from their API, but am having no luck adding the shipment creation portion up and running. I have experimented and have gotten a long list of errors. Here are the steps that I went through to get where I am at right now.

    1. Ran the ShipServiceDefi nitions.wsdl which produced the shipservice.cs file
    2. Copied both those over to my site. Initially it crashed since there were some matching classes in the RateService.cs file (the one for the rating portion that currently works)
    3. I then ran both the Rate Service and Shipment Creation WSDL files together to make one, but it still cannot find some of the classes I need.

    I think the issue is either in the class files that I am creating or the reference.cs files, but am not sure. If anyone has any ideas or more info is needed please let me know.

    I am coding it in C# with VS 2005.
  • rrocket
    New Member
    • Aug 2007
    • 116

    #2
    Has anyone worked with this before? Any insight on what I might be doing wrong would be appreciated.

    Comment

    • rrocket
      New Member
      • Aug 2007
      • 116

      #3
      I figured it out, but it is too much to type out. :) If someone has any questions send me a PM or email.

      Comment

      Working...