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 "Xia, Alex" <AX...@scvl.com> on 2004/07/26 23:13:45 UTC

makeTypeElement() fault

Hi,

I deployed a Helloworld service on Axis and when I try to check the wsdl
description like this,

http://localhost:8080/axis/services/HelloService?wsdl

I get the error like this:

Fault - makeTypeElement() was told to create a type
"{urn:HelloService}>HelloWorldRequest", with no containing element
AxisFault
 faultCode:
{http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
 faultSubcode: 
 faultString: makeTypeElement() was told to create a type
"{urn:HelloService}>HelloWorldRequest", with no containing element
 faultActor: 
 faultNode: 
 faultDetail: 

Does anyone know where is the problem?  Thanks.

Alex