RE: setting ref attribute

2005-05-03 Thread Samisa Abeysinghe
Hi Krishna,
This is a Stub API call - meaning that this is available only on
the client side.
I am not sure on the effort required to get this supported on
the server side, but my gut feel is that it should be comparatively
easier as the client is already doing this.
Please raise a Jira on this.

Thanks,
Samisa...

-Original Message-
From: krishna [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 04, 2005 3:27 AM
To: Apache AXIS C User List
Subject: Re: setting ref attribute

Hi All

The setSOAPMethodAttribute method in the client side can be used to set 
attributes.For further details
please look at 
http://marc.theaimsgroup.com/?l=axis-c-dev&m=108611165220336&w=2

Is there a similar method on the server side which could be used to set 
attributes of values to be returned??

Krishna

krishna wrote:

> Hi All
>
> I am currently working with Axis 1.5 Alpha.I want to set the ref 
> attribute - SOAP 1.2 ( href in SOAP 1.1) for a tag in the body of the 
> soap response.I want to do this using a server side handler.Could 
> someone give me pointers on how i can get this done.
>
> I have been checking out the API for Message Data and the handlers 
> tutorial.The Handlers tutorial mentions how to get the SOAP Body of an

> SOAP Request but does not discuss about the SOAP Response.
>
> Regards
> Krishna
>
>




Re: setting ref attribute

2005-05-03 Thread krishna
Hi All
The setSOAPMethodAttribute method in the client side can be used to set 
attributes.For further details
please look at 
http://marc.theaimsgroup.com/?l=axis-c-dev&m=108611165220336&w=2

Is there a similar method on the server side which could be used to set 
attributes of values to be returned??

Krishna
krishna wrote:
Hi All
I am currently working with Axis 1.5 Alpha.I want to set the ref 
attribute - SOAP 1.2 ( href in SOAP 1.1) for a tag in the body of the 
soap response.I want to do this using a server side handler.Could 
someone give me pointers on how i can get this done.

I have been checking out the API for Message Data and the handlers 
tutorial.The Handlers tutorial mentions how to get the SOAP Body of an 
SOAP Request but does not discuss about the SOAP Response.

Regards
Krishna