I am using AXIS2 Framework for creating and accesing a webservice. Using Axis2 everything is fine for me. But i have a requirement that when i access thsi webserivce through soapui to test the webserv
We need to build a number of web servics with axis2. And for each of them we need an authorization and authentication mechanism开发者_JAVA技巧s.
I was just wondering what are peoples opinions on using axis for webservice development? Is it a viable future proof solution?
I am using AXIS2 Framework for creating and accesing a webservice. My ques开发者_StackOverflow中文版tion is Is AXIS2 supports java.util.Map data type. I want use this data type in response.xml.
I am trying to deploy a axis2 webservice client on Weblogic 10 server. However i get the below error :
Short version of my quesiton: Is it possible to test a web service via the web page provided by the Axis 2 web application?
I have generated a client using Axis2 framework with XMLBeans as the data binding method. The XSD schema is the following:
I\'m using Axis2 1.5.2 to pass Dates between client/server.开发者_如何学PythonBut when using java.util.Date Axis2 throws this error:
I am trying to access a webservices over https, I have the ssl certificates in place. However when I send the webservice request I am getting:
I\'m using Axis2 1.5.2 and Eclipse. I\'m using Eclipse to generate the WSDL and client code from generated WSDL.