RE: Axis 1.4 - (405) Method Not Allowed

2007-10-18 Thread Walker, Jeff
in development to test the service. It sounds like a very non-standard web service. -jeff -Original Message- From: foo shyn [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 12:25 AM To: axis-user@ws.apache.org Subject: Re: Axis 1.4 - (405) Method Not Allowed Hmm i'm afraid that might

Re: Axis 1.4 - (405) Method Not Allowed

2007-10-18 Thread foo shyn
: Thursday, October 18, 2007 12:25 AM To: axis-user@ws.apache.org Subject: Re: Axis 1.4 - (405) Method Not Allowed Hmm i'm afraid that might not be possible. Wonder why Axis keeps the GET method out anyway.. any particular reason? Tried calling other method...same problem... Thanx FooShyn

Re: Axis 1.4 - (405) Method Not Allowed

2007-10-18 Thread Martin Gainty
your double-checked your WSDL is doc/lit/wrapped style ? (If unsure then post WSDL to group) M-- - Original Message - From: foo shyn [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Thursday, October 18, 2007 8:53 PM Subject: Re: Axis 1.4 - (405) Method Not Allowed Hi guys

Re: Axis 1.4 - (405) Method Not Allowed

2007-10-17 Thread Martin Gainty
:55 PM Subject: Re: Axis 1.4 - (405) Method Not Allowed Hi, Ya i asked and they told me that they don't see any log there, thus i only can rely on the information i get from my own log. Headache. Thanx FooShyn M N wrote: can u ask the other party if they see any error traces

Re: Axis 1.4 - (405) Method Not Allowed

2007-10-17 Thread foo shyn
the service correctly. I think the answer to your problem lies with them. -jeff -Original Message- From: foo shyn [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 16, 2007 9:16 PM To: axis-user@ws.apache.org Subject: Axis 1.4 - (405) Method Not Allowed Hi guys, I'm new to the list, so

Axis 1.4 - (405) Method Not Allowed

2007-10-16 Thread foo shyn
try to call the web services i got a (405)Method Not Allowed error from the web. I'm thinking of the possibility of the method that i use is not allow. Since Axis is defaulted to process its request in Post method, i'm not sure whether i can alter that. Does anyone have any idea on how to do

Re: Axis 1.4 - (405) Method Not Allowed

2007-10-16 Thread M N
components to create my client. I got the stub generated and run it in my own servlet. However when i try to call the web services i got a (405)Method Not Allowed error from the web. I'm thinking of the possibility of the method that i use is not allow. Since Axis is defaulted to process its

Re: Axis 1.4 - (405) Method Not Allowed

2007-10-16 Thread foo shyn
. However when i try to call the web services i got a (405)Method Not Allowed error from the web. I'm thinking of the possibility of the method that i use is not allow. Since Axis is defaulted to process its request in Post method, i'm not sure whether i can alter that. Does

Re: Mappoint 401 unauthorised with CommonsHTTPSender (was : Axis and Mappoint.NET problem - (405)Method Not Allowed)

2005-11-01 Thread Pobzeb Armerding
I think I got it. I have actually just finished a webservice client that uses the setUsername and setPassword methods of the call interface. This is how it works: SOAPInterface_PortType service = new SOAPInterfaceLocator().getSOAPInterface();

Mappoint 401 unauthorised with CommonsHTTPSender (was : Axis and Mappoint.NET problem - (405)Method Not Allowed)

2005-10-24 Thread Bob
Recap : I'm trying to get Axis to talk to Mappoint.NET's RenderService from inside a signed applet, but I can't get it to authenticate. I got a private reply which suggested I tried Axis 1.2RC2 since that worked for them in a similar situation. Doing so I don't get the Discarding unexpected

Re: Mappoint 401 unauthorised with CommonsHTTPSender (was : Axis and Mappoint.NET problem - (405)Method Not Allowed)

2005-10-24 Thread Pobzeb Armerding
I am actually having the exact same problem when trying to connect to a secure Amazon web service. I created my client using the WSDL2Java command and I have been working at it for over a week. Please let me know if you have any success at this. Thanks, Pobzeb Armerding Vann's Inc. Software

re: Axis and Mappoint.NET problem - (405)Method Not Allowed

2005-10-21 Thread Bob
OK, I worked out the 405 was because I was using the wrong endpoint, doh _ However I now get (401)Unauthorized as a result of Failure authenticating with DIGEST 'MapPoint'@renderv3.staging.mappoint.net:80. I understand this can happen if you're not using CommonsHTTPSender, however I am. I am

The requested method POST is not allowed for the URL - (405)Method Not Allowed

2005-06-22 Thread Christian Kunert
Hi there, i have troubles using a service with AXIS. I got a faultString: (405)Method Not Allowed Exception when i run my client. I got this additional message The requested method POST is not allowed for the URL /index.html.lt;Pgt; How can I change the request to GET? I thought

(405) Method not allowed

2005-05-24 Thread Plorks mail
Dear All, I'm trying to call a method from an external web service using this code But i get the error (405) Method not allowed Is anyone able to tell me what this error means, can anyone see anything wrong with my code Many thanks or your help String a = 12345 String b = 12345 int c

AW: (405) Method not allowed

2005-05-24 Thread Ferruh Zamangoer
-Ursprüngliche Nachricht- Von: Plorks mail [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 24. Mai 2005 11:55 An: axis-user@ws.apache.org Betreff: (405) Method not allowed Dear All, I'm trying to call a method from an external web service using this code But i get the error (405

AW: (405) Method not allowed

2005-05-24 Thread Ferruh Zamangoer
not allowed Dear All, I'm trying to call a method from an external web service using this code But i get the error (405) Method not allowed Is anyone able to tell me what this error means, can anyone see anything wrong with my code Many thanks or your help String a = 12345 String b = 12345 int c