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.
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.
Comment