Raul,
Thanks. I downloaded the Axis 1.2b and it works.
Alex
List: axis-user
Subject:RE: makeTypeElement() fault
From: "Flores, Raul"
Date: 2004-07-26 22:44:04
Message-ID: "<28CF047BB51A9C40A89E308370E2DA110433D67D () emss07m13 ! us !
lmco ! com&g
Message-
From: Xia, Alex [mailto:[EMAIL PROTECTED]
Sent: Monday, July 26, 2004 4:14 PM
To: '[EMAIL PROTECTED]'
Subject: 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/He
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 ele
I always get NULL as return value... (I'm not sure, if this is
connected to the makeTypeElement-Fault.
What I then did, following the good old trial&error-strategy:
- I added a ots.wsdl element to my wsdd file. I put the
wsdl file into the lib-directory containing my web service classes
))
- when I click on the wsdl link I get
Fault - makeTypeElement() was told to create a type "{urn:ots}>tps>tp", with
no containing element
- when I use my client to access the web service (service ots/method
gettps), I always get NULL as return value... (I'm not sure, if this