robotframework-sudslibrary
robotframework-sudslibrary copied to clipboard
Chinese parameter are instead by messy code on Call Soap Method.
- This is sending xml:
Sending:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://webservice.project.jfpt.ebring.com/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
SOAP-ENV:Header/
ns0:Body
ns1:saveOrder
<feeclassId>867</feeclassId> <feeclassName>物业费缴费</feeclassName> /ns1:saveOrder /ns0:Body /SOAP-ENV:Envelope Actual Result: ERROR : <SOAP-ENV:Envelope xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://webservice.project.jfpt.ebring.com/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> SOAP-ENV:Header/ ns0:Body ns1:saveOrder{"xm":"王朵7","fjh":"000007"} <feeclassId>867</feeclassId> <feeclassName>\xe7\x89\xa9\xe4\xb8\x9a\xe8\xb4\xb9\xe7\xbc\xb4\xe8\xb4\xb9</feeclassName> /ns1:saveOrder /ns0:Body /SOAP-ENV:Envelope{"xm":"\xe7\x8e\x8b\xe6\x9c\xb57","fjh":"000007"}
Win 10 professional x64 Python 2.7.11 RIDE 1.5.2.1 wxPython 2.8.12.1
I need more context to understand the problem. The extent of testing unicode characters can be found here: https://github.com/ombre42/robotframework-sudslibrary/blob/master/test/acceptance/core.txt#L329-L333