web service使用java写的,如下:
String = public String replyCheckApply (String hospitalID, String applyID, byte[] replyInfos)
请问在pb11.5中,怎样将字符串转换为UTF-8格式的xml?传给上述方法中replyInfos参数?
谢谢!
------解决方案--------------------
byte lb_replyInfos[]
string ls_xml='<xml .....>'
lb_replyInfos[]=getbytearray(blob(ls_xml,encodingutf8!))
------解决方案--------------------
在pb中使用blob类型即可
type[] 对应 pb的blob