Hi,

 

 

In Axis2C, having the structure that has character variable

 

for example 

 

struct item{

 

char* status;

.....

 

}

 

 

the issue is :

 

 

1. getting the value from getter function for character variable  of
axis2c, it returns value.

 

2. trying to assign it to the above struct as

 

struct item* getvalue = NULL;

 

getvalue = (struct item*)malloc(sizeof(struct item));

 

getvalue->status = AXIS2_CREATEITEM_GET_STATUS(CreateItem, env);

 

 

3. and tassigning it to the COM object member variable

 

but while debuging getvalue->status doesn't  have value, 

 

both the function are in same process.

 

 

 

can any one help how to assign the axis2c pointer variable to COM
object. ?

 

-Viji.

 

 

 

 

 



This e-mail and any files transmitted with it are for the sole use of the 
intended recipient(s) and may contain confidential and privileged information.
If you are not the intended recipient, please contact the sender by reply 
e-mail and destroy all copies of the original message. 
Any unauthorized review, use, disclosure, dissemination, forwarding, printing 
or copying of this email or any action taken in reliance on this e-mail is 
strictly 
prohibited and may be unlawful.

Reply via email to