Dev estimate: 1
Test estimate: 1
Moved from private repository.
This code:
QueueContract service = createService();
service.createMessage("foo", null);
submits this XML to the server:
But the server doesn't like that:
InvalidXmlDocument: XML specified is not syntactically valid.
LineNumber: 0
LinePosition: 0
Would be nice to throw immediately instead of requiring the user to parse through the ServiceException themselves.
Similar issue for updateMessage when PopReciept is null: popreceiptquery parameter is required
Dev estimate: 1
Test estimate: 1
Moved from private repository.
This code:
QueueContract service = createService();
service.createMessage("foo", null);
submits this XML to the server:
But the server doesn't like that:
InvalidXmlDocument: XML specified is not syntactically valid.
LineNumber: 0
LinePosition: 0
Would be nice to throw immediately instead of requiring the user to parse through the ServiceException themselves.
Similar issue for updateMessage when PopReciept is null: popreceiptquery parameter is required