I have used the maven plugin axistools-maven-plugin in version 1.4 for many projects to build webservice clients from wsdl. And I always get the error message that is coming from wsdl2java:
I am using PHP5 and Codeigniter to connect to a .NET web service through SOAP requests. I\'m having trouble making an update to that dataset. This is my first experience working with Codeigniter (alth
I seem to have run into a limitation in SUP regarding its ability to handle a SOAP response containing a list of objects and I am wondering if it would be possible to write a custom XSLT to handle thi
I am trying to create a login in for my android application. The login would connect to a mysql database. I have no clear idea how to do this because you can\'t run php on android but I have heard peo
Savon is currently producing tags like this: <soap:orderid>R211758537</soap:orderid> How do I get tags like this, without the soap prefix?
I\'m attempting to communicate with Exchange 2007, and there are known bugs/problems with doing UpdateItem() so I\'m manually communicating over cURL, building my own XML instead of letting the SOAP c
I first built the web app, and a bunch of class libraries. The web app uses the class librares. The mobile app uses the expose public web service.
im starting with web services. I\'m working in a project that needs to communicate Android with a web server and I\'d like to save some time ch开发者_开发百科osing the appropriate protocol for the com
Having created a java web service client using wsimport on a wsdl, I need to set the Authorization header for each soap message embedded in an http request. Having generated a subclass of javax.xml.ws
Another SOAP question - I have a large multidimensional array, which echo\'s out fine when using print_r (eg you can see all of the data). The problem arises when I use