ShipmentService
Click here for a complete list of operations.
AddIssue
Adds an issue against a shipment.
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /shipment/shipmentservice.asmx HTTP/1.1 Host: custsvcqa.sekoww.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://custservices.myseko.com/AddIssue" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <AddIssue xmlns="http://custservices.myseko.com/"> <issueRequest> <Hawb>string</Hawb> <Topic>string</Topic> <Description>string</Description> <SendEmailTo>string</SendEmailTo> <IssueType>AddressChange or CancelShipment or PhoneNumberChange or PODRequest or Redirect or StatusRequest or DateChange or OrderOnHold or ExtendedDemo or ChangeEquipment or AddPOtoOrder or PickUpRequested or ServiceRequired or VoiceofCustomer or ReturnBuyersRemorse or ReturnCustomerCancelled or ReturnDuplicateOrder or FieldDestroyDamaged or ReturnManufacturersDefect or StoragePending or REWEIGHNOTIFCATION or DispositionNeeded or WrongItem or ReviseInstructions or Quarantine or DispoRequestPartialClaim or DispoRequestDeniedClaim or PickupDateShipDate or DeliveryDateDueDate or ShipmentDelay or AgentRequest or OutofRegionMove or ExpeditedRequest or RequestProofofPickup or AppointmentTimeChange or MissingEquipment or CancelDemoTrialInstance or InstanceChange or ContactChange or AlternateContactNeeded or LostShipment or CustomerComplaint or CustomerCompliment or InvoiceRequest or ShipmentRates or Damaged</IssueType> </issueRequest> </AddIssue> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <AddIssueResponse xmlns="http://custservices.myseko.com/"> <AddIssueResult> <Success>boolean</Success> <Reply> <HighestSeverity xmlns="http://webservices.myseko.com/">ERROR or FAILURE or NOTE or WARNING or SUCCESS</HighestSeverity> <Notifications xmlns="http://webservices.myseko.com/"> <Message>string</Message> <Source>string</Source> <Severity>ERROR or FAILURE or NOTE or WARNING or SUCCESS</Severity> <DisplayError>boolean</DisplayError> </Notifications> <Notifications xmlns="http://webservices.myseko.com/"> <Message>string</Message> <Source>string</Source> <Severity>ERROR or FAILURE or NOTE or WARNING or SUCCESS</Severity> <DisplayError>boolean</DisplayError> </Notifications> </Reply> </AddIssueResult> </AddIssueResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /shipment/shipmentservice.asmx HTTP/1.1 Host: custsvcqa.sekoww.com Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <AddIssue xmlns="http://custservices.myseko.com/"> <issueRequest> <Hawb>string</Hawb> <Topic>string</Topic> <Description>string</Description> <SendEmailTo>string</SendEmailTo> <IssueType>AddressChange or CancelShipment or PhoneNumberChange or PODRequest or Redirect or StatusRequest or DateChange or OrderOnHold or ExtendedDemo or ChangeEquipment or AddPOtoOrder or PickUpRequested or ServiceRequired or VoiceofCustomer or ReturnBuyersRemorse or ReturnCustomerCancelled or ReturnDuplicateOrder or FieldDestroyDamaged or ReturnManufacturersDefect or StoragePending or REWEIGHNOTIFCATION or DispositionNeeded or WrongItem or ReviseInstructions or Quarantine or DispoRequestPartialClaim or DispoRequestDeniedClaim or PickupDateShipDate or DeliveryDateDueDate or ShipmentDelay or AgentRequest or OutofRegionMove or ExpeditedRequest or RequestProofofPickup or AppointmentTimeChange or MissingEquipment or CancelDemoTrialInstance or InstanceChange or ContactChange or AlternateContactNeeded or LostShipment or CustomerComplaint or CustomerCompliment or InvoiceRequest or ShipmentRates or Damaged</IssueType> </issueRequest> </AddIssue> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <AddIssueResponse xmlns="http://custservices.myseko.com/"> <AddIssueResult> <Success>boolean</Success> <Reply> <HighestSeverity xmlns="http://webservices.myseko.com/">ERROR or FAILURE or NOTE or WARNING or SUCCESS</HighestSeverity> <Notifications xmlns="http://webservices.myseko.com/"> <Message>string</Message> <Source>string</Source> <Severity>ERROR or FAILURE or NOTE or WARNING or SUCCESS</Severity> <DisplayError>boolean</DisplayError> </Notifications> <Notifications xmlns="http://webservices.myseko.com/"> <Message>string</Message> <Source>string</Source> <Severity>ERROR or FAILURE or NOTE or WARNING or SUCCESS</Severity> <DisplayError>boolean</DisplayError> </Notifications> </Reply> </AddIssueResult> </AddIssueResponse> </soap12:Body> </soap12:Envelope>