You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Jung , Dr. Christoph" <ch...@infor.de> on 2001/10/12 15:17:40 UTC

AW: problem with wdls

I am not sure, but I think you must have installed a service with a
URLMapper in its
handler chain such that the services/NAME --> service will work.
 
Best,
CGJ

-----Ursprüngliche Nachricht-----
Von: Stefan Henke [mailto:stefanhenke@gmx.de]
Gesendet: Dienstag, 13. Februar 2001 06:27
An: axis-dev@xml.apache.org
Betreff: problem with wdls


Hi,
 
I just "upgraded" from Apache SOAP 2.2 to Axis.
I tried to use the new WSDL feature which automatically generates a WSDL by
executing the url
 
http://server:port/axis/services/NAME?wsdl
<http://server:port/axis/services/NAME?wsdl> 
 
But here, I ran into trouble. I get an 404 File Not Found error. But I´m
sure that the werbservice is there. I can communicate to it using SOAP. When
typing
http://server:port/axis/services?wsdl
<http://server:port/axis/services?wsdl>  
I get an error that the service with the name "null" cannot be found (that´s
clear because the given service has no name). But this shows to me that the
axis servlets are correctly installed.
 
Can anybody help me with this?
 
Thanks
Stefan