konto usunięte
Temat: NuSOAP i Kohana v3
Używał z Was ktoś NuSOAP-a w Kohanie?Na wysłany Request
POST /index.php HTTP/1.0
Host: localhost
User-Agent: NuSOAP/0.9.5 (1.123)
Content-Type: text/xml; charset=ISO-8859-1
SOAPAction: "http://www.abc.pl/xsd/xyz#hello"
Content-Length: 558
<?xml version="1.0" encoding="ISO-8859-1"?><SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns5244="http://www.abc.pl/xsd/xyz"><SOAP-ENV:Body><ns5244:hello xmlns:ns5244="http://www.abc.pl/xsd/xyz"><name xsi:type="xsd:string">Scott</name></ns5244:hello></SOAP-ENV:Body></SOAP-ENV:Envelope>
dostaję "piękną" odpowiedź w postaci długiego kohanowego html-a, którego można streścić do:
$this->status = 404;
throw new Kohana_Request_Exception('Unable to find a route to match the URI: :uri',
array(':uri' => $uri));
Ogólnie rzecz biorąc, czuję z czego to wynika. Pytanie tylko jak elegancko się z tym obejść?Krzysztof Kozłowski edytował(a) ten post dnia 16.10.10 o godzinie 11:58