in reply to How to disable autotyping of tags in response of SOAP-server?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to disable autotyping of tags in response of SOAP-server?
by Zester (Initiate) on Dec 26, 2012 at 10:23 UTC | |
But it must be: without any types! How I can disable response typing on server? | [reply] [d/l] [select] |
by Anonymous Monk on Dec 26, 2012 at 11:21 UTC | |
without any types! How I can disable response typing on server? I already told you how :) use basic SOAP::Data.... make some xml I hate SOAP, and I'm immune to words and xml :) if it helps see my treasure trove of soap examples and lost knowledge,$soap->transport->add_handler("request_send", \&pp_dump ); Sorry :) | [reply] |
by Zester (Initiate) on Dec 26, 2012 at 12:58 UTC | |
It is not help me(: In output: <?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><createRequestRequestResponse xmlns="http://localhost/AnPackage"><requestNumber xsi:type="xsd:string">1-13</requestNumber></createRequestRequestResponse></soap:Body></soap:Envelope> problem: exists<<<<xsi:type="xsd:string">>>> I test this:
but this is not decide problem... | [reply] [d/l] [select] |
by Anonymous Monk on Dec 26, 2012 at 14:02 UTC | |