RE: SOAPAction in axis2

2007-01-12 Thread Nisheed Raveendran
, 2007 10:01 PM To: axis-user@ws.apache.org Subject: Re: SOAPAction in axis2 SOAP 1.1 requires that the SOAPAction header be present. Anne On 1/11/07, Nisheed Raveendran <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > I have a query about SoapAction in ax

SOAPAction in axis2

2007-01-11 Thread Nisheed Raveendran
Hi, I have a query about SoapAction in axis2. Why is compulsory to send a SoapAction header to call axis2 service from curl? If SoapAction is not send to a Soap 1.2 service, a fault messages is generated by axis2. The following call curl --data-binary @soap12.txt --output ou

RE: Building the Service using AXIOM Sample

2006-12-06 Thread Nisheed Raveendran
Hi, The messageReceiver tells that it is an in-out operation. The message receiver for getPrice is an in-out message receiver (RawXMLINOutMessageReceiver) Regards, nisheedh -Original Message- From: Danny Lin [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 06,

Dynamic WSDL generation from Interface repository

2006-11-22 Thread Nisheed Raveendran
Hi, I am creating a web service from CORBA objects. The web service will be integrated with axis2. I need the WSDL to be generated dynamically from an Interface repository. I am planning to create a separate package for this and replace the javs2wsdl package with the new WSDL generator. Is th