I am using the followin API to invoke the webserive on other server, then JBoss 
create the following message, do i need to configue this in my wsdl and 
jaxrpc-mapping.xml files althrough I invoke the other server's web servie. ?


API:

SOAPConnectionFactory soapConnectionFactory = 
SOAPConnectionFactory.newInstance();
SOAPConnection connection = soapConnectionFactory.createConnection();

SOAPMessage response = connection.call(message, endpoint);

ERROR:

  <soap:Fault>
      soap:Client
      System.Web.Services.Protocols.SoapException: Server did not recognize the 
value of HTTP Header SOAPAction: .
   at System.Web.Services.Protocols.Soap11ServerProtocolHelper.RouteRequest()
   at System.Web.Services.Protocols.SoapServerProtocol.Initialize()


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

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


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to