Search found 6 matches
- Sun Jan 20, 2008 11:59 pm
- Forum: PHP - Security
- Topic: What to send in web service security headers?
- Replies: 2
- Views: 1271
Re: What to send in web service security headers?
Web Services Security is more than just http authentication. If you want to learn more, read this article, on how to do WS-Security with PHP, including user name token, signing and encryption. Full WS-Security implementation is supported by PHP Web services framework.
- Sun Jan 20, 2008 11:45 pm
- Forum: General Discussion
- Topic: Project PHP consume XML client
- Replies: 3
- Views: 699
Re: Project PHP consume XML client
If you want to consider inter operating with .NET using SOAP Web services, you can consider using PHP Web services framework.
- Sun Jan 20, 2008 11:42 pm
- Forum: PHP - Code
- Topic: PHP -> Powerpoint?
- Replies: 4
- Views: 921
Re: PHP -> Powerpoint?
Talking about a Web service based solution, you can try to use the binary attachments with SOAP to get this done, with PHP Web services framework.
- Sun Jan 20, 2008 11:30 pm
- Forum: Miscellaneous
- Topic: Web Service Issue
- Replies: 1
- Views: 1102
Re: Web Service Issue
The problem obviously is because the WSDL generated by PHP does not seem to be valid. What PHP library are you using for the service? PHP Web services framework had some issues like this in the past with WSDL generation , but they were recently fixed. Can you post the WSDL here, so that we can figur...
- Sun Jan 20, 2008 11:23 pm
- Forum: PHP - Theory and Design
- Topic: using web services in java .net and php
- Replies: 4
- Views: 683
Re: using web services in java .net and php
You cannot run .NET on Linux. But you can talk to a .NET service using PHP or Java. On PHP front, you can use PHP Web services framework and hot it both on Linux or on Windows and it will work with Java and .NET. If you want .NET, you got to use Windows. But if you want PHP or Java, both Windows as ...
- Sun Jan 20, 2008 11:15 pm
- Forum: Miscellaneous
- Topic: [WSDL]SOAP-ERROR using PHP5.2.5 and ext/soap
- Replies: 1
- Views: 1403
Re: [WSDL]SOAP-ERROR using PHP5.2.5 and ext/soap
It is very hard to tell what exactly is going wrong, without having a look into the WSDL. Is it possible to post your WSDL here?
You may also try to use PHP Web services framework, which has good level of WSDL support.
You may also try to use PHP Web services framework, which has good level of WSDL support.