I am using axis2 to expose a method of existing class as a web service (bottom-up approach). The method takes a complex object (non-primitive type) as a parameter and returns a complex object as well.
I am writing a Java 1.5+ client that needs to fetch data from an IIS-hosted web service.I created a new web service client in Eclipse and used the Java Proxy client type and Apache Axis2 web service r
I have created a web service for the following code but I am getting an exception: org.apache.axis.InternalException:
I have a dotnet based web service on a different server. I am trying to communicate using java. The w开发者_如何学Pythonebservice is working fine. If I use the envelope created by Axis2 inside the stu
I have an Axis2 web service called DownloadServer that is invoking another Axis2 web service called Publisher. They are deployed on the same server. Here is the code for the two web services.
i created the simple webservice using eclipse and AXIS2 which works fine, now i added one more met开发者_C百科hod to the service it is not reflected in client.
My Android get a runtime error in SoapObject result = (SoapObject) envelope.getResponse(); The webservice is in my notebook (192.168.15.13), the notebook and the Android connected via LAN. I created t
I have an axis2 (v1.5.3) client that needs to do Kerberos/NTLM authentication with IIS. How can I do this? This is the code I have right now and it fails wi开发者_StackOverflow社区th 401 - unauthorize
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
I\'ve generated stubs using following commands Axis: java org.apache.axis.wsdl.WSDL2Java CrmDiscoveryServiceWsdl.xml : Generates all classes