我正在尝试使用Eclipse从动态WSDL文件生成一个代理类。由于导入的模式WSDL,我得到了一个错误。请帮我解决这个问题。我得到了以下异常:
Error javax.wsdl.WSDLException: WSDLException: faultCode=PARSER_ERROR: Problem parsing 'httporg.xml.sax.SAXParseException: The element type "p" must be terminated by the matchin
我正在尝试使用ASP.Net客户机来使用一个php web服务。asp方法接收参数并根据参数返回值。这是我的client.php代码:$wsdl="http://localhost:49642/New_Flex_WebService/php.asmxWSDL";
$client = new nusoap_client($wsdl, t