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

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

qt - Change color of QGraphicsView rubber band -

c++ - Visible files in the "Projects" View of the Qt Creator IDE if using the CMake build system -