[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MessageBlocked error
[cid:image001.gif@01CC9A10.0BF4D250]
Hello Scott,
Have run the process with http_debug(*on) and received an output in
the "/tmp" directory.
I've included it for your viewing, but doesn't seem to highlight
anything out of the ordinary.
************Beginning of data**************
HTTPAPI Ver 1.23 released
2008-04-24
OS/400 Ver
V5R4M0
New iconv() objects set, PostRem=819. PostLoc=0. ProtRem=819.
ProtLoc=0
http_url_post_stmf():
entered
getting post file size...
opening file to be
sent...
opening file to be
received
http_persist_open():
entered
http_long_ParseURL():
entered
DNS resolver retrans:
2
DNS resolver retry :
2
DNS resolver options: x'00000136'
DNS default domain:
GWS.COM.AU
DNS server found:
10.0.0.234
DNS server found:
10.0.0.236
http_persist_post():
entered
http_long_ParseURL():
entered
do_post(): entered
POST /test/DataServiceLoad HTTP/1.1
Host: eb1.mazda.com.au:9808
User-Agent: HTTP_USEAGENT
Expect: 100-continue
Content-Length: 442
recvresp(): entered
HTTP/1.1 500 ERROR
Connection: keep-alive
Transfer-Encoding: chunked
Server: Vordel
Date: Wed, 02 Nov 2011 21:44:07 GMT
Host: eb1.mazda.com.au:9808
User-Agent: HTTP_USEAGENT
Content-Type: application/soap+xml
SetError() #13: HTTP/1.1 500
ERROR
recvdoc parms: chunked
0
header_load_cookies()
entered
recvchunk():
entered
get_chunk_size():
entered
000001b1
chunk size =
433
get_chunk_size returned
433
calling
comm_blockread
<?xml version="1.0"?> <env:Envelope
xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Header/><env:
Body><env:Fault><env:Code><env:Value>env:Receiver</env:Value><env:Subc
ode><env:Value xmlns:fault="http://www.vordel.com/soapfaults" fault:
MessageBlocked
</env:Value></env:Subcode></env:Code><env:Reason/><env:Detail
xmlns:fault="[1]http://www.vordel.com/soapfaults"
fault:type="faultDetails"/></env:Fault></env:Body></env:Envelope>
comm_blockread returned
433
get_chunk_size():
entered
0
chunk size = 0
get_chunk_size returned 0
SetError() #13: HTTP/1.1 500 ERROR
http_close(): entered
************End of Data********************
I've also included a copy of the XML SOAP message we are testing.
<?xml version="1.0" encoding="UTF-8"?>
<S:Envelope
xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns3:retrieveCompleteCustomerVehicleDetails
xmlns:ns3="urn:customervehicle.web.services.mazda.com.au">
<dealerCode>1234567</dealerCode>
<vehicleIdentifier>
<vin>12345678901234567890</vin>
</vehicleIdentifier>
</ns3:retrieveCompleteCustomerVehicleDetails>
</S:Body>
</S:Envelope>
Regards,
Tony
References
1. http://www.vordel.com/soapfaults

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