Question : passing variable from client to webservice procedure

Somthing wierd is happening.  I am passing a bunch of variables from a client to a webservice procedure.  All the other variables are being passed properly but 1.  The one that is not being passed is a string type and has a value on the client side. When I step through on the server side it has a value of none. Wierd thing is if i run the project without stepping through it goes through without a problem.

Answer : passing variable from client to webservice procedure

are you linking to different files while debug and release version ?
This happens here sometimes.
Compile once as debug and once as release and then debug again.
Sounds a little like the generated proxy-client do have different interface implementations (guess based on generated wsdl definition).
Maybe generating the proxy again might help.
Hope this makes sense (?!) ;-)
Random Solutions  
 
programming4us programming4us