Different binding in auto generated wsdl (soap11, soap12, http)

2007-08-01 Thread Patel, Ronak (US SSA)
Expanding on Orly Lampert's email from October 2006, I created a wsdl with one binding (soap1 binding) and one port with that binding. When I view the wsdl which is generated by axis (?wsdl) I always get 3 bindings and 3 ports added by axis2 (soap11, soap12 and http). Now, I want to keep only

RE: [Axis] Load Web Service on Startup

2006-07-27 Thread Patel, Ronak \(US SSA\)
Hello All, I am interested in finding out how I can force Apache Axis to load and run my Web Service (by calling its init() method) when the Web Server starts. Is there a configuration parameter that I need to set somewhere? I am interested in finding this out in both Axis2 and

RE: [Axis] Load Web Service on Startup

2006-07-27 Thread Patel, Ronak \(US SSA\)
on Startup where is your client app that consumes the web service? what is your MEP of your web service? From: Patel, Ronak (US SSA) [mailto:[EMAIL PROTECTED] Sent: Thursday, July 27, 2006 1:56 PM To: axis-user@ws.apache.org Subject: RE: [Axis] Load Web Service on Startup Hello All