×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Hi Jerry,
Change your code to:
rc = http_post_stmf( TrackingURL
: '/iAccess/HTML/TrackingRequest.xml'
: '/iAccess/HTML/TrackingResponce.xml'
: HTTP_TIMEOUT
: HTTP_USERAGENT
: 'application/xml'
: PUT THE CORRECT SOAP ACTION HERE );
Also, not sure if you're aware, but you're using the old routines in
HTTPAPI. Please consider updating your code to use http_stmf() or
http_req().
monitor;
http_setOption('soap-action': PUT THE CORRECT ACTION HERE); http_stmf( 'POST'
: TrackingURL
: '/iAccess/HTML/TrackingResponce.xml'
: '/iAccess/HTML/TrackingRequest.xml'
: 'application/xml' );
on-error;
// check http_error to find out what went wrong
endmon;
-SK
On 9/2/2020 12:04 PM, (WalzCraft) Jerry Forss wrote:
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><soap:Fault><faultcode>soap:Client</faultcode><faultstring>Unable to handle request without a valid action parameter. Please supply a valid soap action.</faultstring><detail /></soap:Fault></soap:Body></soap:Envelope>
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.