Hi,
I have a soap.jsp to read soap msg. But sometimes I got msg, sometime I didn't. 
The IIS server shows having built and sent the msg.

soap.jsp runs on JBoss 4.0.3, here is the code
=====================================
<%@ taglib uri="http://jakarta.apache.org/taglibs/io-1.0"; prefix="io" %>
<%@ taglib uri="WEB-INF/tld/c.tld" prefix="c" %>

<c:set var="soapresponse" scope="application">
<io:soap
    url="http://xxx.xxx.xx.xx:1080/test.asmx";
    SOAPAction="http://xxx.xx.xx.xxx/GetSubjectStatusList";>
 <io:body>
  <SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
    SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";>
    <SOAP-ENV:Body>
      <m:GetSubjectStatusList xmlns:m="http://2xx.xxx.xxx.xx/"/>
    </SOAP-ENV:Body>
  </SOAP-ENV:Envelope>
 </io:body>
</io:soap>
</c:set>

##<c:out  value="${soapresponse}"/>###
===============================
sometimes, the c:out didn't print anything

Is jar/lib changed? I tried latest also.

Thanks for your help.
Dong

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

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


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to