6 Replies Latest reply on Feb 14, 2011 4:36 AM by asoldano

    JBoss sends empty SOAPAction

    izgur

      Hey!

       

      I'm using Jboss5.1, ESB4.8 and Riftsaw2.1... and develop web services with BPEL.... using JBoss Web Services- native 3.2.1...

      They couldn't help me on theRiftsaw forum : http://community.jboss.org/thread/161703

       

      How can i make JBoss to insert  SOAPAction into the header when sending the request ???

      - because I think that the web service( made in .NET) requires the SOAPAction to be specified in the header (i get 500 - internal error)

      - for other (java) web services there is no problem if SOAPAction is empty

       

      LOG:

      JBoss is loading the soapaction !!!

      OperationMetaData:

      qname={http://tempuri.org/}ProcessSingleMessage

      javaName={http://tempuri.org/}ProcessSingleMessage

      style=document/literal/WRAPPED

      oneWay=false

      soapAction=http://tempuri.org/Service/ProcessMessage

       

      PCAP:

      But from the pcap i see that the sent request has an empty SOAPAction:

      JBoss sends:

      Connection: keep-alive

      Content-Type: text/xml; charset=UTF-8

      Host: platform.org

      SOAPAction: ""

      Transfer-Encoding: chunked

       

       

      Thank you in advance!

       

      Regards, Igor!