You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by James Jose <ja...@in.ibm.com> on 2005/02/03 14:16:48 UTC

Call Class API

Hi All
 
   I am working on Call class APIs.
  No documentation is  avilable for APIs  so please give me some 
information about getAnyObject() and addAnyObject() APIs.

   Thanks in Advance


Regards
James
--------------------------------------------------
James Jose
Messaging Clients Team, WMQDDC
IBM Software Labs, India
Direct: 91-80- 25094331  Ext :2331
E-mail: jamejose@in.ibm.com


Re: Call Class API

Posted by Samisa Abeysinghe <sa...@gmail.com>.
>  I think that those who are in the @author xxxxxx  list in the API header
> files have enough understanding of the API in order to help you .

Well this is not always consistant. I find some source files that are
not being updated.

Samisa...


On Tue, 08 Feb 2005 10:08:03 +0600, Susantha Kumara
<su...@opensource.lk> wrote:
>  Samisa Abeysinghe wrote:
>  
>  Hi James, I am not sure who the original autor of this API. Most probaly
> the original author is not around to comment on this. I will try my best to
> help you out on this, but will take some time as I too have to have a look
> into the flow related to these calls. In the mean time, if anyone is around
> who has some understanding on this please comment. Regards, Samisa... On
> Thu, 3 Feb 2005 18:46:48 +0530, James Jose <ja...@in.ibm.com> wrote: 
>  Hi All I am working on Call class APIs. No documentation is avilable for
> APIs so please give me some information about getAnyObject() and
> addAnyObject() APIs. Thanks in Advance Regards James
> -------------------------------------------------- James Jose Messaging
> Clients Team, WMQDDC IBM Software Labs, India Direct: 91-80- 25094331 Ext
> :2331 E-mail: jamejose@in.ibm.com Sorry I am a little away from the project
> these days. 
>  
>  I think that those who are in the @author xxxxxx  list in the API header
> files have enough understanding of the API in order to help you .
>  
>  I try my best to help you as time permits,
>  
>  Regards,
>  
>  Susantha.
>

Re: Call Class API

Posted by Susantha Kumara <su...@opensource.lk>.
Samisa Abeysinghe wrote:

>Hi James,
>     I am not sure who the original autor of this API. Most probaly
>the original author is not around to comment on this.
>
>    I will try my best to help you out on this, but will take some
>time as I too have to have a look into the flow related to these
>calls.
>
>    In the mean time, if anyone is around who has some understanding
>on this please comment.
>
>Regards,
>Samisa...
>
>
>
>On Thu, 3 Feb 2005 18:46:48 +0530, James Jose <ja...@in.ibm.com> wrote:
>  
>
>> 
>>Hi All 
>>    
>>   I am working on Call class APIs. 
>>  No documentation is  avilable for APIs  so please give me some information
>>about getAnyObject() and addAnyObject() APIs. 
>> 
>>   Thanks in Advance
>> 
>> 
>> Regards
>> James
>> --------------------------------------------------
>> James Jose
>> Messaging Clients Team, WMQDDC
>> IBM Software Labs, India
>> Direct: 91-80- 25094331  Ext :2331
>> E-mail: jamejose@in.ibm.com
>> 
>>
>>    
>>
>
>
>  
>
Sorry I am a little away from the project these days.

I think that those who are in the @author xxxxxx  list in the API header 
files have enough understanding of the API in order to help you .

I try my best to help you as time permits,

Regards,

Susantha.

Re: Call Class API

Posted by Samisa Abeysinghe <sa...@gmail.com>.
Hi James,
     I am not sure who the original autor of this API. Most probaly
the original author is not around to comment on this.

    I will try my best to help you out on this, but will take some
time as I too have to have a look into the flow related to these
calls.

    In the mean time, if anyone is around who has some understanding
on this please comment.

Regards,
Samisa...



On Thu, 3 Feb 2005 18:46:48 +0530, James Jose <ja...@in.ibm.com> wrote:
>  
> Hi All 
>     
>    I am working on Call class APIs. 
>   No documentation is  avilable for APIs  so please give me some information
> about getAnyObject() and addAnyObject() APIs. 
>  
>    Thanks in Advance
>  
>  
>  Regards
>  James
>  --------------------------------------------------
>  James Jose
>  Messaging Clients Team, WMQDDC
>  IBM Software Labs, India
>  Direct: 91-80- 25094331  Ext :2331
>  E-mail: jamejose@in.ibm.com
>  
>

Re: Call Class API

Posted by Susantha Kumara <su...@opensource.lk>.
James Jose wrote:

>
> Hi All
>    
>    I am working on Call class APIs.
>   No documentation is  avilable for APIs  so please give me some 
> information about getAnyObject() and addAnyObject() APIs.
>
>    Thanks in Advance
>
>
> Regards
> James
> --------------------------------------------------
> James Jose
> Messaging Clients Team, WMQDDC
> IBM Software Labs, India
> Direct: 91-80- 25094331  Ext :2331
> E-mail: jamejose@in.ibm.com
>
These 2 API funtions were intended to provide facility to add AnyType 
objects (which is the C++ representation for xsd:any ). But they are not 
used at the moment. Current implementation of xsd:any support has lot of 
flaws and it is not being used.

Susantha.