c++ - Proxy is unable to parse the return value of webmethod -


i have c++ application consumes .net webservice. able call webmethod. webmethod returning string value. proxy unable parse return values.

hresult hr = ws.getfieryip(str, &ptr, &ptr1); 

ws proxy generated when added web reference.the value of hr e_fail. there no other information. when debug app found beginparse() method inside getfieryip() method returning value.

what may error? there tool monitor calls?

i can't figure out error information supplied, fiddler2 can trace requests , see problem.


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -