Stephan,

As you can see in the WSDL the URL of the service is
'https://www.lifeline.nl/webservices/vz33-vz34' (specified in the
<Service> 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 please check
if you use the correct URL to access the service. Somewhere you should
be doing something like:

xxxServices xxxService = new xxxServiceLocator().getxxxService();

or

xxxServices xxxService = new xxxServiceLocator().getxxxService(new
URL("..."));

In the first case check URL in the generated source of
xxServiceLocator.java, in the second case check the URL that you're
specifying yourself.

Regards,
 
Martin


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, April 28, 2004 11:26
> To: [EMAIL PROTECTED]
> Subject: Re: Error: Method not allowed
> 
> 
> Leo,
> 
> How can I check SSL authentication?
> Why did you switch to WASP, instead of axis?
> I am planning to develop similar client-software for VECOZO 
> (and Infomedics) as well! I already have the VECOZO 
> key-certificate info.
> 
> Client-applications are to be distributed to Dutch 
> general-practitioners
> (huisartsen) who can check insurance-status ot their patients.
> 
> I consider myself as a newbie in programming web-services. 
> Any change you can help me with examples of client-applications?
> 
> Regards, Stephan
> > Stephan,
> >
> > Since the URL of the webservice is HTTPS, are you sure the SSL 
> > authentication goes ok ? By the way we developed simular 
> webservices 
> > for VECOZO using the same standards. We
> > originally used axis as well but since a few weeks ago 
> switched to using
> > WASP.
> >
> > Sincere greetz
> > Leo de Blaauw
> > IZA
> >
> > ----- Original Message -----
> > From: <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, April 28, 2004 10:16 AM
> > Subject: Error: Method not allowed
> >
> >
> >> Hi,
> >>
> >> I am building a client-application.
> >> I am using Eclipse with Apache-axis.
> >> A WSDL is hosted by a server: 
> https://www.lifeline.nl/wsdl/vz33-vz34/
> >>
> >> I used WSDL2java to generate a stub.
> >> Running my application always gives me the message:
> >> 'The requested method POST is not allowed for the URL 
> >> /wsdl/vz33-vz34/'
> >>
> >> Is this a problem on my client, or is it a problem on the 
> server. For 
> >> those interested, I can provide you with my 'main'
> >>
> >> Thanks, Stephan Borst (The Netherlands)
> 
> 
> 
> 


begin 666 Martin Wibbels.vcf
M0D5'24XZ5D-!4D0-"E9%4E-)3TXZ,BXQ#0I..E=I8F)E;',[36%R=&EN#0I&
M3CI-87)T:[EMAIL PROTECTED]<PT*3U)'.E1E;&[EMAIL PROTECTED]&ET=75T#0I4
M14P[5T]22SM63TE#13HK,[EMAIL PROTECTED] I-3,@[EMAIL PROTECTED],#0V-0T*5$5,.U=/4DL[1D%8
M.BLS,2 H,"DU,R T.#4P-# P#0I!1%([5T]22SH[2#0T-#M0+D\N($)O>" U
M.#D[16YS8VAE9&4[.S<U,# @04X[3D542$523$%.1%,-"DQ!0D5,.U=/4DL[
M14Y#3T1)3D<]455/5$5$+5!224Y404),13I(-#0T/3!$/3!!4"Y/+B!";W@@
[EMAIL PROTECTED]/3!$/3!!16YS8VAE9&4L(#<U,# @04X],$0],$%.151(15),04Y$4PT*
M14U!24P[4%)%1CM)3E1%4DY%5#I-87)T:6XN5VEB8F5L<T!T96QI;BYN; T*
A4D56.C(P,#(Q,# W5# X-3<U-UH-"D5.1#I60T%21 T*
`
end

Reply via email to