why http://127.0.0.1/services/MyService is a valid endpoint when I try with
a client stub , if that isn't defined in wsdl (only
http://127.0.0.1:8080.....http and soaphttp..)




Other question: at first, I get an error trying retrieve
http://127.0.0.1:8080/SNMP/services/MyService.ServiceHttpSoap11Endpoint , I
think this was because Tomcat rejected any connections but 80, so I added a
line and ok:

<Connector port="80" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
  <!-- ADDED -->
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8473" />

Accept any suggestion about this solution.

Reply via email to