Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
If the server context itself contains '/' characters at the beginning or at the end, the UDP transport may generate URLs like this:
<wsdl:port name="SimpleStockQuoteServiceUdpSoap11Endpoint" binding="ns:SimpleStockQuoteServiceSoap11Binding">
<soap:address location="udp://hiranya-laptop:9696//services/SimpleStockQuoteService?contentType=text/xml"/>
</wsdl:port>
Note the back to back '/' characters in the middle (just after the port number). I will send in a simple patch.