RE: Accessing C++ web service from JSP Client

2006-08-24 Thread Murali Konnipati
Hi Adrian,

Thank you very much for your reply. Could you please provide me
information on how exactly I need to access the web service.

Thanks  Regards,

Murali Krishna K

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Adrian Dick
Sent: Thursday, August 24, 2006 3:20 PM
To: Apache AXIS C User List
Subject: Re: Accessing C++ web service from JSP Client

Hi,

If you've generated and deployed your C++ web service from a WSDL file,
then any web service client ( be it C++, Java, .Net or JSP)  should be able
to use it, by using the WSDL file.

Regards,
Adrian
___
Adrian Dick ([EMAIL PROTECTED])


Murali Konnipati [EMAIL PROTECTED] wrote on 24/08/2006
09:59:49:

 Hi All,

I have a C++ based web service and I would like to access the above
 C++ web service from the JSP client. I don't know is it possible to do
the
 same or no...?

 Please do the needful favor on the same.

 Thanks in advance,

 Murali Krishna K

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Accessing C++ web service from JSP Client

2006-08-24 Thread Adrian Dick
Hi,

Once you've deployed your C++ web service using Axis C++ (
http://ws.apache.org/axis/cpp/serveruser-guide.html#Deploy_the_service ),
everything you need for accessing and deploying your JSP client to access
the C++ web service should be contained within your WSDL file.  The only
possible addition is to ensure endpoint is correct for Axis C++, which will
be in the form:
  http://hostname/axis/service name

Regards,
Adrian
___
Adrian Dick ([EMAIL PROTECTED])


Murali Konnipati [EMAIL PROTECTED] wrote on 24/08/2006
11:05:55:

 Hi Adrian,

Thank you very much for your reply. Could you please provide me
 information on how exactly I need to access the web service.

 Thanks  Regards,

 Murali Krishna K

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf
 Of Adrian Dick
 Sent: Thursday, August 24, 2006 3:20 PM
 To: Apache AXIS C User List
 Subject: Re: Accessing C++ web service from JSP Client

 Hi,

 If you've generated and deployed your C++ web service from a WSDL file,
 then any web service client ( be it C++, Java, .Net or JSP)  should be
able
 to use it, by using the WSDL file.

 Regards,
 Adrian
 ___
 Adrian Dick ([EMAIL PROTECTED])


 Murali Konnipati [EMAIL PROTECTED] wrote on 24/08/2006
 09:59:49:

  Hi All,
 
 I have a C++ based web service and I would like to access the above
  C++ web service from the JSP client. I don't know is it possible to do
 the
  same or no...?
 
  Please do the needful favor on the same.
 
  Thanks in advance,
 
  Murali Krishna K
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]