Mailing List
Home
Forum Home
Maven - Project building tool
Axis - Java SOAP implementation
Lucene - Full-featured text search engine APIs
Cocoon - MVC web framework based on XML/XSL
Fop - Create PDF, PCL, PS, SVG, XML driven by XSL formatting objects.
Log4J - A log library
POI - Java Excel, Word and other Microsoft Office files manipulating library
Oracle database error code ...
Subjects
log4j warning: No appenders could be found
java security AccessControlException: access denied (java io FilePermission clie
java lang InstantiationException: org apache tools ant Main
Apache Axis Tutorial
Subject: Struts <logic iterate >
log4j properties How to parse outpu to multiple files
configuring log4j with BEA Weblogic 8 1
How to use XSL FOP Java together
JSP precompile
Proposal: Adding jar manifest classpath in jar and war plugins
Servlet File Download dialog problem (IE6,Adobe 6 0)
java security AccessControlException: access denied (java io FilePermission
Unsupported major minor version 48 0 problem while running the an
   telope task
Subject: axis wsdl2java Ant Task usage
net sf hibernate MappingException: Error reading resource: test/User hbm xml
Building EAR ANT Script for websphere 5 0
CREATING WAR Files
Classpath problem
jsp data into Excel
Jboss 3 2 3+ vs Tomcat Axis Question
RE: How to include jars and add them into the MANIFEST MF/Class Path
attribute
Printing problem
Subject: InstantiationException
Couldn 't find trusted certificate
Please : How can one install ant 1 6 0 under Eclipse 2 1 ?
Excel: Too many different cell formats
Subject: AXIS: tomcat timeout ?
1 3 final: now giving me java io FileNotFoundException (Too many
open files)
XDoclet, Struts and Maven: Where to start? SOLUTION
Subject: Running junit tests fails
 
Axis
Page 221 of 595 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100  

ConfigurationException: No service named

Hi I keep getting this exception intermittently while calling a webservice org.apache.axis.ConfigurationException No service named <custom-web-service > is available Is this something to wor

Mentioning namespace for the SOAP Message

You must remove the namespace attributes from your <binding > definitions e.g. body definitions should be <soap body use "literal " / > Make sure you 're using the latest build of Axis2. Anne On 5/2

Setting a timeout for a web service call made via WSDL2Java xml

You need to update to a post 1.0 build http //issues.apache.org/jira/browse/AXIS2-670?page all - Dennis Dennis M. Sosnoski SOA Web Services and XML Training and Consulting http //www.sosnoski.

String[] for xsd:anyType with axis1.2.1

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN " > <html > <head > <meta content "text/html charset ISO-8859-1 " http-equiv "Content-Type " > </head > <body bgcolor "#ffffff " text "#000000 " >

Subject: WSDD and JMS transport

is there any way to specify in the WSDD at the server that WSDL is generated with JMS binding instead of HTTP ? I would like to give to my consumers a WSDL that uses JMS and I prefer AXIS to be abl

Setting a timeout for a web service call made via WSDL2Java xmlbean

Hi I have used WSDL2Java (with the xmlbeans data binding). Sometimes the web service call takes over 60 seconds so I want to be able to change the call timeout setting (without having to make any

Subject: Buggy .aar deployment

Hi all I had previously deployed a web service as a .aar file in Axis2 version 0.95 and the service broke when I upgraded to 1.0 I rewrote the code for version 1.0 (libraries changed from 0.95

Empty SOAP Body in Input Message Causes NPE on Axis 1.3

I am executing a web service with no input parameters so the SOAP body is empty like so <soapenv Envelope xmlns soapenv "http //schemas.xmlsoap.org/soap/envelope/ " > <soapenv Body/ > </soapenv Env

(401) Unauthorized

Hello I am having trouble connecting to a .NET web service. It is a web service that comes with Windows SharePoint Services (WSS) it has an authentication part. I get the error (401) Unauthorized

Can buiild axis2 1.0 - maven-itest-plugin-1.0.jar disappeared

Hi I am trying to build axis2 1.0 release but I can 't find the maven-itest-plugin-1.0.jar file. I followed its download link (http //maven.apache.org/maven-1.x/plugins/itest/downloads.html) b

Java2WSDL utility

Do we have Java2WSDL standalone utility? I am not using Eclipse so I cannot use Eclipse plugin.

Subject: performance benchmarks

Are there any performance benchmarks for Axis2 1.0 vs. Axis1 1.3 ??

Versions service fails

Hi there after we read in serveral emails by Robert and others that the xmlbeans databinding has been fixed in the current SVN we downloaded the current nightly and tried to run the service there.

Incorrect parameter type in WSDL2Java generated stub method OMElement instead of

The generated stub source doesn 't contain the correct parameter type in the service method. Instead of having the specific type as specified in the WSDL for the parameter it contains the generic "org

Subject: Out Parameters for my service

Hello All I have a remote function method in SAP which is exposed as a webservice (rpc - encoded)by webMethods (a tool). Based on the WSDL that webMethods provided I used WSDL2Java to create my pr

Subject: error while deploying ws

Hi i got this error when i run my client to access the Web service. I have already used the AdminClient to deploy it and i can see it on the list of available service on Axis. nested exception is

root context config

Hi all Can someone tell me how I configure tomcat and axis so that the root context can be used to point to my (single) webservice? Eg. I 'd like http //myserver.com/MyService to point to that serv

The arguments do not match the signature error

Hi I 'm testing my web services performance using JMeter with 200 to 1000 concurrent users. Sometimes I got an error like "Try to invoke method ...... The arguments do not match the signature....

wsdl2java: How do I find uot whats wrong with the WSDL?

I 'm trying to use wsdl2java to create a service but I 'm not having much success. This is the first time I do this so please bear with me. I have defined my wsdl and tried 4 different validation tool

DII client

Hi All I have a service exposed on axis and now Iam trying to write a DII client. And it requires org.apache.axis2.clientapi.Call class. I couldn 't find this jar neither in axis2-1.0.jar nor in axio

AntCodegenTask mapping xsd:long to java primitive long?

Hi All I 'm attempting to run the Axis2 AntCodegenTask ant task to generate my Objects based on a schema. The element in question is specified as <xsd complexType name "ClientDetailsType " > > <x

Subject: JiBX example not found

Hi I 'm trying to figure out how to use jibx with Axis2 but the link 'JIBX example ' is broken on JiBX Integration With Axis2. Could yo fix that link so we can take a look to an example on how to

Does axis2 support RPC-style Interactions and How?

Hi all I think it is a little matter when create a OMElement with message-style Does axis2 support RPC-style interactions like axis1.x? and How? Any help or web resources are greatly appreciated !

Deploying Web services with Axis 1.3

I 've been trying to figure out how to deploy services using Tomcat 5.5.12 and Axis 1.3 but I 'm having some trouble figuring it out The user manual for 1.2 (Can 't find a link to a 1.3 user manual if

Keep processes open - is this possible?

Hi all I 'm new to Axis and am evaluating it for a project. Before I dig any deeper I am wondering if Axis keeps a webservice alive even when the service isn 't being requested? Essentially I want

RPCMessageReceiver with Document/Literal

I want to generate WSDL from my class. To see that WSDL I will have to have RPCMessageReceiver. With RPCMessageReceiver when I make a call on the WebService it gives me "Data Binding Error " stating

Enabling the SOAP Monitor

How does one go about enabling the SOAP Monitor in Apache 2.0? I 've tried following the instructions but when I redeploy Axis2 in Tomcat I get a NullPointerException. Where do the .class files go?

disabling prefix optimization

Hi I 'm encountering some behavior in Axis2/Axiom that I also saw in Axis 1.x and I want to make sure there 's no flag/setting that 's escaped me before I go off and hack around it. I think the prob

Debugging java.security.Security

I noticed that in java.security.Security class there are debugging statements. For example if (adebug ! null) { adebug.println( "request for "+algorithm+ " can be met by "+pp.pro

HOW TO: get axis2 client tcp to find Addressing module

I 'm trying to write a simple java client in axis2 that uses tcp transport to talk to my .NET WinFX service. I 'm currently using the AXIOM approach vs the wsdl-gen 'd proxy code. In the AXIOM case I
Page 221 of 595 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100