Structurex person type and ID photo DIME attachment

2003-03-24 Thread Paul Sabadin
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

Re: AxisJMS

2003-03-24 Thread nageshr
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

Doc/Lit webservice generating wrong SOAP response

2003-03-24 Thread Davinder Singh
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

Re: newbie..error when trying to run happyaxis.jsp

2003-03-24 Thread Steve Loughran
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

RE: newbie..error when trying to run happyaxis.jsp

2003-03-24 Thread Larry
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

RE: How to dynamically invoke a webservice provided just WSDL?

2003-03-24 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
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

RE: How to dynamically invoke a webservice provided just WSDL?

2003-03-24 Thread Anne Thomas Manes
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

MessageElement Example

2003-03-24 Thread Bhubanananda Hota
Hi, Can any body help me providing an example for creation of message elements. Thanks B. Hota

RE: How to dynamically invoke a webservice provided just WSDL?

2003-03-24 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
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

BeanHierarchy

2003-03-24 Thread Aureliano Calvo
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

Keeping connection open

2003-03-24 Thread Sloan Seaman
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  

RE: newbie..error when trying to run happyaxis.jsp

2003-03-24 Thread ravi chandra
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 - --

RE: newbie..error when trying to run happyaxis.jsp

2003-03-24 Thread Mark Galbreath
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.

newbie..error when trying to run happyaxis.jsp

2003-03-24 Thread ravi chandra
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

Re: How to dynamically invoke a webservice provided just WSDL?

2003-03-24 Thread Anthony Elder
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

Returning Server Side Exceptions

2003-03-24 Thread Cohan, Sean
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

RE: Problem with null params

2003-03-24 Thread Harry . Kobetitsch
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

Help for Message Element

2003-03-24 Thread Bhubanananda Hota
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

How to dynamically invoke a webservice provided just WSDL?

2003-03-24 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
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

Need help for Message elements

2003-03-24 Thread Bhubanananda Hota
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

document or wrapped style possible parameter structures

2003-03-24 Thread Duncan Harris
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

RE: Axis Performance Problem

2003-03-24 Thread Anecito, Anthony (HQP)
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

RE: Axis Supporting different parsers?

2003-03-24 Thread Sochea Meas (LMC)
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

Re: Axis Supporting different parsers?

2003-03-24 Thread Steve Loughran
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

RE: Out parameters

2003-03-24 Thread Davanum Srinivas
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

BeanSerializer/Deserializer and the corresponding encoding...

2003-03-24 Thread Mischa
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

RE: Axis Performance Problem

2003-03-24 Thread Clover, James
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

JMS support

2003-03-24 Thread Bhammar, Atul
Does axis support asynchronous messages using JMS as the transport? Thank you, - Atul

RE: Out parameters

2003-03-24 Thread Brian Dillon (ext. 944)
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

RE: WSDL2Java and SimpleType's restriction (XML Schema)

2003-03-24 Thread Fabien Guinet
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

RE: WSDL2Java and SimpleType's restriction (XML Schema)

2003-03-24 Thread Tom Jordahl
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

Axis Performance Problem

2003-03-24 Thread E.Narayanan
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

Re: Map Serializer error during interop between .NET and AXIS

2003-03-24 Thread Sorin Pop
unsubscribe

Out parameters

2003-03-24 Thread Sean Leblanc
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

Re: Map Serializer error during interop between .NET and AXIS

2003-03-24 Thread Sateesh Ayyagari
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

Axis Supporting different parsers?

2003-03-24 Thread Sochea Meas (LMC)
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

RE: Axis and DIME?

2003-03-24 Thread Betsy Frey
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

RE: AxisJMS

2003-03-24 Thread Jaime Meritt
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:

Re: question re javax.xml.rpc.namespace.QNames (RESOLVED)

2003-03-24 Thread jack smith
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

RE: Could not find resource server-config.wsdd

2003-03-24 Thread Cohan, Sean
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

SV: SV: SV: AXIS classloaders breaking J2EE application isolation

2003-03-24 Thread David Ekholm
> 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

AxisJMS

2003-03-24 Thread nageshr
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    

RE: Could not find resource server-config.wsdd

2003-03-24 Thread Larry
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

Could not find resource server-config.wsdd

2003-03-24 Thread Cohan, Sean
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

Re: Map Serializer error during interop between .NET and AXIS

2003-03-24 Thread Davanum Srinivas
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

RE: newbie..error when trying to run happyaxis.jsp

2003-03-24 Thread Larry
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

Axis and DIME?

2003-03-24 Thread Kristján Bjarni Guðmundsson
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

Re: Converting byte array to DataHandler for Soap attachment

2003-03-24 Thread Brian Ewins
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

Re: SV: SV: AXIS classloaders breaking J2EE application isolation

2003-03-24 Thread Jens Schumann
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

Designing an Axis client / server to an async WS

2003-03-24 Thread Bruno Pommerel
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

WSDL2Java and SimpleType's restriction (XML Schema)

2003-03-24 Thread Fabien Guinet
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";>