Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 80112 invoked from network); 16 Feb 2004 12:50:03 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 16 Feb 2004 12:50:03 -0000 Received: (qmail 36926 invoked by uid 500); 16 Feb 2004 12:50:01 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 36871 invoked by uid 500); 16 Feb 2004 12:50:01 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 36856 invoked from network); 16 Feb 2004 12:50:01 -0000 Received: from unknown (HELO server6.httpserver.us) (216.67.245.223) by daedalus.apache.org with SMTP; 16 Feb 2004 12:50:01 -0000 Received: from [81.196.150.5] (port=42448 helo=svlaptop1) by server6.httpserver.us with asmtp (Exim 4.24) id 1AsiCG-0006pd-Bf for axis-c-user@ws.apache.org; Mon, 16 Feb 2004 07:50:00 -0500 From: "Gabriel Ciuloaica" To: "AXIS C USERS" Subject: Java /C interop Date: Mon, 16 Feb 2004 14:52:02 +0200 Organization: BitSizeCode.NET Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C3F49C.70B6CE90" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Thread-Index: AcP0i3+HqLvReW5wTKyQILYAG3CAjw== X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server6.httpserver.us X-AntiAbuse: Original Domain - ws.apache.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - bitsizecode.net X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C3F49C.70B6CE90 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, I have developed an application in Java that is running on a JBoss server. I have one of the session beans providing web services. I need to create a C++ client (in Visual C++) that should be able to invoke methods from session bean running on JBoss server. One of the methods is returning a collection of objects (Java beans). So, I need a way to get these objects in C++ (actually to get some values from these objects). I'm new to web services and I need to know which is the best way (performance matter) to access a method that is returning a collection of objects. Thanks, Gabi ------=_NextPart_000_0007_01C3F49C.70B6CE90 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi,

 

I have developed an application in Java that is = running on a JBoss server. I have one of the session beans providing web = services.

I need to create a C++ client (in Visual C++) that = should be able to invoke methods from session bean running on JBoss = server.

 

One of the methods is returning a collection of = objects (Java beans). So, I need a way to get these objects in C++ (actually to = get some values from these objects).

 

I’m new to web services and I need to know = which is the best way (performance matter) to access a method that is returning a collection of objects.

 

Thanks,

Gabi

------=_NextPart_000_0007_01C3F49C.70B6CE90--