Hi Anthony, I don't if this is normal or not, but as a general rule I think it's a good idea to try and avoid using complex types in web services. :-)
Joe. On Fri, Jan 28, 2011 at 11:56 AM, Anthony <[email protected]> wrote: > I have weird issue..i have a webservice with some parameters of type > string, nullable(of int32), Boolean. > > > > I have not being able to step into the webservice from my winforms > application until i made the nullable(of int32) to type integer....is this > normal behaviour? > > > > > > Using vs 2010,dotnet 3.5 > > > > regards > > Anthony (*12QWERNB*) > > > > >
