You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by "Popuri, Monica" <mo...@hp.com> on 2006/08/02 12:28:52 UTC

RE: [Axis2]Re: AXIS C++ : Calling a service from other

Hi Samisa,

I am phasing an issue with the exception handling. The web service deployedin apache axis (developed in c++) does not send the customed created exception. But sends obj of main Exception class for any type of exception. Is this a known issue with apache axis 1.6. Or I am not doing things correct way. 
Thanks & Regards,
Monica

-----Original Message-----
From: Samisa Abeysinghe [mailto:samisa@wso2.com]
Sent: Wednesday, May 24, 2006 7:08 PM
To: Apache AXIS C User List
Subject: [Axis2]Re: AXIS C++ : Calling a service from other


This is an interesting scenario that we would like to test with Axis2/C. 
I "hope" this would work. But not tried. Anyway, we would like to 
support this with Axis2/C at some point.
Thanks,
Samisa...
John Hawkins wrote:

>
> This is a limitation of all releases of the code. There are no current 
> plans to fix this
>
>
>
> *monica.popuri@hp.com*
>
> 24/05/2006 13:06
> Please respond to
> "Apache AXIS C User List" <ax...@ws.apache.org>
>
>
> 	
> To
> 	"Apache AXIS C User List" <ax...@ws.apache.org>
> cc
> 	
> Subject
> 	Re: AXIS C++ : Calling a service from other
>
>
>
> 	
>
>
>
>
>
> Thanks for reploying,
> Is this a limitation in AXIS C++ 1.6. Is there any plan of developer team
> to fix this in next release.
> Thanks
> With Regards,
> Monica
> > I'm afraid that this is a restriction in the runtime. The engine is
> > instantiated either as a server or client unfortunately you cannot have
> > both in the same process.
> >
> >
> >
> >
> > "Popuri, Monica" <mo...@hp.com>
> > 24/05/2006 12:37
> > Please respond to
> > "Apache AXIS C User List" <ax...@ws.apache.org>
> >
> >
> > To
> > <ax...@ws.apache.org>
> > cc
> >
> > Subject
> > AXIS C++ : Calling a service from other
> >
> >
> >
> >
> >
> >
> >
> >
> >> Hi All,
> >>
> >> I am using Apache AXIS C++ 1.6 and have developed two web services. I
> > need to invoke one web service from other. I have tried to store the 
> stubs
> > of first service into other service's dir to create second service as
> > client of first but same is not working. When I invoke sec service I get
> > following error: No service available
> >> What is exact way to create such a scenario.
> >>
> >> With Regards,
> >> Monica Popuri
> >> HP GDIC
> >> Prestige AlKareem, 4th Floor, Seat # 30,
> >> Edward Road, Bangalore - 52
> >> Ph: +91-80-22054046
> >>
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-c-user-help@ws.apache.org
> >
> >
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-user-help@ws.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org


Re: [Axis2] Dropping axis2_mep_client and axis2_msg_sender

Posted by Samisa Abeysinghe <sa...@gmail.com>.
Oops, our op_client uses mep client. So we cannot effectively remove it 
as of now.
Samisa...

Samisa Abeysinghe wrote:

> Hi All,
>    It has been some time that we implemented service client and 
> operation client APIs, but we still have mep_client and msg_sender in 
> the svn.
>    But these are deprecated and we can easily obsolete without any 
> side effects.
>
>    I will remove these from svn, if anyone has any concerns please let 
> know.
> Thanks,
> Samisa...
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org


[Axis2] Dropping axis2_mep_client and axis2_msg_sender

Posted by Samisa Abeysinghe <sa...@gmail.com>.
Hi All,
    It has been some time that we implemented service client and 
operation client APIs, but we still have mep_client and msg_sender in 
the svn.
    But these are deprecated and we can easily obsolete without any side 
effects.

    I will remove these from svn, if anyone has any concerns please let 
know.
Thanks,
Samisa...


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org


RE: AXIS C++ : Calling a service from other

Posted by "Popuri, Monica" <mo...@hp.com>.
Hi Samisa,

Which means there is no such issue in Axis C++ version 2.0?

Thanks for your help & Best Regards,
Monica

-----Original Message-----
From: Samisa Abeysinghe [mailto:samisa.abeysinghe@gmail.com]
Sent: Thursday, August 03, 2006 4:30 PM
To: Apache AXIS C User List
Subject: Re: AXIS C++ : Calling a service from other


Popuri, Monica wrote:

>Hi Samisa,
>
>I am phasing an issue with the exception handling. The web service deployedin apache axis (developed in c++) does not send the customed created exception. But sends obj of main Exception class for any type of exception. Is this a known issue with apache axis 1.6. Or I am not doing things correct way. 
>  
>
I have been busy with Axis2, and has lot touch of Axis C++, especially, 
1.6 stuff.
Your question would be better answered by one who is active with 1.6
Thanks
Samisa...

>Thanks & Regards,
>Monica
>
>-----Original Message-----
>From: Samisa Abeysinghe [mailto:samisa@wso2.com]
>Sent: Wednesday, May 24, 2006 7:08 PM
>To: Apache AXIS C User List
>Subject: [Axis2]Re: AXIS C++ : Calling a service from other
>
>
>This is an interesting scenario that we would like to test with Axis2/C. 
>I "hope" this would work. But not tried. Anyway, we would like to 
>support this with Axis2/C at some point.
>Thanks,
>Samisa...
>John Hawkins wrote:
>
>  
>
>>This is a limitation of all releases of the code. There are no current 
>>plans to fix this
>>
>>
>>
>>*monica.popuri@hp.com*
>>
>>24/05/2006 13:06
>>Please respond to
>>"Apache AXIS C User List" <ax...@ws.apache.org>
>>
>>
>>	
>>To
>>	"Apache AXIS C User List" <ax...@ws.apache.org>
>>cc
>>	
>>Subject
>>	Re: AXIS C++ : Calling a service from other
>>
>>
>>
>>	
>>
>>
>>
>>
>>
>>Thanks for reploying,
>>Is this a limitation in AXIS C++ 1.6. Is there any plan of developer team
>>to fix this in next release.
>>Thanks
>>With Regards,
>>Monica
>>    
>>
>>>I'm afraid that this is a restriction in the runtime. The engine is
>>>instantiated either as a server or client unfortunately you cannot have
>>>both in the same process.
>>>
>>>
>>>
>>>
>>>"Popuri, Monica" <mo...@hp.com>
>>>24/05/2006 12:37
>>>Please respond to
>>>"Apache AXIS C User List" <ax...@ws.apache.org>
>>>
>>>
>>>To
>>><ax...@ws.apache.org>
>>>cc
>>>
>>>Subject
>>>AXIS C++ : Calling a service from other
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>      
>>>
>>>>Hi All,
>>>>
>>>>I am using Apache AXIS C++ 1.6 and have developed two web services. I
>>>>        
>>>>
>>>need to invoke one web service from other. I have tried to store the 
>>>      
>>>
>>stubs
>>    
>>
>>>of first service into other service's dir to create second service as
>>>client of first but same is not working. When I invoke sec service I get
>>>following error: No service available
>>>      
>>>
>>>>What is exact way to create such a scenario.
>>>>
>>>>With Regards,
>>>>Monica Popuri
>>>>HP GDIC
>>>>Prestige AlKareem, 4th Floor, Seat # 30,
>>>>Edward Road, Bangalore - 52
>>>>Ph: +91-80-22054046
>>>>
>>>>
>>>>
>>>>        
>>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
>>>For additional commands, e-mail: axis-c-user-help@ws.apache.org
>>>
>>>
>>>
>>>      
>>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
>>For additional commands, e-mail: axis-c-user-help@ws.apache.org
>>
>>
>>    
>>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
>For additional commands, e-mail: axis-c-user-help@ws.apache.org
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
>For additional commands, e-mail: axis-c-user-help@ws.apache.org
>
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org


Re: AXIS C++ : Calling a service from other

Posted by Samisa Abeysinghe <sa...@gmail.com>.
Popuri, Monica wrote:

>Hi Samisa,
>
>I am phasing an issue with the exception handling. The web service deployedin apache axis (developed in c++) does not send the customed created exception. But sends obj of main Exception class for any type of exception. Is this a known issue with apache axis 1.6. Or I am not doing things correct way. 
>  
>
I have been busy with Axis2, and has lot touch of Axis C++, especially, 
1.6 stuff.
Your question would be better answered by one who is active with 1.6
Thanks
Samisa...

>Thanks & Regards,
>Monica
>
>-----Original Message-----
>From: Samisa Abeysinghe [mailto:samisa@wso2.com]
>Sent: Wednesday, May 24, 2006 7:08 PM
>To: Apache AXIS C User List
>Subject: [Axis2]Re: AXIS C++ : Calling a service from other
>
>
>This is an interesting scenario that we would like to test with Axis2/C. 
>I "hope" this would work. But not tried. Anyway, we would like to 
>support this with Axis2/C at some point.
>Thanks,
>Samisa...
>John Hawkins wrote:
>
>  
>
>>This is a limitation of all releases of the code. There are no current 
>>plans to fix this
>>
>>
>>
>>*monica.popuri@hp.com*
>>
>>24/05/2006 13:06
>>Please respond to
>>"Apache AXIS C User List" <ax...@ws.apache.org>
>>
>>
>>	
>>To
>>	"Apache AXIS C User List" <ax...@ws.apache.org>
>>cc
>>	
>>Subject
>>	Re: AXIS C++ : Calling a service from other
>>
>>
>>
>>	
>>
>>
>>
>>
>>
>>Thanks for reploying,
>>Is this a limitation in AXIS C++ 1.6. Is there any plan of developer team
>>to fix this in next release.
>>Thanks
>>With Regards,
>>Monica
>>    
>>
>>>I'm afraid that this is a restriction in the runtime. The engine is
>>>instantiated either as a server or client unfortunately you cannot have
>>>both in the same process.
>>>
>>>
>>>
>>>
>>>"Popuri, Monica" <mo...@hp.com>
>>>24/05/2006 12:37
>>>Please respond to
>>>"Apache AXIS C User List" <ax...@ws.apache.org>
>>>
>>>
>>>To
>>><ax...@ws.apache.org>
>>>cc
>>>
>>>Subject
>>>AXIS C++ : Calling a service from other
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>      
>>>
>>>>Hi All,
>>>>
>>>>I am using Apache AXIS C++ 1.6 and have developed two web services. I
>>>>        
>>>>
>>>need to invoke one web service from other. I have tried to store the 
>>>      
>>>
>>stubs
>>    
>>
>>>of first service into other service's dir to create second service as
>>>client of first but same is not working. When I invoke sec service I get
>>>following error: No service available
>>>      
>>>
>>>>What is exact way to create such a scenario.
>>>>
>>>>With Regards,
>>>>Monica Popuri
>>>>HP GDIC
>>>>Prestige AlKareem, 4th Floor, Seat # 30,
>>>>Edward Road, Bangalore - 52
>>>>Ph: +91-80-22054046
>>>>
>>>>
>>>>
>>>>        
>>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
>>>For additional commands, e-mail: axis-c-user-help@ws.apache.org
>>>
>>>
>>>
>>>      
>>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
>>For additional commands, e-mail: axis-c-user-help@ws.apache.org
>>
>>
>>    
>>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
>For additional commands, e-mail: axis-c-user-help@ws.apache.org
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
>For additional commands, e-mail: axis-c-user-help@ws.apache.org
>
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org