Hi Dims, I didn't get your tip!:-( I set the breakpoint in AxisFault in Axis2WebServiceContainer.java but nothing happens when I issue '?wsdl' from firefox. Also tried to put a breakpoint in AxisFault in AxisService.printWSDL(..) but didn't stop there either.
>From the AxisService.printWSDL(..) method, the isUseUserWSDL() value is false, thus the system generated wsdl was displayed. Initially I had thought it was a prob that the '?wsdl" isn't given me pretty much same thing as the .wsdl file inside the jaxws-test war, but it may not be a prob as there is no where the jaxws-test project specified something like below in services.xml: <parameter name="useOriginalwsdl">true</parameter> Thoughts? Lin -----Original Message----- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Thursday, January 18, 2007 1:05 AM To: Lin Sun Cc: [email protected] Subject: Re: Axis2/Geronimo Status TIP: In your debugger put a break point on org.apache.axis2.AxisFault (Exception) and then open "?wsdl" in your browser :) -- dims On 1/17/07, Lin Sun <[EMAIL PROTECTED]> wrote: > Hi Dims, This is great progress! I was able to get it running. The ?wsdl > call doesn't look completely right to me but this is an area that I am > trying to learn. I'll investigate more and post back. > > Lin > > -----Original Message----- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 17, 2007 12:36 AM > To: [EMAIL PROTECTED]; Geronimo Dev > Subject: Axis2/Geronimo Status > > Lin, Lasantha, > > Got both the ?wsdl and the actual call working with following diff. > You will need to wait an hour for some axis2 changes i checked in to > see this working. (Axis2 svn rev - 496938) > > thanks, > dims > > -- > Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers) > > -- Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)
