axis
Maven dependencies for web service client using axis1
Inside a maven project, I would like to use some classes that were already generated by eclipse from a working web service wsdl. These are the proxy classes that make all the web service client connec[详细]
2023-03-13 14:02 分类:问答Adding a Service Reference to an AXIS Service
I need to add a service Reference t开发者_运维知识库o an Axis Service like this one : https://api.broadmail.de/soap11/RpcSession[详细]
2023-03-13 07:16 分类:问答What is the best/standard way to define a web service interface (inheritance/overloading)?
What is the best/standard way to define a web service interface? For example, I have two class Car and Bus both of them extends Vehicle.[详细]
2023-03-13 01:54 分类:问答XSLT: Testing if a parent, child or sibling item has been 'clicked' in a menu
Hi All: I\'m trying to use XSL to create a menu on a webpage. I want a particular subset of menu \'Item\' nodes selected from the menu XML when I click on either (a) the parent of one of those items;[详细]
2023-03-13 00:31 分类:问答How do I return a (custom) SOAPFault from an Axis web service?
I have some WSDL from which I need to generate a web service implementation. I\'m using Eclipse, and Axis1.4, and running on Weblogic9.2.[详细]
2023-03-12 02:55 分类:问答invok .NET webservice in Jboss using axis
I have a Java program(.jar) that invoka.NET webservice and it works well. For another need, I need to call this webservice from a web application deployed in JBoss, I remade the same program already t[详细]
2023-03-10 09:40 分类:问答About JAX-RPC specification and Serialization in Java
A have created a web service using eclipse plugin present in it (generate java bean skeleton). The classes thus created are using java.lang.Class and java.lang.Object. But when I use those classes ecl[详细]
2023-03-10 03:42 分类:问答AXIS1: How to personalize the "binding name"
We had the following generated webservices with axis1 tools: <wsdl:binding name="WSExamplePortSoapBinding" type="impl:WSExamplePortType">[详细]
2023-03-10 00:56 分类:问答Providing Apache Axis with a socketfactory object, not class
In my current project, we are using Apache Axis to do remote calls via SOAP. Now there are cases where the server host+port is not directly accessible due to firewall constraints, but there is the po[详细]
2023-03-06 18:05 分类:问答Can we use Axis1 client code for Axis2 services?
Can we use Axis1 client code for Axis2 services? We have deployed services using Axis .aar f开发者_StackOverflow中文版ile. Can we access that services using Axis1 client code (i.e. without AXIOM API)[详细]
2023-03-05 08:26 分类:问答
加载中,请稍侯......