Paul

The request is headed to the correct URL
(https://www.someurl.com:443/bin/secure/at/etpproxy_v14 HTTP/1.1)
When i give in that in my browser it works but not from within the code,
instead i get a redirect because the server doesnot know that url.

Markus

here is the log: 

REQUEST:
HttpConnection - Open connection to www.someurl.com:443
Wire - >> "POST /bin/secure/at/etpproxy_v14 HTTP/1.1[\r][\n]"
Wire - >> "SOAPAction: "urn:ListNonCleared"[\r][\n]"
Wire - >> "User-Agent: Axis2[\r][\n]"
Wire - >> "Host: www.someurl.com[\r][\n]"
Wire - >> "Transfer-Encoding: chunked[\r][\n]"
Wire - >> "Content-Type: text/xml; charset=UTF-8[\r][\n]"
Wire - >> "[\r][\n]"
Wire - >> "135[\r][\n]"
Wire - >> "<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";><soapenv:Header
/><soapenv:Body><ListNonCleared
xmlns="http://www.someurl.com/soap/etp/1.4/ETP";><request><merchantID>7</merchantID></request></ListNonCleared></soapenv:Body></soapenv:Envelope>"
Wire - >> "[\r][\n]"
Wire - >> "0"
Wire - >> "[\r][\n]"
Wire - >> "[\r][\n]" 

RESPONSE:
[][] [main] DEBUG Wire - << "HTTP/1.1 302 Found[\r][\n]"
[][] [main] DEBUG Wire - << "Date: Fri, 27 Apr 2007 12:03:59 GMT[\r][\n]"
[][] [main] DEBUG Wire - << "Location:
/bin/secure/at/noSuchUrl.html[\r][\n]"
[][] [main] DEBUG Wire - << "Content-Length: 240[\r][\n]"
[][] [main] DEBUG Wire - << "Content-Type: text/html;
charset=iso-8859-1[\r][\n]"
[][] [main] DEBUG HttpMethodDirector - Redirect required 



-- 
View this message in context: 
http://www.nabble.com/Axis2-xmlbeans-http-transport-error-302-found-tf3644416.html#a10218877
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to