Return-Path: Mailing-List: contact axis-user-help@xml.apache.org; run by ezmlm Delivered-To: mailing list axis-user@xml.apache.org Received: (qmail 82308 invoked from network); 10 Oct 2001 19:47:38 -0000 Received: from unknown (HELO BMW.myriap.com) (207.96.167.3) by daedalus.apache.org with SMTP; 10 Oct 2001 19:47:38 -0000 Received: by BMW.myriap.com with Internet Mail Service (5.5.2653.19) id <44ZLD1JP>; Wed, 10 Oct 2001 15:47:17 -0400 Message-ID: <83FE5C999DB23B45BCC051D89ED748E905512C@FERRARI.myriap.com> From: Alexandre.Pare@myriap.com To: axis-user@xml.apache.org Subject: RE: Can't get the ?wsdl feature to work!! Date: Wed, 10 Oct 2001 15:47:16 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C151C4.5D377540" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C151C4.5D377540 Content-Type: text/plain; charset="iso-8859-1" Thanks Mark, but I previously saw you message and I had already made the /services/* modification. Actually, It seems that there is no Service handler associated to a ?wsdl call. If in the AxisServer.generateWSDL() method, I hardcode the correct TargetService in my MessageContext, I do get my WSDL file correctly... I checked the code and I don't see where the correct targetService would get associated during a ?wsdl call . does anyone know?? Alexandre Pare alexandre.pare@myriap.com -----Original Message----- From: Mark Young [mailto:mark@kamiak.com] Sent: Wednesday, October 10, 2001 2:59 PM To: axis-user@xml.apache.org Subject: Re: Can't get the ?wsdl feature to work!! Alexander: Your symptom does not sound exactly like what I saw, but I had trouble with ?wsdl, and got the enclosed helpful reply to my post, from Glen Daniels. Mark Young mark@kamiak.com ----- Original Message ----- From: Glen Daniels To: axis-user@xml.apache.org Sent: Monday, October 01, 2001 5:10 PM Subject: Re: WSDL generation for deployed services Hi Mark! Try going to your webapp's web.xml, and replacing the /services with /services/* This was an oversight/bug in the alpha-2 release, which has since been corrected. Let us know if that doesn't fix the problem! --Glen From: Alexandre.Pare@myriap.com To: axis-user@xml.apache.org Sent: Wednesday, October 10, 2001 1:18 PM Subject: Can't get the ?wsdl feature to work!! I can't get the ?wsdl feature to work, even if my service is returning valid results. I always end up with this error when appending ?wsdl in a browser Fault - AxisFault faultCode: http://xml.apache.org/axis/:Server.NoService faultString: The Axis engine couldn't find a target service to generate WSDL for! targetService is null faultActor: null faultDetails: null Does anyone know what could be causing this?? thanks Alexander ------_=_NextPart_001_01C151C4.5D377540 Content-Type: text/html; charset="iso-8859-1" Can't get the ?wsdl feature to work!!
Thanks Mark, but I previously saw you message and I had already made the <url-mapping>/services/*</url-mapping> modification.
 
Actually, It seems that there is no Service handler associated to a ?wsdl call.
 
If in the AxisServer.generateWSDL() method, I hardcode the correct TargetService in my MessageContext, I do get my WSDL file correctly... I checked the code and I don't see where the correct targetService would get associated during a ?wsdl call .
 
does anyone know??
 
Alexandre Pare
-----Original Message-----
From: Mark Young [mailto:mark@kamiak.com]
Sent: Wednesday, October 10, 2001 2:59 PM
To: axis-user@xml.apache.org
Subject: Re: Can't get the ?wsdl feature to work!!

Alexander:
 
Your symptom does not sound exactly like what I saw, but I had trouble with ?wsdl, and got the enclosed helpful reply to my post, from Glen Daniels.
 
Mark Young
 
 
 
----- Original Message -----
Sent: Monday, October 01, 2001 5:10 PM
Subject: Re: WSDL generation for deployed services

Hi Mark!
 
Try going to your webapp's web.xml, and replacing the
 
<url-mapping>/services</url-mapping>
 
with
 
<url-mapping>/services/*</url-mapping>
 
This was an oversight/bug in the alpha-2 release, which has since been corrected.
 
Let us know if that doesn't fix the problem!
 
--Glen
 
 
 
Sent: Wednesday, October 10, 2001 1:18 PM
Subject: Can't get the ?wsdl feature to work!!

I can't get the ?wsdl feature to work, even if my service is returning valid results.

I always end up with this error when appending ?wsdl in a browser
Fault - AxisFault faultCode: http://xml.apache.org/axis/:Server.NoService faultString: The Axis engine couldn't find a target service to generate WSDL for! targetService is null faultActor: null faultDetails: null

Does anyone know what could be causing this??

thanks

Alexander

------_=_NextPart_001_01C151C4.5D377540--