Hello, I did not get an answer on the question if bad characters could disturb the reading of SOAP. So I assume this is not the case.
But why can I read 2 domains over https with the SUN stubs and why not with JBossWS or Axis? Someone was saying to me that it could be that a port is not closed???? I'm not a http expert so I will show the 2 SOAP calls over http. JBoss Dynamic Proxy SOAP call over http | POST /WOn HTTP/1.0 | Content-Type: text/xml; charset=utf-8 | Accept: application/soap+xml, application/dime, multipart/related, text/* | User-Agent: Axis/#axisVersion# | Host: [server]:[port] | Cache-Control: no-cache | Pragma: no-cache | SOAPAction: "" | Content-Length: 515 | | <?xml version="1.0" encoding="UTF-8"?> | <soapenv:Envelope | xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" | xmlns:xsd="http://www.w3.org/2001/XMLSchema" | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | <soapenv:Body> | <ns1:GetDomainInformation xmlns:ns1="urn:wonsoapnamespace"> | <clientID> | <user>[username]</user> | <password>[password]</password> | <departmentId>[department]</departmentId> | </clientID> | <domainID>Country</domainID> | </ns1:GetDomainInformation> | </soapenv:Body> | </soapenv:Envelope>HTTP/1.1 200 | Content-Type: text/xml;charset=utf-8 | Content-Length: 25694 | Connection: close | | <?xml version="1.0" encoding="UTF-8"?> | <SOAP-ENV:Envelope | xmlns:m="urn:wonsoapnamespace" | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" | xmlns:s="http://www.w3.org/2001/XMLSchema"> | <SOAP-ENV:Body> | <m:GetDomainInformationResponse> | <return xsi:type="s:string">[lot of text]</return> | </m:GetDomainInformationResponse> | </SOAP-ENV:Body> | </SOAP-ENV:Envelope> | SUN Stub SOAP call over http | POST /WOn HTTP/1.1 | Content-Type: text/xml; charset=utf-8 | Content-Length: 536 | SOAPAction: "" | User-Agent: Java/1.4.2_07 | Host: [server]:[port] | Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 | Connection: keep-alive | | <?xml version="1.0" encoding="UTF-8"?> | <env:Envelope | xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" | xmlns:xsd="http://www.w3.org/2001/XMLSchema" | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" | xmlns:ns0="urn:wonsoapnamespace"> | <env:Body> | <ns0:GetDomainInformation> | <clientID> | <ns0:user>[username]</ns0:user> | <ns0:password>[password]</ns0:password> | <ns0:departmentId>[department]</ns0:departmentId> | </clientID> | <domainID>Country</domainID> | </ns0:GetDomainInformation> | </env:Body> | </env:Envelope>HTTP/1.1 200 | Content-Type: text/xml;charset=utf-8 | Content-Length: 25694 | Connection: Keep-Alive | | <?xml version="1.0" encoding="UTF-8"?> | <SOAP-ENV:Envelope | xmlns:m="urn:wonsoapnamespace" | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" | xmlns:s="http://www.w3.org/2001/XMLSchema"> | <SOAP-ENV:Body> | <m:GetDomainInformationResponse> | <return xsi:type="s:string">[lot of text]</return> | </m:GetDomainInformationResponse> | </SOAP-ENV:Body> | </SOAP-ENV:Envelope> | During the https call with JBoss until I get the time out I can see with netstat - b : | TCP [mylaptop]:2141 [server]:[port] ESTABLISHED 616 | [javaw.exe] | Maybe something is going wrong with the https connection port? Johan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876115#3876115 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876115 ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ JBoss-user mailing list JBoss-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-user