soap
Delivery different kind of protocols in a SOA architecture
I have a project that is currently in production delivering some web-services using the REST approach. Right now, I need to delivery some of this web-services in SOAP too (it means that I will need to[详细]
2023-04-06 05:29 分类:问答WSDL2REST - is there a C# version? (convert SOAP to RESTful web service)
converting a WSDL to a REST web service, Is there a C# version of this library? http://wsdl2rest开发者_如何学Python.sourceforge.net/I was wondering if you really need a library for this? I mean as lon[详细]
2023-04-06 05:15 分类:问答Can you use JIRA's SOAP API in a VB.NET desktop application?
I tried using JIRA\'s REST API but the function that I needed wasn\'t there and found it at JIRA\'s SOAP API. A newbie like me wants to know if you can use JIRA\'s SOAP API in a VB.NET desktop appl开发[详细]
2023-04-06 03:55 分类:问答Creating An Invoice from an Order over the SOAP API
Im running into an issue when using the soap api to talk to magento that prevents me from creating an invoice from an order. The issue is in the sales_order_invoice.create call from my tool. When i ca[详细]
2023-04-06 01:55 分类:问答Passing a PHP array in a SOAP call
So I am trying to include the following XML in my SOAP request: <Responses> <Response> <QuestionAnswerID>someint</QuestionAnswerID>[详细]
2023-04-06 01:40 分类:问答Help to connect in Reporting Web Services 2008 R2 with PHP
I am trying using PHP with MSSQL Reporting Services, but without success... First, i tried using helloworld.php from SRSS SKD PHP, and returns this error:[详细]
2023-04-06 01:11 分类:问答Soap Ajax cross domain problem
I\'m trying to ac开发者_C百科cess a SOAP web service on another server using ajax but I\'m getting an Access Control Allow Origin error. The web service returns XML so JSONP can\'t be used and the web[详细]
2023-04-05 20:47 分类:问答CXF webservice client, how to handle response from a called webservice?
i have implemented a webservice client that is used inside a webapplication (using Spring) and this client gets a response in which CXF bailsout and gives me an error message.[详细]
2023-04-05 18:02 分类:问答Using SVC webservices in Objective-C (iPhone)
I am trying to make my iPhone application connect to my Webservices. I don\'t have much experience with this Webservices so this is why I ask here for information/help.[详细]
2023-04-05 16:45 分类:问答In a JAX-WS web service, how do I force a socket close after each Soap call is returned?
I am using com.sun.httpserver.HttpServer and javax.xml.ws.Endpoint to publish a JAX-WS web service, which was generated by running wsimport on an existing WSDL and implementing the genere开发者_JAVA技[详细]
2023-04-05 15:50 分类:问答