vb.net - visual studio web service response return nothing -


i trying call webservice visual studio (vb 2013). tried call webservice soap ui , returning response correctly. added web reference vb code , tried call webservice doing below:

    dim s new localhost.protoservice         dim ws_req new localhost.newuserrequest          dim ws_response new localhost.newuserresponse          ws_req.fullname = textbox1.text          ws_response = s.newuser(ws_req) 

the ws_response returning nothing, though webservice @ server side has completed successfully. validated namespaces in reference code , seems ok, thoughts?

thanks.

i turned out namespace should empty in response, when set [namespace]:="" worked fine, hope whoever faced problem.


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -