Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 53285 invoked from network); 29 Jun 2006 10:03:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Jun 2006 10:02:59 -0000 Received: (qmail 49062 invoked by uid 500); 29 Jun 2006 10:02:56 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 49028 invoked by uid 500); 29 Jun 2006 10:02:55 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 49017 invoked by uid 99); 29 Jun 2006 10:02:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jun 2006 03:02:55 -0700 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=MAILTO_TO_SPAM_ADDR,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mgr223@tid.es designates 193.145.240.2 as permitted sender) Received: from [193.145.240.2] (HELO correo.tid.es) (193.145.240.2) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jun 2006 03:02:53 -0700 Received: from tid (filvit [192.168.48.202]) by tid.hi.inet (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0J1M00KDT98CHU@tid.hi.inet> for axis-dev@ws.apache.org; Thu, 29 Jun 2006 12:02:37 +0200 (MEST) Received: from marta ([192.168.25.14]) by tid.hi.inet (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0J1M0053W98CEB@tid.hi.inet> for axis-dev@ws.apache.org; Thu, 29 Jun 2006 12:02:36 +0200 (MEST) Date: Thu, 29 Jun 2006 12:02:35 +0200 From: =?iso-8859-1?Q?Marta_Garc=EDa_Rueda?= Subject: RE: Client using Axis2 In-reply-to: To: axis-dev@ws.apache.org Message-id: <0J1M0053X98CEB@tid.hi.inet> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: quoted-printable Thread-index: AcabXo/kqc3TTzEGSp2h1r6f2dsfdgAAqySQ X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thank you very much for your response.=20 I thought use Axis2 because I want to make an asynchronous client for = this web service. I=B4m not interested in the web service response but I = don=B4t find the solution with Axis. Can someone tell me if I can do a simple client where the client application immediately gets the control back with = Axis? -----Mensaje original----- De: Ajith Ranabahu [mailto:ajith.ranabahu@gmail.com]=20 Enviado el: jueves, 29 de junio de 2006 11:27 Para: axis-dev@ws.apache.org Asunto: Re: Client using Axis2 Hi, Seems this is an rpc/encoded WSDL which is not supported yet in Axis2. Ajith On 6/29/06, Marta Garc=EDa Rueda wrote: > > > > > Hello, > > I=B4m trying to make a Client using Axis2 based on > samples\userguide\src\userguide\clients for a simply web > service in Sun One 7.1 with wsdl: > > > > > http://ServicioNotificacion.ws/wsdl/ServicioPrueba" > xmlns:xsd=3D"http://www.w3.org/2001/XMLSchema" xmlns:soap=3D" > http://schemas.xmlsoap.org/wsdl/soap/" name=3D"ServicioPrueba" > = targetNamespace=3D"http://ServicioNotificacion.ws/wsdl/ServicioPrueba"> > > > > > > > > message=3D"tns:ServicioPruebaIF_getDatosPruebaResponse"/> > > > > " use=3D"encoded" > = namespace=3D"http://ServicioNotificacion.ws/wsdl/ServicioPrueba"/> > > encodingStyle=3D"http://schemas.xmlsoap.org/soap/encoding/" = use=3D"encoded" > namespace=3D" = http://ServicioNotificacion.ws/wsdl/ServicioPrueba"/> > > style=3D"rpc"/> > > binding=3D"tns:ServicioPruebaIFBinding"> > location=3D" > http://cabana:8701/ServicioPrueba/ws"/> > > > > but I have the next exception in the Sun One=B4s console > > > > unexpected encoding style: > expected=3Dhttp://schemas.xmlsoap.org/soap/encoding/, actual=3D > at com.sun.xml.rpc.encoding.SOAPDeserializationContext.verifyEncodingStyle > (SOAPDeserializationContext.java:142) > at > com.sun.xml.rpc.encoding.ObjectSerializerBase.deserialize(ObjectSerialize= rBa se.java:148) > at > com.sun.xml.rpc.encoding.ReferenceableSerializerImpl.deserialize(Referenc= eab leSerializerImpl.java > :115) > at > ws.ServicioPruebaIF_Tie.deserialize_getDatosPrueba(ServicioPruebaIF_Tie.j= ava :88) > at > = ws.ServicioPruebaIF_Tie.readFirstBodyElement(ServicioPruebaIF_Tie.java:74= ) > at com.sun.xml.rpc.server.StreamingHandler.handle > (StreamingHandler.java:164) > at > com.sun.xml.rpc.server.http.JAXRPCServletDelegate.doPost(JAXRPCServletDel= ega te.java:280) > at com.sun.xml.rpc.server.http.JAXRPCServlet.doPost(JAXRPCServlet.java:69) > at javax.servlet.http.HttpServlet.service (HttpServlet.java:760) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > at > org.apache.catalina.core.StandardWrapperValve.invokeServletService(Standa= rdW rapperValve.java:720) > at org.apache.catalina.core.StandardWrapperValve.access$000 > (StandardWrapperValve.java:118) > at > org.apache.catalina.core.StandardWrapperValve$1.run(StandardWrapperValve.= jav a:278) > at java.security.AccessController.doPrivileged(Native Method) > at org.apache.catalina.core.StandardWrapperValve.invoke > (StandardWrapperValve.java:274) > at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:50= 5) > at > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve= .ja va:212) > at org.apache.catalina.core.StandardPipeline.invoke > (StandardPipeline.java:505) > at > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:= 203 ) > at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:50= 5) > at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process > (NSAPIProcessor.java:158) > at com.iplanet.ias.web.WebContainer.service(WebContainer.java:856) > > > > Could you tell me how can I define the encoding style? > > > > Thank you very much. > > Marta Garc=EDa. > > --=20 Ajith Ranabahu --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org