I need some advice on which library is the best choice when it comes to creating SOAP servers (and eventually SOAP clients) in PHP.
I\'m having a bit of trouble with what should be a simple problem. I have a service method that takes in a c# Message type and i want to just extract the body of that soap message and use it to const
I have a problem verifying a SOAP message timestamp and body. Before starting to write any code I\'m trying to verify it by myself, these are the steps I followed to verify the timestamp:
I\'m trying to consume a hello world AXIS2 SOAP web service using a PHP client. The Java class is written in Netbeans and the AXIS2 aar file is generated using the Netbeans AXIS2 plugin.
I\'m tr开发者_如何学运维ying to send a complex HTTP POST request to a web service. The web service was created using VS2008, in which you can set VS to create HTTP POST and GET interfaces alongside th
I am trying to create a webservice using the PHP Soap extension and I am having problems with the开发者_Python百科 .wsdl. Is there an easy way to generate 2.0 wsdl\'s? Where is a good site (or book) t
I have a client that is pushing for all data access to go over SOAP web services. No, I don\'t know why; I guess they like to keep their processors warm with all the XML building and parsing. Anyway..
Does anyone know how to log all request and responses with the builtin SoapClient in PHP? I could in fact manually 开发者_运维问答log everything with SoapClient::__getLastRequest() and SoapClient::__g
We have a WCF service and I use wsHttpBinding with transport security and custom authentication. I recently discovered that secure sessions are on by default (see this SO question).
We have built a webservice for a client that uses AutoCAD. They have a macro that runs in AutoCAD that builds a SOAP request. But they have not figured out how to actually send()开发者_运维问答 the so