Yuvaraj Athur Raghuvir wrote:
Hello,

I did the following based on documentation at [1] <http://developer.yahoo.com/search/web/V1/webSearch.html>
    results_node = axiom_node_create (env);
results_element = axiom_element_create (env, root_node, "results", NULL, &results_node);
    axiom_element_set_text (results_element, env, "2",  results_node);

What you have done is correct. I tested with your changes to the yahoo sample and it works fine.
I get an error : "Builder done with pulling. Cannot pull any more".

1) What does this mean?
This means that the XML builder is trying to pull more data but the stream has ended.
2) How should I limit the results?
As I said what you have done is correct. What is the search string that you are using? Also what is the version of Axis2/C that you are using?

Thanks,
Samisa...

Regards,
Yuva


[1] http://developer.yahoo.com/search/web/V1/webSearch.html


--
Samisa Abeysinghe : WSO2 WSF/C
"http://wso2.org/projects/wsf/c?WSO2&nbsp;Web&nbsp;Services&nbsp;Framework/C&nbsp;-&nbsp;Open&nbsp;source&nbsp;C&nbsp;library&nbsp;for&nbsp;providing&nbsp;and&nbsp;consuming&nbsp;Web&nbsp;services";


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to