Home > database >  Webservice Blob data type wrong question!
Webservice Blob data type wrong question!

Time:09-29

Webservice published to the IIS, call in PB, one of the methods of incoming parameters is (REF Blob b_data), in PB client will identify into (REF Byte b_data []), then the client can produce parameter types don't match error, how to solve?

CodePudding user response:

How is an array, should also is a blob

CodePudding user response:

Byte byte1 []
Blob blob1


Blob1=blob (byte1)

To convert the byte blob can


CodePudding user response:

If use the.net Engine will make the blob byte array, if use easysoap will not change

CodePudding user response:

Ha ha.
  • Related