Page 3 of 3 FirstFirst 123
Results 21 to 23 of 23

Thread: M5 ws-handler error

  1. #21

    Default

    Yes..I tried the webservice sample provided by SI and it works fine with M5 .

    Here are the tcpmon results for :
    M3 :
    Code:
    POST http://mcib1smdt001/SDSServices/WebService/Gfp1.ASMX HTTP/1.1
    Accept-Encoding: gzip
    Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
    SOAPAction: "http://www.wachovia.sds.gfp1/GetUSBankHolidays"
    Content-Type: text/xml; charset=utf-8
    Content-Length: 249
    Cache-Control: no-cache
    Pragma: no-cache
    User-Agent: Java/1.5.0_11
    Host: mcib1smdt001
    Proxy-Connection: keep-alive
    
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header/><SOAP-ENV:Body><GetUSBankHolidays xmlns="http://www.wachovia.sds.gfp1/">
      <iYear>2008</iYear>
    </GetUSBankHolidays></SOAP-ENV:Body></SOAP-ENV:Envelope>
    M5:
    Code:
    POST http://mcib1smdt001/SDSServices/WebService/Gfp1.ASMX HTTP/1.1
    Accept-Encoding: gzip
    Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
    SOAPAction: "http://www.wachovia.sds.gfp1/GetUSBankHolidays"
    Content-Type: text/xml; charset=utf-8
    Content-Length: 249
    Cache-Control: no-cache
    Pragma: no-cache
    User-Agent: Java/1.5.0_11
    Host: mcib1smdt001
    Proxy-Connection: keep-alive
    
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header/><SOAP-ENV:Body><GetUSBankHolidays xmlns="http://www.wachovia.sds.gfp1/">
      <iYear>2008</iYear>
    </GetUSBankHolidays></SOAP-ENV:Body></SOAP-ENV:Envelope>
    I dont see any difference in the 2 traces..

  2. #22

    Default

    Strangely this works fine if deployed on Jboss.
    But it fails consistently on standalone tests without the tcpmon in between. Any ideas ?

  3. #23
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,840

    Default

    Can you compare the versions of all related JARs in your classpath across these environments?

    For example, these are the correct dependencies for M5:
    com.sun.xml.messaging.saaj-1.3.0.jar
    javax.xml.soap-1.3.0.jar
    javax.xml.stream.1.0.1.jar

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •