Home > database >  How to parse any type of interface return value?
How to parse any type of interface return value?

Time:10-12

I am using PB9 calls a web service written in Java client interface, the interface returns a collection of the list that I use to receive any type, I how to parse this after receiving any type of return results?

CodePudding user response:

You have to know the actual type, with a compatible type values

CodePudding user response:

Contact with developers, provides the specific type or structure, can be resolved

CodePudding user response:

refer to the second floor lzp_lrp response:
contact developers, to provide specific types or structures to parse


Structure at the interface in the document, all of the string, I look at the others' vb code, they are the same interface in a similar scheduling structures to receive, I use pb structures to receive an error, error probably mean not to receive any type is not allowed

CodePudding user response:

reference yeeloong reply: 3/f
Quote: refer to the second floor lzp_lrp response:

Contact with developers, provides the specific type or structure, to resolve


Structure at the interface in the document, all of the string, I look at the others' vb code, they are the same interface in a similar scheduling structures to receive, I use pb structures to receive an error, error might mean not any type is not allowed to receive

Try the MSSoap

http://blog.csdn.net/lzp_lrp/article/details/8972080
  • Related