* @return the shipmentRemoteService
*/
public static ShipmentRemoteService getShipmentRemoteService(
SoapConfig soapConfig) {
ShipmentRemoteService shipmentRemoteService = new ShipmentRemoteServiceImpl();
shipmentRemoteService.setSoapClient(MagentoSoapClient
.getInstance(soapConfig));
return shipmentRemoteService;
}