I\'m trying to figure out .NET serialization stuff and experiencing a problem. I\'ve made a simple program to test it and got stuck with using attributes. Here\'s the code:
I\'m trying to attach some files to a Jira using the Soap API. I have python 2.6 and SOAPpy isn\'t working any more, so, I\'m using suds. Everything is fine except for the attachements ... I don\'t k
I\'m trying to teach myself SOAP, just to extend my skillset a bit, but I\'ve hit a wall and I was wondering if a kind developer out there can help?
How can I add an object into the soap header of a org.springframework.ws.WebServiceMessage This is the structure I\'m looking to end up with:
has any one been able to connect to a soap server using ksoap2 android via https? I keep getting the error that \"Hostname <###>was not verified\"
I have to create a PHP SOAP client that sends leads, but I have never worked with SOAP before, and my XML isn\'t that great, here is the code I have managed to write so far. . .
When I use the Webservice of Jira, I need to use the method getIssuesFromJqlSearch to describe a certain (JQL) Query. But it returns me \"No such operation \'getIssuesFromJqlSearch\'\". Is this method
I have not found any convinient way to create something like a jaxws wrapperclass for an existing Soap Webservice - like in full Java.
I am trying to create a service that a 3rd party should hopefu开发者_Go百科lly consume. The consumer is compatible with SOAP 1.1, which is why I am using basicHttpBinding for the server. When the actu
Hello all I\'m trying to issue a simple request to a protected wsdl and web service using ssl, client certificates and basic authentication.