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
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
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
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
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/
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
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