Return-Path: Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: (qmail 26805 invoked from network); 29 Nov 2010 16:16:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Nov 2010 16:16:39 -0000 Received: (qmail 20714 invoked by uid 500); 29 Nov 2010 16:16:38 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 20452 invoked by uid 500); 29 Nov 2010 16:16:37 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 20440 invoked by uid 99); 29 Nov 2010 16:16:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Nov 2010 16:16:36 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mgainty@hotmail.com designates 65.55.116.101 as permitted sender) Received: from [65.55.116.101] (HELO blu0-omc3-s26.blu0.hotmail.com) (65.55.116.101) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Nov 2010 16:16:28 +0000 Received: from BLU142-W36 ([65.55.116.74]) by blu0-omc3-s26.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 29 Nov 2010 08:16:07 -0800 Message-ID: Content-Type: multipart/alternative; boundary="_bfee5588-4c01-4193-b8dd-6c9cde031a01_" X-Originating-IP: [71.192.158.205] From: Martin Gainty To: Subject: RE: WSDL Endpoint. Date: Mon, 29 Nov 2010 11:16:07 -0500 Importance: Normal In-Reply-To: References: MIME-Version: 1.0 X-OriginalArrivalTime: 29 Nov 2010 16:16:07.0480 (UTC) FILETIME=[BA833B80:01CB8FE0] --_bfee5588-4c01-4193-b8dd-6c9cde031a01_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Receiver configuration in ./WEB-INF/conf/axis2.xml 80 Sender configuration in ./WEB-INF/conf/axis2.xml 80 does this help? Martin Gainty=20 ______________________________________________=20 Jogi =E9s Bizalmass=E1gi kinyilatkoztat=E1s/Verzicht und Vertraulichkeitanm= erkung/Note de d=E9ni et de confidentialit=E9 Ez az =FCzenet bizalmas. Ha nem =F6n az akinek sz=E1nva volt=2C akkor k=E9rj=FCk= =2C hogy jelentse azt nek=FCnk vissza. Semmif=E9le tov=E1bb=EDt=E1sa vagy m=E1solat= =E1nak k=E9sz=EDt=E9se nem megengedett. Ez az =FCzenet csak ismeret cser=E9t szol= g=E1l =E9s semmif=E9le jogi alkalmazhat=F3s=E1ga sincs. Mivel az electronikus =FCzene= tek k=F6nnyen megv=E1ltoztathat=F3ak=2C ez=E9rt minket semmi felel=F6s=E9g nem = terhelhet ezen =FCzenet tartalma miatt. Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaeng= er sein=2C so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiter= leitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient l= ediglich dem Austausch von Informationen und entfaltet keine rechtliche Bin= dungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen w= ir keine Haftung fuer den Inhalt uebernehmen. Ce message est confidentiel et peut =EAtre privil=E9gi=E9. Si vous n'=EAtes= pas le destinataire pr=E9vu=2C nous te demandons avec bont=E9 que pour sat= isfaire informez l'exp=E9diteur. N'importe quelle diffusion non autoris=E9e= ou la copie de ceci est interdite. Ce message sert =E0 l'information seule= ment et n'aura pas n'importe quel effet l=E9galement obligatoire. =C9tant d= onn=E9 que les email peuvent facilement =EAtre sujets =E0 la manipulation= =2C nous ne pouvons accepter aucune responsabilit=E9 pour le contenu fourni= . Date: Mon=2C 29 Nov 2010 11:01:15 -0500 Subject: WSDL Endpoint. From: johnsocs@gmail.com To: java-dev@axis.apache.org All - I've published a web service using Axis2 yet I have identified a mismatch b= etween the URI in the browser=2C and where the service is running compared = to the WSDL that is generated. My browser address is: https://myserver/axis2/services/MyService?wsdl yet the address found in the WSDL look like the following: http://myserver:8080/axis2/services/MyService.MyServiceHttpSoap12Endpoint=20 I've tried to edit the axis2.xml to say port 80 and port 443 and added in t= he https yet I did not see any change in the url. =20 I really just want to force the WSDL do show the desired URL=2C how can I g= o about that. Thanks in advance. ..Chris = --_bfee5588-4c01-4193-b8dd-6c9cde031a01_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Receiver configuration in ./WEB-INF/conf/axis2.xml

 =3B<=3Btra= nsportReceiver name=3D"http" class=3D"org.apache.axis2.transport.http.Simpl= eHTTPServer">=3B
 =3B =3B <=3Bparameter name=3D"port" locked= =3D"xsd:false">=3B80<=3B/parameter>=3B
<=3B/transportReceiver>= =3B

Sender configuration in ./WEB-INF/conf/axis2.xml

<=3Btr= ansportSender name=3D"http" class=3D"org.apache.axis2.transport.http.Simple= HTTPServer">=3B
 =3B <=3Bparameter name=3D"port" locked=3D"xsd:f= alse">=3B80<=3B/parameter>=3B
<=3B/transportSender>=3B

= does this help?
Martin Gainty
______________________________________= ________
Jogi =E9s Bizalmass=E1gi kinyilatkoztat=E1s/Verzicht und Vertr= aulichkeitanmerkung/Note de d=E9ni et de confidentialit=E9
 =3B=
Ez az =FCzenet bizalmas.  =3BHa nem =F6n az akinek sz=E1nva volt=2C akkor k= =E9rj=FCk=2C hogy jelentse azt nek=FCnk vissza. Semmif=E9le tov=E1bb=EDt=E1sa vagy m=E1solat= =E1nak k=E9sz=EDt=E9se nem megengedett.  =3BEz az =FCzenet csak ismeret cser= =E9t szolg=E1l =E9s semmif=E9le jogi alkalmazhat=F3s=E1ga sincs.  =3BMivel az electronikus = =FCzenetek k=F6nnyen megv=E1ltoztathat=F3ak=2C ez=E9rt minket semmi felel=F6s=E9g nem = terhelhet ezen =FCzenet tartalma miatt.

Diese Nachricht ist vertraulich. Sollt= en Sie nicht der vorgesehene Empfaenger sein=2C so bitten wir hoeflich um e= ine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist= unzulaessig. Diese Nachricht dient lediglich dem Austausch von Information= en und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Ma= nipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt ueber= nehmen.
Ce message est confidentiel et peut =EAtre privil=E9g=
i=E9. Si vous n'=EAtes pas le destinataire pr=E9vu=2C nous te demandons ave=
c bont=E9 que pour satisfaire informez l'exp=E9diteur. N'importe quelle dif=
fusion non autoris=E9e ou la copie de ceci est interdite. Ce message sert =
=E0 l'information seulement et n'aura pas n'importe quel effet l=E9galement=
 obligatoire. =C9tant donn=E9 que les email peuvent facilement =EAtre sujet=
s =E0 la manipulation=2C nous ne pouvons accepter aucune responsabilit=E9 p=
our le contenu fourni.






Dat= e: Mon=2C 29 Nov 2010 11:01:15 -0500
Subject: WSDL Endpoint.
From: jo= hnsocs@gmail.com
To: java-dev@axis.apache.org

All -

I've p= ublished a web service using Axis2 yet I have identified a mismatch between= the URI in the browser=2C and where the service is running compared to the= WSDL that is generated.

My browser address is:

https://myserver/axis2/services/MyService?wsdl

yet the add= ress found in the WSDL look like the following:

http://myserver:8080/axis2/services/MyService.MyServiceHttpSoap12E= ndpoint

I've tried to edit the axis2.xml to say port 80 and port 443 and added = in the https yet I did not see any change in the url. =3B

I rea= lly just want to force the WSDL do show the desired URL=2C how can I go abo= ut that.

Thanks in advance.

..Chris
= --_bfee5588-4c01-4193-b8dd-6c9cde031a01_--