[jboss-user] [JBoss jBPM] - Re: Invoke a WebService from ActionHandler

dadajboss do-not-reply at jboss.com
Mon Jan 14 08:28:42 EST 2008


Done! But I have still the following error:

Error completing task: An exception of type "org.jbpm.graph.def.DelegationException" was thrown.  The message is: ; nested exception is: 
  | 	org.xml.sax.SAXParseException: Content is not allowed in prolog.

I've also tried to call another webservice:
		String method = new String("GetQuote"); 
  | 		String endpoint = "http://www.webservicex.com/stockquote.asmx?WSDL";
  | 		String city = (String) ("IBM");
  | 
and the error is:

Error completing task: An exception of type "org.jbpm.graph.def.DelegationException" was thrown.  The message is: 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()
  |    at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)



Do you have some idea?


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

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



More information about the jboss-user mailing list