  | | | Axis |
Hi all
I have this code
....
urlConn.setRequestProperty( "Accept Encoding " "gzip ")
printout new DataOutputStream(new
GZIPOutputStream(urlConn.getOutputStream())) //create a gzipped stream
I tried axis2.war deploying on weblogic 9.1 as war deployment was sucessful
but unable to load version service.
But if I use exploded war it works..
Any idea why it 's happening did any one had su
Is this is a BUG
I have used WSDL2Java to generate code and test class
Axis2 1.0
I get this error when I run it I have copied schema and wsdl to can
recreate this problem after generating codehi all
I have got a problem when I tried to run the attachment sample
of Axis1.4. All works fine when I don 't change anything but when
I tried to use WsseClientHandler just adding below
---*PLEASE* log this as a bug in JIRA
http //issues.apache.org/jira/
under "WS-Commons (WSCOMMONS) "
thanks
dims
On 5/25/06 Jim Peterson <jim.peterson@(protected) > wrote
>
>
>
>
> PROBLEM If the
I am using the Axis source codes - > samples\stock codes from Axis setup as a
base to start my coding.
There are the following codes in the GetQuote.java program
call.setTargetEndpointAddress( url
> I am using AXIS2 RPCMessageReceiver.
>
> I am passing following obbject as a parameter in one of my call.
>
> WMemberInfo
> |- ID
> |- WMemberAttribute []
> |- Name
> |- Value
> |- isChangI am using AXIS2 RPCMessageReceiver.
I am passing following obbject as a parameter in one of my call.
WMemberInfo
|- ID
|- WMemberAttribute []
|- Name
|- Value
|- isChanged
I can get valuFor #1 please log a JIRA bug.
For #2 please set the timeout options
options.setProperty(org.apache.axis2.transport.http.HTTPConstants.SO_TIMEOUT new
Integer(480000))
options.setProperty(org.apachHi
This is a little off topic but I 'm looking for standard based xml schema for
business documents in particular order document (with billing address
shipping address and order lines) oriented toHi guys
I 've just started using Axis2. I need to generate
server skeletons. I used the following command
call WSDL2Code.bat -uri
C \project\cvs\gazoo\src\share\xml\webservice\userprofile\ver2.0\usePROBLEM
I used Axis2 's OMSourcedElementTest.java as an example of how to use a
custom OMDataSource. In this case you construct an OMSourcedElementImpl
class and give it your custom OMDataSource. Hi
I am novice for Axis and I have implemented with
success a simple sample using Bean Serializer for
complex type parameters and another sample using
Holder classes for basic types output parameHello
I have still the same problem.
> Follow the example in the URL
> 1. your impl class implements javax.xml.rpc.server.ServiceLifecycle
> 2. implement init(Object ctx) and destroy()
My problem Hi
I 'm trying to use Axis2 's ServiceClient.sendReceive() method and it seems
to be ignoring the Options that I specify. I 've looked through the code
and figure out what step I 'm missing - I 've goI am developing a Java client application using classes auto-generated by
WSDL2Java that makes requests to a Perl web service. All of the service
requests work fine unless the service returns a SOAPThe WSDL operation
<wsdl operation name "Update_MemberPCPDetail " >
<soap operation
soapAction "urn ProviderService "/ >
<wsdl input >
<soap header
message "tns Update_MemberPCPDetail_RequestHi I 'm new to axis2. Many people have reported having this same problem
but I can 't seem to fix it and would like your help.
If I type
~ > WSDL2Java.bat
I get
Using AXIS2_HOME C /java/axis2Hi there
I 'm running Axis2 1.0 on Tomcat 5.5.16 while debugging the code
"JAXBContex jc JAXBContext.newInstance( "contextPath ") " I got
exceptions as following
<soapenv Envelope
xmlnHi
Another newbie question. I try to generate java code using wsdl2java
thus
C \java\axis2\bin >wsdl2java -uri createLeasingApplication.wsdl
-p com.antares.web.leasingWebService -ss -sd -s -g -u -dHi
Is there any way in Axis 1.3 to remotely start and stop single services?
With start and stop I don 't mean to deploy and undeploy it. I just want
to stop Axis to answer client requests for specifiHi
I have been trying out Axis 2.0 over the past week with the configuration
Axis2 version 1.0
Tomcat 5.5.17
jdk 1.5.0_04
I have tried using the sample "Axis2SampleDocLitService " that has been Hi
I 'm currently trying to get the Axis2 War Distribution to work under
websphere 5.1. I have managed to get round the error Invalid service
version.aar due to java.lang.NoSuchMethodError javax.xml.Hi everbody
I am new in webservices. I have created a web project with eclipse. There
are some simple beans like user products etc... I created web service with
Axis plugin for eclipse (like a wizaHi all!
I 'am facing troubles with the Service Archive Wizard - eclipse Plug-in
seems to be extremly buggy
When I select "Generate service xml automatically " on the wizard page
1) the "finish-buttI would like to start using Axis2 in a new project. The project will
use Maven2 as the build system. How can I integrate Axis2?
Specifically how do I?
- Compile my sources into the Axis could we use wildchars ? such as
Alias /l3ci "/home/dev/myapphome/site/server1/l3ci/** "
<Directory "/home/dev/myapphome/site/server1/l3ci/** " >
Options MultiViews
AllowOverride None
Order alHello all
I have deployed an ejb service with a method that takes as input a complex object (it contains 2 Strings and one int var). When i generate the code in the client with WSDL2Java and call thHi Axis
I have a WSDL generated class
public SearchResult(
org.apache.axis.types.Id identifier
int versionID
java.util.Calendar versionDateTime
jaHi all
Since I started using LITERAL style to generate my WSDL and then Skeleton
class I can not use nillable fields.
Instead of Long Integer I get long and integer.
How can I use LITERAL and al |
|
 |