I tried the change to the transportReceiver, and saw no change the the
endpoint in the WSDL.

My transportSender is just using the default one provided by axis2, I do not
see a port parameter field in it.


On Mon, Nov 29, 2010 at 11:16 AM, Martin Gainty <[email protected]> wrote:

>  Receiver configuration in ./WEB-INF/conf/axis2.xml
>
>  <transportReceiver name="http"
> class="org.apache.axis2.transport.http.SimpleHTTPServer">
>    <parameter name="port" locked="xsd:false">80</parameter>
> </transportReceiver>
>
> Sender configuration in ./WEB-INF/conf/axis2.xml
>
> <transportSender name="http"
> class="org.apache.axis2.transport.http.SimpleHTTPServer">
>   <parameter name="port" locked="xsd:false">80</parameter>
> </transportSender>
>
> does this help?
> Martin Gainty
> ______________________________________________
> Jogi és Bizalmassági kinyilatkoztatás/Verzicht und
> Vertraulichkeitanmerkung/Note de déni et de confidentialité
>
> Ez az üzenet bizalmas.  Ha nem ön az akinek szánva volt, akkor kérjük, hogy
> jelentse azt nekünk vissza. Semmiféle továbbítása vagy másolatának készítése
> nem megengedett.  Ez az üzenet csak ismeret cserét szolgál és semmiféle jogi
> alkalmazhatósága sincs.  Mivel az electronikus üzenetek könnyen
> megváltoztathatóak, ezért minket semmi felelöség nem terhelhet ezen üzenet
> tartalma miatt.
>
> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte
> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht
> dient lediglich dem Austausch von Informationen und entfaltet keine
> rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von
> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
>
> Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
> destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
> l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci 
> est interdite. Ce message sert à l'information seulement et n'aura pas 
> n'importe quel effet légalement obligatoire. Étant donné que les email 
> peuvent facilement être sujets à la manipulation, nous ne pouvons accepter 
> aucune responsabilité pour le contenu fourni.
>
>
>
>
>
>
> ------------------------------
> Date: Mon, 29 Nov 2010 11:01:15 -0500
> Subject: WSDL Endpoint.
> From: [email protected]
> To: [email protected]
>
>
> All -
>
> I've published a web service using Axis2 yet I have identified a mismatch
> between the URI in the browser, 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
>
> 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.
>
> I really just want to force the WSDL do show the desired URL, how can I go
> about that.
>
> Thanks in advance.
>
> ..Chris
>

Reply via email to