返回首页

我创建了一个Web服务,它返回一个长的数据,当我调用Web服务,它不返回任何数据?时,我decress我们先前的数据web服务正常工作。


 

       public byte[] Start(byte[] requestInput)

        {

           hostServer= new HostServer();

           Result= hostServer.ContactToServer(Encoding.UTF8.GetString(requestInput));

 

           return Encoding.UTF8.GetBytes(Result);

        }     

           //with end of execute the webservice does not return data to client



{C}| Mehdi_Csharp

回答

评论会员: 时间:2