For Programmers: Free Programming Magazines  


Home > Archive > Microsoft Webservices > February 2006 > Does WS support "byte" datatype?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Does WS support "byte" datatype?
Ghost Nguyen

2006-02-16, 3:59 am

Hi

This is my WS function:

[WebMethod]
public int FP_Ins(int employeeID, byte[] data, int number)
{
return fpDB.FP_Ins(employeeID, data, number);
}

It didn't work. I think because of "byte[]" datatype.
Is there any solution to pass byte array to WS function?



Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com