Return-Path: Delivered-To: apmail-servicemix-users-archive@www.apache.org Received: (qmail 17741 invoked from network); 5 Mar 2010 04:23:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Mar 2010 04:23:36 -0000 Received: (qmail 53569 invoked by uid 500); 5 Mar 2010 04:23:23 -0000 Delivered-To: apmail-servicemix-users-archive@servicemix.apache.org Received: (qmail 53503 invoked by uid 500); 5 Mar 2010 04:23:23 -0000 Mailing-List: contact users-help@servicemix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@servicemix.apache.org Delivered-To: mailing list users@servicemix.apache.org Received: (qmail 53495 invoked by uid 99); 5 Mar 2010 04:23:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Mar 2010 04:23:22 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Mar 2010 04:23:18 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1NnP3x-0008Ob-RV for users@servicemix.apache.org; Thu, 04 Mar 2010 20:22:57 -0800 Message-ID: <27789792.post@talk.nabble.com> Date: Thu, 4 Mar 2010 20:22:57 -0800 (PST) From: chris charles harris To: users@servicemix.apache.org Subject: Re: How to pass complex object in to a web service In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: snrpriyadarshanaq@gmail.com References: <27779954.post@talk.nabble.com> hi.., I can not go with servicemix-cxf-se because It is tightly coupled with annotations. Due to the requirement i need two service engine which expose same service with different namespaces. I tried several ways but could not be success. In servicemix-jsr181 component we can easily change namespace dynamically. Do u have any idea with that? If you need more information i can give you. appreciate your response. If we can use cxf simple frountend with servicemix-cxf-se it will solve my problem. Can you give any resource that explains how to use simple-frounten= d with servicemix-cxf-se ... Thnaks a lot =20 chris Freeman Fang wrote: >=20 > Hi, >=20 > Could you use servicemix-cxf-se instead? As servicemix-jsr181 is kinda = =20 > of deprecated. >=20 > Freeman > On 2010-3-4, at =E4=B8=8B=E5=8D=888:11, chris charles harris wrote: >=20 >> >> Hi, >> I am going to use servicemix-jsr181 component for develop my =20 >> application >> with "annotation =3D none" condition. I was able pass a string parameter >> according to their example. Now I want to pass a complex object to a =20 >> method. >> I changed the wsdl and create classes. >> >> Lets say this is the method i want to expose as a service. >> >> public String processOrder(Order order ); >> >> >> Order class : >> >> public class Order { >> >> protected String customerID; >> protected String itemID; >> >> ....... >> >> } >> >> I implemented the method and deployed successfully in servicemix. =20 >> Then i saw >> the generated wsdl it contains different namespace for the my order =20 >> class >> even i define it the my wsdl. When i test the service with SOAPUI it =20 >> always >> passes one parameter. Other one is not passing. Can anyone temm me =20 >> how to >> pass complex object with servicemix-jsr181 componentand =20 >> annotation=3Dnone >> condition. >> >> Thanks >> chris >> >> --=20 >> View this message in context: >> http://old.nabble.com/How--to-pass-complex-object-in-to-a-web-service-tp= 27779954p27779954.html >> Sent from the ServiceMix - User mailing list archive at Nabble.com. >> >=20 >=20 > --=20 > Freeman Fang > ------------------------ > Open Source SOA: http://fusesource.com >=20 >=20 >=20 --=20 View this message in context: http://old.nabble.com/How--to-pass-complex-ob= ject-in-to-a-web-service-tp27779954p27789792.html Sent from the ServiceMix - User mailing list archive at Nabble.com.