Re: Axis without SOAP

2007-03-22 Thread sumedha
Hi, Following might interest you http://ws.apache.org/axis2/1_1_1/rest-ws.html && http://webservices.xml.com/lpt/a/915 sumedha. > Hi! > > I have got a special problem using AXIS and i need some help :) > I would like to make a request without using SOAP envelope. Can i configue > AXIS to se

RE: Axis without SOAP

2007-03-22 Thread Armando Antón
Thanks Anne! -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: jueves, 22 de marzo de 2007 12:45 To: axis-user@ws.apache.org Subject: Re: Axis without SOAP You can do that using Axis2 -- it's referred to as REST (although it's POX, not REST). Anne

Re: Axis without SOAP

2007-03-22 Thread Anne Thomas Manes
You can do that using Axis2 -- it's referred to as REST (although it's POX, not REST). Anne On 3/22/07, Armando Antón <[EMAIL PROTECTED]> wrote: Hi! I have got a special problem using AXIS and i need some help :) I would like to make a request without using SOAP envelope. Can i configue AXIS t

Axis without SOAP

2007-03-22 Thread Armando Antón
Hi! I have got a special problem using AXIS and i need some help :) I would like to make a request without using SOAP envelope. Can i configue AXIS to send a request without including SOAP envelope? Thanks! Armando - To unsubs

Re: Using Axis without SOAP

2006-02-24 Thread Anne Thomas Manes
Sorry -- typo. I meant:Yes -- assuming you do everything *right* in your WSDL and your code, you don't ever need to look at the SOAP messages. But if you make a mistake, you may need to know about SOAP in order to debug the problem. It's also helpful to understand how SOAP processing works.On 2/24/

Re: Using Axis without SOAP

2006-02-24 Thread Anne Thomas Manes
Yes -- assuming you do everything write in your WSDL and your code, you don't ever need to look at the SOAP messages. But if you make a mistake, you may need to know about SOAP in order to debug the problem. It's also helpful to understand how SOAP processing works. AnneOn 2/24/06, eric kong <[EMA

Using Axis without SOAP

2006-02-24 Thread eric kong
it seems I don't need to understand SOAP at all to use web services   1) all i need is WSDL file --> generate server side skeletons + client side stub. 2) call stub to access remote objects / methods 3) do i have to understand SOAP if i am only user / provider of web services? 4) since serv