[ 01011011 @ 21.11.2005. 21:55 ] @
Ovo je error koji dobijam. Pretrazio sam net i tamo kaze da samo http post method treba da bude "enabled" i sve ce raditi kkao treba, to sam uradio ali nece opet. Pomoc Code: Error: objXMLReceive "<?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>System.Web.Services.Protocols.SoapException: Unable to handle request without a valid action parameter. Please supply a valid soap action. at System.Web.Services.Protocols.Soap11ServerProtocolHelper.RouteRequest() at System.Web.Services.Protocols.SoapServerProtocol.Initialize() at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)</faultstring> <detail /> </soap:Fault> </soap:Body> </soap:Envelope>" Request: <?xml version=\"1.0\" encoding=\"utf-8\"?> <soap:Envelope xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\"> <soap:Body> <GetCustomerInfo xmlns=\"http://tempuri.org/\"> <partnerGateway> <partnerInfo> <PartnerID>Infinity</PartnerID> <PartnerPwd>R900inti</PartnerPwd> </partnerInfo> <TrilegiantCustomerInfo version=\"1.0\" RefCode=\"gfINFINITYdp01\" Token=\"67989\"/> </partnerGateway> </GetCustomerInfo> </soap:Body> </soap:Envelope> |