[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

WG: Problem with empty SOAPAction and WAS 6.1



   Hi Scott,


   I guess the problem is solved.

   My application calls the procedure "http_url_post_xml".

   I didn't *OMIT the last parameter (peSoapAction). Because the Soap
   Action is passed in the SOAP file I passed the peSoapAction parameter
   as *Blanks.

   So the HTTP request was sent as

   SOAPAction:


   This works well with Tomcat, but it doesn't work with WAS 6.1.

   WAS 6.1 accepts an empty SOAPAction only in this form:

   SOAPAction: ""


   As this line in the SOAP request is optional, my first trial was to
   comment the related statements.

   With your recommendation to *OMIT the peSoapAction Parameter, this
   source change is not necessary.
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------