You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Claire Loto <lo...@taosolutions.biz> on 2009/04/07 09:11:01 UTC

XML Parsing Error: prefix not bound to a namespace

Hi,
I deployed Axis2 in my application server (I am using RESIN). I got to 
the axis2 page through 
http://localhost:8080/axis2/services/listServices. However, when I tried 
to click on the Version link under Available Services, I got an XML 
Parsing error as shown below. May I know what could possibly gone wrong?

thanks a lot,

Claire
============================================

XML Parsing Error: prefix not bound to a namespace
Location: http://localhost:8080/axis2/services/Version?wsdl
Line Number 18, Column 393:</xs:schema></wsdl:types><wsdl:message 
name="getVersionMessage"></wsdl:message><wsdl:message 
name="getVersionResponse"><wsdl:part name="part1" 
element="ns0:getVersionResponse"></wsdl:part></wsdl:message><wsdl:message 
name="getVersionFault"><wsdl:part name="part1" 
element="ns0:ExceptionFault"></wsdl:part></wsdl:message><wsdl:portType 
name="VersionPortType"><wsdl:operation name="getVersion"><wsdl:input 
message="axis2:getVersionMessage" 
wsaw:Action="urn:getVersion"></wsdl:input><wsdl:output 
message="axis2:getVersionResponse"></wsdl:output><wsdl:fault 
message="axis2:getVersionFault" 
name="getVersionFault"></wsdl:fault></wsdl:operation></wsdl:portType><wsdl:binding 
name="VersionSOAP11Binding" type="axis2:VersionPortType"><soap:binding 
transport="http://schemas.xmlsoap.org/soap/http" 
style="document"></soap:binding><wsdl:operation 
name="getVersion"><soap:operation soapAction="urn:getVersion" 
style="document"></soap:operation><wsdl:input><soap:body 
use="literal"></soap:body></wsdl:input><wsdl:output><soap:body 
use="literal"></soap:body></wsdl:output><wsdl:fault 
name="getVersionFault"><soap12:fault use="literal" 
name="getVersionFault"></soap12:fault></wsdl:fault></wsdl:operation></wsdl:binding><wsdl:binding 
name="VersionSOAP12Binding" type="axis2:VersionPortType"><soap12:binding 
transport="http://schemas.xmlsoap.org/soap/http" 
style="document"></soap12:binding><wsdl:operation 
name="getVersion"><soap12:operation soapAction="urn:getVersion" 
style="document"></soap12:operation><wsdl:input><soap12:body 
use="literal"></soap12:body></wsdl:input><wsdl:output><soap12:body 
use="literal"></soap12:body></wsdl:output><wsdl:fault 
name="getVersionFault"><soap12:fault use="literal" 
name="getVersionFault"></soap12:fault></wsdl:fault></wsdl:operation></wsdl:binding><wsdl:binding 
name="VersionHttpBinding" type="axis2:VersionPortType"><http:binding 
verb="POST"></http:binding><wsdl:operation 
name="getVersion"><http:operation 
location="getVersion"></http:operation><wsdl:input><mime:content 
type="text/xml"></mime:content></wsdl:input><wsdl:output><mime:content 
type="text/xml"></mime:content></wsdl:output></wsdl:operation></wsdl:binding><wsdl:service 
name="Version"><wsdl:port name="VersionSOAP11port_http" 
binding="axis2:VersionSOAP11Binding"><soap:address 
location="http://192.168.0.156:8080/axis2/services/Version"></soap:address></wsdl:port><wsdl:port 
name="VersionSOAP12port_http" 
binding="axis2:VersionSOAP12Binding"><soap12:address 
location="http://192.168.0.156:8080/axis2/services/Version"></soap12:address></wsdl:port><wsdl:port 
name="VersionHttpport" binding="axis2:VersionHttpBinding"><http:address 
location="http://192.168.0.156:8080/axis2/services/Version"></http:address></wsdl:port></wsdl:service></wsdl:definitions>
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------^