Sathya Raghunathan wrote:
I used both options as yes when i built the source.
If you use both, then Guththila takes over as it will overwrite the libxml2 lib.
Please use one of them.

Samisa...

On 9/20/07, *Dimuthu Gamage* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

    Hi,

    You can use libxml instead of xml as the xml parser. If you are
    building from axis2 source configure it with the option
    --enable-libxml2=yes --enable-guththila=no  (which is the default
    configuration)
    Or if you are using binary , use the libaxis2_libxml2.so (That is
    put that in the LD_LIBRARY_PATH)

    Thanks
    DImuthu

    On 9/20/07, *Sathya Raghunathan* < [EMAIL PROTECTED]
    <mailto:[EMAIL PROTECTED]>> wrote:

        Hi Dimuthu,

        Thanks for helping me solve the segmentation fault. I followed
        the calculator example. But now i am getting another error called

         "Throws guththila_exception guththila_xml_pull_parser.c 250."

        Also it looks like its going in an infinite loop. When I went
        to guththila_xml_pull_parser.c line 250, i checked the if
        condition
           else  if (((parser->_next) > (parser->last))
                                  && guththila_read(environment, parser))
            {
                if (eof)
                    return -1;
                else
                    guththila_exception(p_FILE, LINE,
        GUTHTHILA_ERROR_UNEXPECTED_EOF
        );
            }

        Is there anything wrong with the input message again? I am not
        able to proceed beyond this. I am attaching the client code. I
        tried an input message with a "\n", and without a "\n" at the
        end. Both gives a problem.

        Please help me.

        Thanks
        Sathya

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





--
Samisa Abeysinghe : WSO2 WSF/PHP
"http://wso2.org/projects/wsf/php?WSO2&nbsp;Web&nbsp;Services&nbsp;Framework%2FPHP&nbsp;-&nbsp;Open&nbsp;source&nbsp;PHP&nbsp;extention&nbsp;for&nbsp;providing&nbsp;and&nbsp;consuming&nbsp;Web&nbsp;services&nbsp;in&nbsp;PHP";


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

Reply via email to