I am trying to get my new application integrated with JIRA for management of our customer\'s support tickets.What I had envisioned the system doing was in a before_filter gathering a user\'s account f
I am trying to send a request to a web service. The wsdl can be seen here https://amsel.dpwn.net/abholportal/gw/lp/schema/1.0/var3ws.wsdl
This is probably a simple question but using xmlhttp, how do I get the text of the token node in this XML? There has to be a better way than this:
I have a WCF service application (wsHttpBinding) hosted in IIS7.5 (.NET 4) and I can navigate the .svc file in the browser and the meta data page successfully shows up and clients can be generated fro
in our company we are going to develop a server application, and a GUI which will control it. The server application is made in c++. We need to be able to send commands from the GUI to the application
I\'m more or less a beginner with web services but I\'ve tried googling this with no results. I have a web service written in Java using the Metro stack that runs fine when I run it on a local JBoss
I am programming a \"SOAP Proxy\" th开发者_Python百科at connects to a SOAP Server (Main Server) and is a SOAP Server itself. I am programing one Client too that will contact with this SOAP Proxy.
I am working with jira 3.开发者_如何学C13.x, soap and php; and i need to retrieve the issue list under a project. is it possible?
I am trying to log the soap request and response messages of a service in C#. I have a ready made soap extension which does all this, how开发者_C百科ever I am having trouble adding it to the service m
On my webservice I define a variable as @XmlAttribute: @XmlAttribute protected String domain; But when I make a query via SoapUi, it appears as an XML element: