[wsf-c-dev] [jira] Commented: (WSFPHP-156) wsdl_11_client.php doesnt display correct information in the browser.

Felipe Costa (JIRA) jira at wso2.org
Fri May 23 14:08:47 PDT 2008


    [ https://wso2.org/jira/browse/WSFPHP-156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16933#action_16933 ] 

Felipe Costa commented on WSFPHP-156:
-------------------------------------

I'm also having this problem and I don't know how to fix it. Can you explain?
Thanks in advance,

Felipe Costa

> wsdl_11_client.php doesnt display correct information in the browser.
> ---------------------------------------------------------------------
>
>                 Key: WSFPHP-156
>                 URL: https://wso2.org/jira/browse/WSFPHP-156
>             Project: WSO2 WSF/PHP
>          Issue Type: Bug
>          Components: WSDL Mode
>    Affects Versions: Current (nightly)
>         Environment: Windows XP
>            Reporter: Dushshantha Chandradasa
>             Fix For: 1.2.0
>
>
> Following is the Output of the above client
> response envelope not found Shipping address
> Name :
> Street :
> City :
> State :
> Zip :
> Billing address
> Name :
> Street :
> City :
> State :
> Zip :
> Product info
> Product ID :
> ShippingDate :
> Status : 
> response massage contains all the necessary details for the client to process.But it has a warning message. following is the response message:
> <br /><b>Warning</b>:  file_put_contents(/tmp/my.txt) [<a href='function.file-put-contents'>function.file-put-contents</a>]: failed to open stream: No such file or directory in <b>wsf_wsdl.php</b> on line <b>282</b><br /><br /><b>Warning</b>:  Cannot modify header information - headers already sent by (output started at wsf_wsdl.php:282) in <b>C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\samples\wsdl_mode\wsdl_11_service.php</b> on line <b>45</b><br /><br /><b>Warning</b>:  Cannot modify header information - headers already sent by (output started at wsf_wsdl.php:282) in <b>C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\samples\wsdl_mode\wsdl_11_service.php</b> on line <b>45</b><br /><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
>    <soapenv:Header/>
>    <soapenv:Body>
>       <orderDetails xmlns="http://www.wso2.org/php" xmlns:ns21="NULL">
>          <shipTo xmlns:ns2="http://www.wso2.org/php" xmlns:ns21="NULL">
>             <ns21:name xmlns:ns2="NULL">Jane Smith</ns21:name>
>             <ns21:street xmlns:ns3="NULL">YorkStreet</ns21:street>
>             <ns21:city xmlns:ns4="NULL">colombo</ns21:city>
>             <ns21:state xmlns:ns5="NULL">Sri Lanka</ns21:state>
>             <ns21:zip xmlns:ns6="NULL">32343</ns21:zip>
>          </shipTo>
>          <billTo xmlns:ns8="http://www.wso2.org/php" xmlns:ns81="NULL">
>             <ns21:name xmlns:ns8="NULL">John Smith</ns21:name>
>             <ns21:street xmlns:ns9="NULL">Maple Street</ns21:street>
>             <ns21:city xmlns:ns10="NULL">LA</ns21:city>
>             <ns21:state xmlns:ns11="NULL">USA</ns21:state>
>             <ns21:zip xmlns:ns12="NULL">55432</ns21:zip>
>          </billTo>
>          <product xmlns:ns14="http://www.wso2.org/php" xmlns:ns141="NULL">
>             <ns21:productId xmlns:ns14="NULL">2344</ns21:productId>
>             <ns21:shippingDate xmlns:ns15="NULL">20080101</ns21:shippingDate>
>             <ns21:status xmlns:ns16="NULL">1</ns21:status>
>          </product>
>       </orderDetails>
>    </soapenv:Body></soapenv:Envelope>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the Wsf-c-dev mailing list