RE: Error: Method not allowed

2004-04-28 Thread Martin Wibbels
First of all: if I do wsdl2java on 'your' WSDL, I get (amongst others) a class nl.lifeline.www.wsdl.vz33_vz34.Vz33Vz34PortType and nl.lifeline.www.wsdl.vz33_vz34.Vz33Vz34Locator. They save you the trouble of creating Service and Stub instances yourself. So accessing the server would then go like

RE: Error: Method not allowed

2004-04-28 Thread Martin Wibbels
Stephan, As you can see in the WSDL the URL of the service is 'https://www.lifeline.nl/webservices/vz33-vz34' (specified in the element), your Axis client is POSTing to https://www.lifeline.nl/wsdl/vz33-vz34/ which is the URL of the WSDL itself. POSTing to a WSDL file is of course not allowed. So