logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Re: Nusoap Exception: msg#00027

Subject: Re: Nusoap Exception
This error comes from the XML parser built into PHP.  It is certainly very 
vague.  I am not sure what the cause would be.

Scott Nichol

Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
----- Original Message ----- 
From: "srinivas boddu" <bsrao_2780@xxxxxxxxx>
To: <nusoap-general@xxxxxxxxxxxxxxxxxxxxx>
Sent: Friday, March 17, 2006 12:40 AM
Subject: [Nusoap-general] Nusoap Exception


> Hi All,
>   I am using your "NuSOAP - Web Services Toolkit for PHP v 0.6.7" to create 
> web
>   services.Its working quite well.But sometimes I am getting an exception
>    specifying...
>   
>    <SOAP-ENV:Body xmlns:si="http://soapinterop.org/xsd"; xmlns:SOAP-ENC="
>   http://schemas.xmlsoap.org/soap/encoding/"; xmlns:xsi="
>    http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="
>    http://www.w3.org/2001/XMLSchema"; xmlns:SOAP-ENV="
>    
> http://schemas.xmlsoap.org/soap/envelope/";><SOAP-ENV:Fault><faultcode>Server</faultcode><faultactor/><faultstring>error
>    in msg parsing:XML error parsing SOAP payload on line 1: Internal
>    error</faultstring><detail><soapVal
>    xsi:type="xsd:string"/></detail></SOAP-ENV:Fault></SOAP-ENV:Body>
>   
>   Actually this exception is thrown by Server.I have created web service  
> server class in PHP.I am calling it from RealBasic client.I am getting  this 
> exception very rarely that to from server( I think).I have seen  that error 
> message in "function parse_request($data='')" function.This  is the part of 
> code in nusoap.php file that causes error...
>   
>   $parser = new soap_parser($data,$this->xml_encoding);
>           // parser debug
>           $this->debug("parser debug: \n".$parser->debug_str);
>           // if fault occurred during message parsing
>           if($err = $parser->getError()){
>               $this->result = 'fault: error in msg parsing: '.$err;
>               $this->fault('Server',"error in msg parsing:\n".$err);
>           // else successfully parsed request into soapval object
>           } 
>   
>   Hope this will make you understand my problem.
>    I am new to PHP.Please help me.
>   
>    Thanks & Regards
>    Srinivas
>   
> 
> ---------------------------------
> Yahoo! Mail
> Bring photos to life! New PhotoMail  makes sharing a breeze.


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642


<Prev in Thread] Current Thread [Next in Thread>