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

Re: HTTPAPI Related Problem



Hi Chuck,

The following is quoted from your e-mail message (my response follows it)

On 2/4/2010 9:21 AM, Chuck Boegel wrote:
> System.Web.Services.Protocols.SoapException: Server did
>     not recognize the value of HTTP Header SOAPAction:
>     [2]https://thor.aafes.com/val/MilStarVendor.asmx?op=MSApproval.
>    


Whenever you get an error like this, the absolute first thing to do is 
to look for the <faultstring> element of the returned XML document.  
According to SOAP standards this should contain an error message 
describing the failure.  That's the messate that I quoted above, and it 
says that it does not recognize the SoapAction that you sent.

The SoapAction is somethign you supply in the 8th parameter 
(peSoapAction) to HTTPAPI.   Unfortunately, I don't know what the 
SoapAction should be.  Although you posted some data from SoapUI, you 
didn't provide the SoapAction part of it.  However, the URI you've 
provided doesn't really look like a SoapAction to me.  So I'm betting 
you've got it wrong (as the error message says)


-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------