add <xml ..> to response
I'm writing wsf/php service using wsdl2php.
Can I add "<?xml version="1.0" encoding="utf-8"?>" line to the response?
--------
// create service in WSDL mode
$service = new WSService(array ("wsdl" =>"foobar.wsdl",
"actions" => $actions,
"classmap" => $class_map,
"operations" => $operations));
// process client requests and reply
$service->reply();
--------
with code above, I got a response begins with "<soapenv:Envelope>".
- Login or register to post comments
- Printer friendly version
- 110 reads











Re: add <xml ..> to response
This can be done by changing internal configations. However this is not exposed to the user. Please raise a jira.
Nandika