[ http://jira.jboss.com/jira/browse/JBWEB-11?page=comments#action_12316186 ] Lorenzo Martinelli commented on JBWEB-11: -----------------------------------------
We had the same problem. Our solution was to change the string "http://..." to "HTTP://..." used by .NET client to call the web services deployed in jboss 4.0.1: from "http://172.22.22.22:8080/ws/MyWebServicesEndpointPort?wsdl" to "HTTP://172.22.22.22:8080/ws/MyWebServicesEndpointPort?wsdl" > 505 error when connection from a .NET client > -------------------------------------------- > > Key: JBWEB-11 > URL: http://jira.jboss.com/jira/browse/JBWEB-11 > Project: JBoss Web > Type: Bug > Components: Tomcat > Versions: JBossWeb-4.0.1 > Reporter: Thomas Diesler > Assignee: Remy Maucherat > > > People with .NET clients have no luck connection to JBossWS since .NET > defaults to HTTP-1.1. This issue as poped up multiple times now. I don't > think it is WS specific. Is there a general HTTP-1.1 issue with Tomcat? > See: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862668#3862668 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
