Tomcat and Axis-1.0

2002-10-19 Thread Joseph Rajkumar
Hi Folks I am desperately trying to get the samples working with Tomcat 4.0.X and Axis-1.0. I am able to validate without any problems, then when I click on the wsdl link after Version, it wants to save it on disk. I am unable to get any examples like the Calculator.jws to work. An

RE: wsdl2Java - an observation

2002-10-19 Thread Alex Huang
I don't know if that's a bug. I've used named complexType and maxOccurs="unbounded" and that works so you can use that as the work around. ... --Alex > -Original Message- > From: Naveen Srinivasa Murthy [mailto:nmurthy@;datalinx.net] > Sent: Friday, October 18, 2002 11:58 AM > To:

RE: WebLogic 6.1sp3 and Axis deployment

2002-10-19 Thread Alex Huang
After some tinkering, I no longer get the 404 error. The url pattern I was trying to use was soap\abc. Just specifying soap in the url-pattern of servlet-mapping causes the 404. I changed it to soap\* and now I'm getting a Server.NoService. So the 404 was actually returned by WebLogic and not A

WebLogic 6.1sp3 and Axis deployment

2002-10-19 Thread Alex Huang
Hi All, I'm moving my Axis 1.0 deployment over to WebLogic 6.1sp3 from Tomcat. Everything is working fine from Tomcat but my move to WebLogic is proving to be problematic. I've done some searching on the mailing list and realize there maybe problems with deploying axis in a .war file with beta3.

Re: setTargetEndpointAddress slow?

2002-10-19 Thread Jeff Greif
Note: This is only a grossly speculative guess. If you're doing this on a Windows system, particularly an older version of Windows NT, you may have a problem with the speed of reverse DNS lookup, arising from some aspect of the network setup. This post (occurring in a completely different environ

Q: Best Practices w/n Using Axis?

2002-10-19 Thread Quinn, Kim John
Hello all, Been using Axis now for a bit and really find it to work great. Now as I start to really implement it I have a few questions about best practices when using it, specifically when using it with EntityBeans or Sessions of J2EE. What I have been doing is creating my beans as normal in J2

RE: Could not generate WSDL

2002-10-19 Thread jbakker
I assume you mean http://whatever.com:8080/axis/services wsdl generation from the regular /axis webapp is fine putting axis jars in another webbapp and generating wsdl from there isn't working for me for example: whatever.com/services/CalculatorService?wsdl The service appears to be deployed fi

Re: Could not generate WSDL

2002-10-19 Thread James
[EMAIL PROTECTED] wrote: I am attempting to deploy a test Calculator web service in a webapp, and while the service appears to be deploying fine at whatever.com/services with the web output: --- And now... Some Services CalculatorService (wsdl) add subtract --- When I go to whatever.com/servic

setTargetEndpointAddress slow?

2002-10-19 Thread Michael Ploed
I have a problem with this piece of code using axis as a client for webservices: URL url = new URL("some url"); Service service = new Service(); Call call = (Call)service.createCall(); call.setTargetEndpointAddress(url); The function setTargetEndpointAddress (last line) is very slow... it took app