Hi All,

Im busy trying to get my head around SOAP. During the last couple of days ive been looking through a number of tutorials.

The following one seems quite good, but i can get any of the examples to display anything at all

http://devzone.zend.com/article/689

Can anybody give any help?

Recommended Answers

All 2 Replies

Can anybody give any help?

There are a lot of things that could be causing a client to fail, and a lot of unknowns. Some questions I would have for you:

Do you have access to your apache error logs? Is there any output to your screen? Do you know what version of php you're running? Are you trying to run the service as well as the client, or using an example for an existing service?

Hi,

Thanks for your response.

My php version is 5.2.12.

the information provided from phpinfo is
soap
Soap Client enabled
Soap Server enabled

Directive Local Value Master Value
soap.wsdl_cache 1 1
soap.wsdl_cache_dir /tmp /tmp
soap.wsdl_cache_enabled 1 1
soap.wsdl_cache_limit 5 5
soap.wsdl_cache_ttl 86400 86400

All i have tried so far is the first example on the previous URL.

I am trying to call a third party method and extract information from its response. but i cant even begin trying as all tutorials give me a white screen

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.