soap
Basic SOAP/PHP example
I would like to get a working example in PHP that parses a SOAP file. I am following an example from here: http://www.php.net/manual/en/soapclient.dorequest.php .[详细]
2023-04-13 09:37 分类:问答What is wrong with XPath query in SOAP response
I need to create a xpath query that will return everything listed under availabilty element. <?xml version=\"1.0\" encoding=\"UTF-8\"?>[详细]
2023-04-13 08:26 分类:问答What SOAP client libraries exist for Python, and where is the documentation for them? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but开发者_如何学编程 this question will likely[详细]
2023-04-13 07:18 分类:问答what's the minimum / maximum value of the datetime data type when using SOAP?
开发者_开发知识库I have an interoperable WCF service which needs to provide a DateTime value to the clients.[详细]
2023-04-13 05:37 分类:问答How to catch an exception thrown by JIRA SOAP in VB.NET?
I want to catch the exceptions thrown by the login() function in JIRA\'s SOAP API. The function login throws 2 exceptions. RemoteAuthenticationException if the user prov开发者_C百科ided an invalid use[详细]
2023-04-13 05:26 分类:问答working php web application with SOAP
What is the basic requirement configurations in apache (httpd.conf) or in php (php.ini) to support SOAP web application?[详细]
2023-04-13 05:24 分类:问答Wrap a body in a soap template?
I am trying to load the following xml in below and then replace the tokens wrapped in {} w开发者_JAVA百科ith the appropriate values, but I noticed that it complains that {} is an invalid character.Sho[详细]
2023-04-13 05:20 分类:问答User authentication in SOAP Webservices
I made a question about JAX-WS, Authentication and Authorization - How to?; there was a discussion about security levels, and where to store user credentials.[详细]
2023-04-13 04:31 分类:问答how to capture SOAP request from client side?
I have a C# client application that works with a web service using SOAP request. I\'ve generate the requests C#开发者_高级运维 code from the services web address using VS05 WSDL. I want the client in[详细]
2023-04-13 03:38 分类:问答Injecting headers into Silverlight without WCF
Ive been trying to figure this one out for a while. I need to be able to inject a username and password into a soap message header, without the use of WCF. I\'m hoping there is a method that doesn\'t[详细]
2023-04-13 02:04 分类:问答