【发布时间】:2012-06-02 05:13:30
【问题描述】:
我正在寻找要导入我的软件的 jar 库。我正在使用 ups 的 Shipping_Pkg_Gnd.zip 作为弹簧板来生成运输标签。但是,他们没有在他们提供的任何示例代码中提供 .jar 库。有谁知道在哪里可以得到这个库。
以下是无法使用的导入,因为我没有所需的开发人员 API 导入 com.ups.www.wsdl.xoltws.ship.v1_1.ShipServiceStub; 导入 com.ups.www.wsdl.xoltws.ship.v1_1.ShipmentErrorMessage; 导入 com.ups.www.wsdl.xoltws.ship.v1_1.ShipServiceStub.BillShipperType; 导入 com.ups.www.wsdl.xoltws.ship.v1_1.ShipServiceStub.InternationalFormType; 导入 com.ups.www.wsdl.xoltws.ship.v1_1.ShipServiceStub.LabelImageFormatType; 导入 com.ups.www.wsdl.xoltws.ship.v1_1.ShipServiceStub.LabelSpecificationType; 导入 com.ups.www.wsdl.xoltws.ship.v1_1.ShipServiceStub.PackageType; 导入 com.ups.www.wsdl.xoltws.ship.v1_1.ShipServiceStub.PackageWeightType; 导入 com.ups.www.wsdl.xoltws.ship.v1_1.ShipServiceStub.PackagingType; 导入 com.ups.www.wsdl.xoltws.ship.v1_1.ShipServiceStub.PaymentInfoType; 导入 com.ups.www.wsdl.xoltws.ship.v1_1.ShipServiceStub.ProductType; 导入 com.ups.www.wsdl.xoltws.ship.v1_1.ShipServiceStub.ProductWeightType; 导入 com.ups.www.wsdl.xoltws.ship.v1_1.ShipServiceStub.RequestType; 导入 com.ups.www.wsdl.xoltws.ship.v1_1.ShipServiceStub.ServiceAccessToken_type0; 导入 com.ups.www.wsdl.xoltws.ship.v1_1.ShipServiceStub.ServiceType; 导入 com.ups.www.wsdl.xoltws.ship.v1_1.ShipServiceStub.ShipAddressType; 导入 com.ups.www.wsdl.xoltws.ship.v1_1.ShipServiceStub.ShipFromType; 导入 com.ups.www.wsdl.xoltws.ship.v1_1.ShipServiceStub.ShipPhoneType; 导入 com.ups.www.wsdl.xoltws.ship.v1_1.ShipServiceStub.ShipToAddressType; 导入 com.ups.www.wsdl.xoltws.ship.v1_1.ShipServiceStub.ShipToType; 导入 com.ups.www.wsdl.xoltws.ship.v1_1.ShipServiceStub.ShipUnitOfMeasurementType;
【问题讨论】: