  | | | Axis | 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 worYou 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/2You 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. <!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 " >
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 ablHi
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 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 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 EnvHello
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) UnauthorizedHi
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) bDo we have Java2WSDL standalone utility? I am not using Eclipse so I
cannot use Eclipse plugin.
Are there any performance benchmarks for Axis2 1.0 vs. Axis1 1.3 ??
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.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
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 prHi
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 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 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....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 toolHi 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 axioHi 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 " >
> <xHi
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 toHi 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 !
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 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 wantI 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 " statingHow 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? 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 probI 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.proI '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  |
|
 |