"[EMAIL PROTECTED]" wrote : Before you file a bug please show us the message 
and the value of the SOAPAction from the client debug log

Strange, there is no SOAPAction :

  | POST /CurrencyConvertor.asmx HTTP/1.1
  | SOAPAction: ""
  | Content-Type: text/xml; charset=UTF-8
  | User-Agent: Java/1.5.0_07
  | Host: www.webservicex.net
  | Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
  | Connection: keep-alive
  | Content-Length: 260
  | 
  | <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/";>
  | <env:Header/>
  | <env:Body>
  | <ns1:ConversionRate xmlns:ns1="http://www.webserviceX.NET/";>
  | <FromCurrency>EUR</FromCurrency>
  | <ToCurrency2>USD</ToCurrency2>
  | </ns1:ConversionRate>
  | </env:Body>
  | </env:Envelope>
  | 

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

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


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to