login button

add <xml ..> to response

Forums :

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>".

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

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

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.