Last active
February 20, 2018 11:51
-
-
Save nzatsepilov/3caf60d82d057296d02c25b276685820 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" standalone="no"?> | |
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"> | |
<Body> | |
<Add_Ticket xmlns="b2b.mobile"> | |
<ticket> | |
<guid>guid</guid> | |
<number>number</number> | |
<client_guid>ca7192bc-e301-11e6-80c7-2c768a54e9c5</client_guid> | |
<contact_guid>b5d20c59-a9b6-11e7-80c3-005056af014f</contact_guid> | |
<class_guid>5947ce48-def1-11e6-80c7-2c768a54e9c5</class_guid> | |
<subject>iOS test initial msg</subject> | |
<message>MSG</message> | |
<factory>5ccc4965-2112-11e7-80c0-005056af014f</factory> | |
<request_summ>0</request_summ> | |
</ticket> | |
</Add_Ticket> | |
</Body> | |
</Envelope> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Response from server (info from debugger) | |
Message is same | |
(lldb) po print(json) | |
[AnyHashable("Envelope"): { | |
Body = { | |
"Add_TicketResponse" = { | |
return = { | |
error = 0; | |
name = "CRM_\U041e\U0431\U0440\U0430\U0449\U0435\U043d\U0438\U0435"; | |
"objects_qty" = 1; | |
ticket = { | |
author = BytePace; | |
"class_guid" = "5947ce48-def1-11e6-80c7-2c768a54e9c5"; | |
"client_guid" = "ca7192bc-e301-11e6-80c7-2c768a54e9c5"; | |
"contact_foamline" = ""; | |
"contact_guid" = "b5d20c59-a9b6-11e7-80c3-005056af014f"; | |
date = "2018-02-20T14:47:43"; | |
"date_end" = "0001-01-01T00:00:00"; | |
"date_end_plan" = "2018-02-21T14:47:43"; | |
"date_last_action" = "0001-01-01T00:00:00"; | |
"date_reply_plan" = "2018-02-21T14:47:43"; | |
"date_start" = "2018-02-20T14:47:43"; | |
"date_start_plan" = "2018-02-20T14:47:43"; | |
factory = "5ccc4965-2112-11e7-80c0-005056af014f"; | |
guid = "dbd00d9f-1633-11e8-80c4-005056af014f"; | |
hide = false; | |
"is_deleted" = false; | |
message = MSG; | |
number = 201802201447001; | |
replicator = 1; | |
"requested_summ" = 0; | |
status = "76b6b9ee-b145-11e6-80c4-2c768a54e9c4"; | |
subject = "iOS test initial msg"; | |
"urgency_guid" = "3b378b5f-9cfc-11e6-80c4-2c768a54e9c4"; | |
}; | |
}; | |
}; | |
}; | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment