I CAN get DIME attachments to work in general, but SOAP w/attachments does
not seem to handle the following semantic where I want to RPC and return a
structured "Person" type that includes an ID photo (image/jpeg). The
conceptual method signature that I want is:
public StructuredPersonType getPer
Jaime
Thanks for the reply , but
still i have some doubts
But how does Axis Engine know
which implementation class to invoke and get the result? should the
service be registered with the Axis Server using
wsdd?
thanks
nagesh r
- Original Message -
From:
Jaime
Title: Doc/Lit webservice generating wrong SOAP response
Hi,
I have developed a document/literal webservice which generates the following response when called by a .NET client:
HTTP/1.1 100 Continue
HTTP/1.1 200 OK
Date: Tue, 25 Mar 2003 06:20:09 GMT
Server: WebLogic WebLogic Server 7.0
Ravi.
you have clashing XML parsers. find the one you dont need, and delete,
take it of your classpath, or whatever.
Larry wrote:
I also have axis running on a Win2000 machine. I just loaded the windows binary
release from Jakarta and had no issues at all.
Larry
--- On Mon 03/24, ravi chandra
I also have axis running on a Win2000 machine. I just loaded the windows binary
release from Jakarta and had no issues at all.
Larry
--- On Mon 03/24, ravi chandra < [EMAIL PROTECTED] > wrote:
From: ravi chandra [mailto: [EMAIL PROTECTED]
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Date: Mon, 24
Hi there,
Unfortunately using getCalls(QName qname) I am not able to get the operation
name, though my service object is good.
Axis documentation for getCalls(QName qname) also mentions "Not
implemented". I am using Axis 1-1. Does that mean this method is not
implemented in Axis 1-1. In this case
Ran,
You are correct. You can use the DII to dynamically invoke a WSDL operation.
Ant's just letting you know that WSIF is an easier way to do it. It doesn't
help you in this circumstance because your assignment is to use the DII.
Cheers,
Anne
> -Original Message-
> From: PILLAI,RANJITH
Hi,
Can any body help me providing an example for creation of message
elements.
Thanks
B. Hota
Hi there,
But Axis does provide a method called getCalls(QName qn) in Service class
to do this(I hope so). Axis API documentation says Service object can be
created passing WSDL location and calling getCalls(QName qn) returns an
array of configured call objects. Please correct me if this method
Hi!
I would like to know if it's possible to use inheritance on the IN and
OUT parameters of a web service.
For instance,
I would like to have an service with a method with this signature:
ReturnType method();
On the implementation of the service I write:
ReturnType method(){
return n
Is there any way in Axis to keep a connection to a
service persistent so that I don't incur the performance hit of opening and
closing sockets/making a connection every time I need to do a SOAP
call?
Thanks!
--
Sloan
Hi!
I installed the Tomcat-4.1.18.exe on Win XP and am
using axis1.0. I am getting the following error when I
run the Happyaxis.jsp. I am not sure why, I copied all
the files in correct directories(i think ;-) ).I am
using java1.4.
Thanks,
Ravi.
HTTP Status 500 -
--
I've successfully installed and run the Tomcat 4.0.5, 4.0.6, and 4.1.8
binaries on XP. What sort of problem are you having?
Mark
-Original Message-
From: ravi chandra [mailto:[EMAIL PROTECTED]
Sent: Monday, March 24, 2003 3:07 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: newbie.
Hi Larry!
I am working on Windows XP.I installed the .exe
version of the Tomcat. I am not sure if there is any
problem it. Do u know if there is a problem with it or
with tomcat running on Win XP. Or is there a another
alternative for this. I have to resolve this as soon
as possible. I already spe
This is one of the things WSIF was designed for doing. See
http://ws.apache.org/wsif.
...ant
Anthony Elder
[EMAIL PROTECTED]
Web Services Development
IBM UK Laboratories, Hursley Park
(+44) 01962 818320, x248320, MP208.
"PILLAI,RANJITH (HP-PaloAlto,ex1)" <[EMAIL PROTECTED]> on 24/03/20
We have a ServiceResponse class defined which all of our web services
return. If a web service is successful and there is something returned to
the client, we put it in the result property of ServiceResponse (result is
defined as an Object.)
If an error occurred, we put the error in the error p
The SOAP spec makes it optional to send type info for encoded parameters, such as
input parameters in a SOAP request or the return type of a SOAP response. If an
implementation assumes that the SOAP message contains type information it may not work
with another that chooses not to send that info
Hi,
Can anybody worked on XML for Analysis provided by microsoft? I need some
help in creating a sample client for XML for Analysis.
I have generated the java files from the wsdl file.
Please provide me some information to create the messagElements for the same
which will be a part of the prope
Hi there,
My project requires me to
dynamically invoke a web service providing only its WSDL description, using
DII. So my intention is to dynamically find operations and parameters from
service object (where I passed the WSDL location to create a new service object).
After going th
Hi,
I am creating a client application to access data from XML for Analysis
Web service.
Can any body help me creating a property object and setting MessageElement
to it.
The type description for the _Discover_Properties class is:
private static org.apache.axis.description.TypeDesc typeDesc
Is it possible to have a document or wrapped style service where
the java method is like this:
public MyResult myMethod( MyParamObject param )
{
...
}
class MyParamObject
{
...
public setParams1( String[] params ) { ... }
public setParams2( MySubParamObject[] subparams ) { ... }
}
class
Title: RE: Axis Performance Problem
Hi James,
I have been running with axis client/server for weeks now and have gotten good performance after working through a few issues. You did not leave enough information to have us help you.
1. Is the performance issue repeatable?
2. Are you running i
Thank you for the answer!
I am fairly new with these parser technology. But now it is clear.
-
Sochea MEAS, intern
LMC/JG/A department
Ericsson Communication Canada
telephone: 514-345-7900 ext. 3432
email: [EMAIL PROTECTED]
-Original Message-
From: Steve Loughran [mailto:[EMAIL
Sochea Meas (LMC) wrote:
Axis Supporting different parsers?
Hi all!
Is Axis capable of supporting different parsers beside to
Xerces? (eg. Xalan, SAX, Cocoon).
1. Xalan isnt an XML parser, its an XSLT engine
2. SAX isnt an XML parser, its an XML API (that axis uses)
3. Cocoon is an XM
Can Someone post a bugzilla bug with a sample test case?
Thanks,
dims
--- "Brian Dillon (ext. 944)" <[EMAIL PROTECTED]> wrote:
> Sean,
>
> From my testing, Out parameters do NOT work. You will need to use INOUT
> parameters instead.
>
> Brian
>
> -Original Message-
> From: Sean Leblanc
hi,
is it right that wsdl2java generated BeanSerializer/Deserializer will only
work with soap-encoded structures? Or will the BeanSerializerFactory/
BeanDeserializerFactory choose a BeanSerializer/Deserializer depending
on the choosen encoding - like soap-encoding or literal?
Thanx,
Mischa
Have you measured how much of this time is network transport?
James
-Original Message-
From: E.Narayanan [mailto:[EMAIL PROTECTED]
Sent: Monday, March 24, 2003 7:41 AM
To: [EMAIL PROTECTED]
Subject: Axis Performance Problem
Hi,
I have an Axis Web service hosted on Jboss(Jetty). Fo
Does axis support asynchronous messages using JMS as the transport?
Thank you,
- Atul
Sean,
>From my testing, Out parameters do NOT work. You will need to use INOUT
parameters instead.
Brian
-Original Message-
From: Sean Leblanc [mailto:[EMAIL PROTECTED]
Sent: 24 March 2003 15:28
To: '[EMAIL PROTECTED]'
Subject: Out parameters
I had some questions about using "out" para
Hi Tom,
Many thanks for this answer (I didn't know this switch :-) but it's not the
real problem in facts.
The issue is coming from the fact that WSDL2Java does not take into account
all the restrictions but only one ... The first ! This particularly means
that, once generated, I'm able to create
Make sure you are using the --all switch. WSDL2Java won't emit stuff that isn't
referenced directly unless you use this switch, then it spits out everything.
(Think about people who include large Schema's but only use 1 or 2 types from it)
--
Tom Jordahl
Macromedia Server Development
-Orig
Hi,
I have an Axis Web service hosted on Jboss(Jetty). For performance
testing I had made a java client which creates threads and makes
webservice calls. The calls were using the proxies generated from wsdl2java.
I found that when the client and the server were on the same machine(P4
win
unsubscribe
I had some questions about using "out" parameters. First of all, can it be
done? Second of all, do I have to build a special deployment descriptor to
do this, or can this still be done automatically (by copying .java file to
.jws)?
TIA,
This e-mail, including attachments, is intended for the perso
Hi Srinivas,
Thanks for the prompt reply. It is working with the latest nightly build. But I wanted to know the reason behind it. In the earlier version of 1.0 with which I reported the error, element "Map" in the schema was not a complex type. It was a simple type of type apachesoap:Map. a
Title: Axis Supporting different parsers?
Hi all!
Is Axis capable of supporting different parsers beside to Xerces? (eg. Xalan, SAX, Cocoon).
Thanks in advance!
-
Sochea MEAS, intern
LMC/JG/A department
Ericsson Communication Canada
telephone: 514-345-7900 ext. 3432
ema
Title: Message
If you
look in samples/attachments, you'll see the MIME vs. DIME switch. The
samples work, and send attachments back and forth in either MIME or DIME (+FDR
parameter). TestRef sends the contents of a directory back and forth,
using MESSAGE, while EchoAttachment sends a singl
Nagesh,
The JMS example does not rely on the WSDL
of the service to make the call. It uses the dynamic JAX-RPC style to call the
service and sets up everything manually before invoking.
Thanks,
Jaime
-Original Message-
From: nageshr
[mailto:[EMAIL PROTECTED]
Sent:
Dear Axis-Users, thanks for your post. I followed your
suggestions by confirming that the jaxrpc was in the
classpath and I checked the list in the jaxrpc using
the command 'jar tf jaxrpc.jar'. I then corrected the
code to import the package javax.xml.namespace.QNames
and I was able to compile the
The problem is with my code... imagine that. I'm working on trying to
pinpoint it. Thanks.
-Original Message-
From: Larry [mailto:[EMAIL PROTECTED]
Sent: Monday, March 24, 2003 7:43 AM
To: [EMAIL PROTECTED]
Subject: RE: Could not find resource server-config.wsdd
The warning message i
> It looks like the orion team just came back. They tend to
> shut down communication during winter, and show up with a new
> release at spring. So I decided to play around with new
> release 2.0 and its classloaders. Orion seems to behave as
> expected, even with shared libraries and shared ej
hi
Can any body explain how JMSTest
example program works.
How does Axis Engine come to know of
the WSDL to invoke the operation mentioned in Call object?
call.setOperationName( new
QName("urn:xmltoday-delayed-quotes", "getQuote") );
thanks
nagesh r
The warning message is not important unless you need the features of that security jar
file provides. My happyaxis warning looks like this:
Warning: could not find class org.apache.xml.security.Init from file xmlsec.jar
XML Security is not supported
See http://xml.apache.org/security/
The core a
Can anyone explain why I am seeing the following under the Optional
Components when I try to Validate my installation?
*
Optional Components
Found Mail API (javax.mail.internet.MimeMessage)
Warning: could not find class org.apache.xml.security.Init from file
xmlsec.jar
Attachments will no
Try latest nightly build of axis.
--- Sateesh Ayyagari <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I am trying to interop between a .NET client and a AXIS web service. AXIS
> supports Map types
> to be serializable. When I serialize a Hashtable in a Java Web Service, AXIS
> generates the
> foll
The axis directory should be placed in the $CATALINA_HOME/webapps directory of your
tomcat install.
How did you load Tomcat? From an RPM, or from a tar.gz file on the jakarta site? I
had a bunch of weird problems with some of the Axis features when I loaded it the
first time on my Red Hat 7.3
I having trouble getting DIME attacments
to work. Is DIME really supported for Axis?
I can sucessfully get MIME attachments
to work.
However since there is no documentation
at all for using attachments
in Axis, I am really stumped.
Here is my code which works successfully
for MIME attachments on
You create DataHandlers from DataSources. You just need an appropriate
DataSource. i.e.:
ByteArrayDataSource ds = new ByteArrayDataSource();
ds.setContentType("image/jpeg");
ds.setBytes(bytes);
DataHandler dh = new DataHandler(ds);
Here's some sample code for a DataSource. I just typed this in wi
On 3/20/03 02:36 PM David Ekholm <[EMAIL PROTECTED]> wrote:
> Thank you for taking time trying to resolve this. I totally agree that
> the Orion team are probably too rich by now. We haven't got any answers
> from them for a long time either :-/
It looks like the orion team just came back. They
Hi all,
Are there any effective patterns to access an asynchronous WS (say,
deployed on WebLogic or .Net) from an Axis / Tomcat webserver ? Assuming
the transport is HTTP and there are no firewall issues, and hence the
remote WS contacts back the Axis endpoint to notify the response.
My
Hello,
When I define a set of type restrictions the WSDL2Java does not map all of
them ?
For example, here is a simple type definition:
http://www.w3.org/2001/XMLSchema";>
51 matches
Mail list logo