[jboss-user] [JBossWS] - Re: Problem in a WSclient (JBoss 4.2.3) to connect .NET serv

magacho do-not-reply at jboss.com
Tue Aug 11 13:07:28 EDT 2009


The [404] is the answer from our partner, when he got a transfer-encoding: chunked for protection agains Deny os service attacs, he returns 404 as an answer.

The fact is that depending on the context (EJB or WS) the code (Soap Request) works in two diferent ways.

  | WS
  | POST /virtual/wsi/cap.asmx HTTP/1.1
  | SOAPAction: "http://qqcoisa.com.br/GetAuthorized"
  | Content-Type: text/xml; charset=UTF-8
  | JBoss-Remoting-Version: 22
  | User-Agent: JBossRemoting - 2.2.2.SP8
  | Host: ecommerce.redecard.com.br
  | Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
  | Connection: keep-alive
  | Content-Length: 860
  | 

  | JNDI Remote / Local
  | POST /virtual/ws/cap.asmx HTTP/1.1
  | SOAPAction: "http://qqcoisa.com.br/GetAuthorized"
  | Content-Type: text/xml; charset=UTF-8
  | JBoss-Remoting-Version: 22
  | User-Agent: JBossRemoting - 2.2.2.SP8
  | Host: ecommerce.redecard.com.br
  | Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
  | Connection: keep-alive
  | Transfer-Encoding: chunked 

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249057#4249057

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4249057



More information about the jboss-user mailing list