Return-Path: X-Original-To: apmail-axis-java-user-archive@www.apache.org Delivered-To: apmail-axis-java-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 433F52C67 for ; Tue, 3 May 2011 10:56:02 +0000 (UTC) Received: (qmail 60214 invoked by uid 500); 3 May 2011 10:56:00 -0000 Delivered-To: apmail-axis-java-user-archive@axis.apache.org Received: (qmail 60129 invoked by uid 500); 3 May 2011 10:56:00 -0000 Mailing-List: contact java-user-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@axis.apache.org Delivered-To: mailing list java-user@axis.apache.org Received: (qmail 60121 invoked by uid 500); 3 May 2011 10:56:00 -0000 Delivered-To: apmail-ws-axis-user@ws.apache.org Received: (qmail 60118 invoked by uid 99); 3 May 2011 10:56:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 May 2011 10:56:00 +0000 X-ASF-Spam-Status: No, hits=4.4 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HK_RANDOM_ENVFROM,HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mmrrgg77@gmail.com designates 209.85.212.49 as permitted sender) Received: from [209.85.212.49] (HELO mail-vw0-f49.google.com) (209.85.212.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 May 2011 10:55:52 +0000 Received: by vws8 with SMTP id 8so8042812vws.22 for ; Tue, 03 May 2011 03:55:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=84jI2i45ANnYdTtb11H8zAQu4ih0BCaeLT2J2d/1kIg=; b=TzuXoCH1/r/77cQgcctUXUfMltoVEZB/QXI+V5Us/WVh2CK/y2ph0ESLr0UEhQX2rZ mEbi4KLrg3ynedrWygSfGfAfsALaCGf3hPHfCwKjqEVLBNx8qwpXZRTA2KD7OpnLbWZY a4ZbvWCTl6hNngU6zMX6BDvDL+a/eyGxE2OPk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=LeaA1IAvWI753RIEYob40+ltiBIr8yrTztg3Qttsl0Jq2RB+N0+S70gCJzq0vfQy9f wIkcEkEMFtlQECp3cs/6T8z7UBes5LsMVXA88ZiEDBwzWmG8QqtARtKzkmVFMgTpeCEG vpSdQu4TTAuRa5e47DAakKG7ZA8HLs7O7VVuM= MIME-Version: 1.0 Received: by 10.220.111.82 with SMTP id r18mr1010545vcp.202.1304420131721; Tue, 03 May 2011 03:55:31 -0700 (PDT) Received: by 10.220.74.73 with HTTP; Tue, 3 May 2011 03:55:31 -0700 (PDT) Date: Tue, 3 May 2011 12:55:31 +0200 Message-ID: Subject: what binding use a wsdl2java client when you don't specify nothing? From: =?ISO-8859-1?B?TWFydO1uIFIu?= To: axis-user@ws.apache.org Content-Type: multipart/alternative; boundary=0016e64690da96d4e204a25cfaad X-Virus-Checked: Checked by ClamAV on apache.org --0016e64690da96d4e204a25cfaad Content-Type: text/plain; charset=ISO-8859-1 The autogenerated WSDL includes 3 bindings: - - and 2 if I use JAXWS: - --0016e64690da96d4e204a25cfaad Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
The autogenerated  WSDL includes 3 bindings: 

<wsdl= :port name=3D"RequestValorHttpEndpoint" binding=3D"ns:Reques= tValorHttpBinding">
<http:address location=3D"http://127.0.0.1:8080/SNMP/services/RequestValor.RequestValorHttpEndpoint= /"/>
</wsdl:port>

<wsdl:port name=3D"RequestValorHtt= pSoap12Endpoint" binding=3D"ns:RequestValorSoap12Binding">= ;
<soap12:address location=3D"http://127.0.0.1= :8080/SNMP/services/RequestValor.RequestValorHttpSoap12Endpoint/"/= >
</wsdl:port>

<wsdl:port name=3D"RequestValorHtt= pSoap11Endpoint" binding=3D"ns:RequestValorSoap11Binding">= ;
<soap:address location=3D"http://127.0.0.1:8= 080/SNMP/services/RequestValor.RequestValorHttpSoap11Endpoint/"/&g= t;
</wsdl:port>

and 2 if I use JAXWS:
=

<wsdl:port name=3D"JaxServiceHttpSoap11Endpoint= " binding=3D"ns:JaxServiceSoap11Binding">
<soap:add= ress location=3D"http://127.0.0.1:8080/SNMP/services/Jax= Service.JaxServiceHttpSoap11Endpoint/"/>
</wsdl:port>

<wsdl:port name=3D"JaxServiceHttpE= ndpoint" binding=3D"ns:JaxServiceHttpBinding">
<htt= p:address location=3D"http://127.0.0.1:8080/SNMP/services/JaxS= ervice.JaxServiceHttpEndpoint/"/>
</wsdl:port>
--0016e64690da96d4e204a25cfaad--