accessing the TypeMappingRegistry in a JAXRPC implemenation

2003-07-25 Thread Mark D. Hansen
Not much is going on on the JAXRPC-INTEREST discussion, so I'm also posting this here. I hope it is not considered too "off topic". > -Original Message- > From: Public discussion on JAX-RPC > [mailto:[EMAIL PROTECTED] Behalf Of Mark D. Hansen > Sent: Friday, July 25, 2003 6:37 PM > To: [E

Re: WS-Security

2003-07-25 Thread Davanum Srinivas
Interested in using it? or implement it? :) --- "Pathak, Sanjesh" <[EMAIL PROTECTED]> wrote: > Dims, > > What is the status on WS-Security module/project that you were trying to set up? I > am really > interested in that. > > Thanks, > Sanjesh > > > ***

How to return an XML as a complex type (xsdl)

2003-07-25 Thread Hengel Zambrano
Hi, I'm writting a webservice which returns a complex type. This complex type is a XML document in the service side since my web service is a wrapper to the server which build XML files. I can't return the XML as a org.w3c.dom.Element because the client who is going to consume the service doesn'

WS-Security

2003-07-25 Thread Pathak, Sanjesh
Dims, What is the status on WS-Security module/project that you were trying to set up? I am really interested in that. Thanks, Sanjesh ** This e-mail is the property of Enron Corp. and/or its relevant affiliate and may contai

RE: WSDL2Java with JAXB ??

2003-07-25 Thread Davanum Srinivas
It's not impossible to do...In fact the while WSDL2Java and Java2WSDL is very open and flexible to accomodate such needs. If you need help in figuring things out and sending patches, you are very welcome. Yes, In JAX-RPC 2.0, JAXB support is a mustThat's a long way off. (http://jcp.org/en/j

RE: Axis in Sybase Adaptive Server Enterprise 12.5?

2003-07-25 Thread McDaniel, Joe
Title: Message Doh! The JVM in Sybase is either 1.1.8 or 1.2.? (depending on whether you read the docs or believe the DBA, respectively). Hence, the problem. If it is 1.2.?, SOAP might work.   Joe

Re: socket timeout

2003-07-25 Thread Linus Kamb
So, following the advice in the discussion of this bug, I've cast the client side stub to an axis Stub and set the timeout to 60 milliseconds. (Also tried 0.) Now I get the following: [EMAIL PROTECTED] [EMAIL PROTECTED] AxisFault faultCode: {http://xml.apache.org/axis/}HTTP faultSubcode:

RE: why doesn't Axis implement the JAXPRC interfaces in the javax.xml.rpc.handler package ??

2003-07-25 Thread Mark D. Hansen
Thanks. I'm curious as to why the StockQuoteImpl class does not implement the generated StockQuote interface. StockQuoteImpl does not extend java.rmi.Remote and StockQuoteImpl.getQuote does not throw java.rmi.RemoteException. Doesn't the JAX-RPC spec require service endpoint implementation class

Re: Document vs RPC envelopes

2003-07-25 Thread Anne Thomas Manes
See http://searchwebservices.techtarget.com/ateQuestionNResponse/0,289625,sid26_cid494324_tax289201,00.html - Original Message - From: Denero Watz To: [EMAIL PROTECTED] Sent: Friday, July 25, 2003 9:35 AM Subject: Document vs RPC envelopes I am still investiagtin

Re: Generating Response DTD for WSDL

2003-07-25 Thread Anne Thomas Manes
When you're using rpc/encoded, you don't predefine the structure of the output message. The name attribute is the name of the element, not the local name of the output message structure. When using rpc/encoded, the SOAP server generates the response message structure. The SOAP specification doesn'

Re: Questions on WebServices Discovery

2003-07-25 Thread Anne Thomas Manes
See inline... - Original Message - From: Denero Watz To: [EMAIL PROTECTED] Sent: Friday, July 25, 2003 8:00 AM Subject: Questions on WebServices Discovery I have some general questions: 1) I have seen a soap server is protected using some authentications e.g. by Basic Authentication on

RE: WSDL2Java with JAXB ??

2003-07-25 Thread steve . s . maring
Good question. I know that the JAX-RPC spec defines how the WSDL <-> Java mapping should take place. However, I can't really tell if the WSDL2Java process in Axis uses the serialization framework and could be configured to use a different set of factories. My guess would be no. Source code gene

Re: WSDL2Java with JAXB ??

2003-07-25 Thread Robert Lowe
Yep, that's true, 1.0 only does XSD->Java. But Java->XSD is being considered for 2.0. (I guess it's pretty high on the priority list.) I believe tighter integration between JAXB and JAX-RPC is also a high priority--so if Axis is to continue supporting JAX-RPC it might well need to support JAXB al

Generating Response DTD for WSDL

2003-07-25 Thread Bhuvan Gupta
Hi All, I have an application which takes an Input XML , creates a SOAPRequest Object, invokes the Webservice , gets the SOAP response XML , converts it into native XML format and prints it. In order to generate the DTD for the native Response XML, I am using the value of attribute "name" of

Re: in/out parameters cause Axis exception

2003-07-25 Thread Andrew Lau
Hi! Sorry for my previous post. The problem seems to be that I didn't completely undeploy a previous deployment, so some old garbage remains. I did a clean deploy and it is working now. My another question is: To set 'in/out' parameters. Is there a better way than to manually modify the wsdl f

RE: WSDL2Java with JAXB ??

2003-07-25 Thread Mark D. Hansen
JAXB support in Axis would be great - but how could you use JAXB to generate WSDL from Java classes? Doesn't JAXB only generate one direction: XML Schema --> Java classes? -- Mark > -Original Message- > From: Robert Lowe [mailto:[EMAIL PROTECTED] > Sent: Friday, July 25, 2003 2:07 AM >

[FRIDAY] It's an IRC day!

2003-07-25 Thread Mark Galbreath
Title: Message For technical info and irreverent chatter, goto #struts_users at irc.darkmyst.org 6667   mARK

RE: AXIS speed

2003-07-25 Thread Davanum Srinivas
Thanks Jess. --- Jess Sightler <[EMAIL PROTECTED]> wrote: > Just an FYI, but I have just tried the CVS version and noted that some > (small) operations that previously were taking 2+ seconds (1.1RC1 and > 1.1RC2... so I was well behind) are now <.5 seconds. > > Thanks, > Jess > > > On Thu, 2003

Document vs RPC envelopes

2003-07-25 Thread Denero Watz
I am still investiagting on it, but can someone help me understand how a Soap request/response envelopes will be different in document and rpc style. ThIA, dw   Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software

RE: AXIS speed

2003-07-25 Thread George Jagodzinski
Has anyone compared performance of the latest CVS version to DocSOAP XDK ? I haven't seen anything since axis 1.0 http://www.commerceone.com/developers/docsoapxdk/performance.html -- George Jagodzinski

RE: AXIS speed

2003-07-25 Thread
Thanks for testing and answering. Best regards. Carl. -Message d'origine- De : Jess Sightler [mailto:[EMAIL PROTECTED] Envoyé : vendredi 25 juillet 2003 15:07 À : [EMAIL PROTECTED] Cc : [EMAIL PROTECTED] Objet : RE: AXIS speed Just an FYI, but I have just tried the CVS version and noted

RE: AXIS speed

2003-07-25 Thread Jess Sightler
Just an FYI, but I have just tried the CVS version and noted that some (small) operations that previously were taking 2+ seconds (1.1RC1 and 1.1RC2... so I was well behind) are now <.5 seconds. Thanks, Jess On Thu, 2003-07-24 at 12:42, Davanum Srinivas wrote: > No. I definitely don't mean that..

RE: Setting type of a SOAP body element - problem

2003-07-25 Thread Jerome Baumgarten
Thanx but for some reasons I don't want to pass the parameters in the invoke method. So far the way I do it is by building the SOAP body element. Maybe in the future I will do it the way explained in the examples, right now I just can't use that way. So shouldn't the setType(Qname) method do what

Questions on WebServices Discovery

2003-07-25 Thread Denero Watz
I have some general questions:   1) I have seen a soap server is protected using some authentications e.g. by Basic Authentication on the web server. But will there be a situation where a UDDI or WSIL url will be protected? My understanding is that since they are registries that is exposed to users

Problem with wsdl2java code generation...

2003-07-25 Thread Szöllősy Balázs
Hi ! I'm trying to make a webservice which uses http binding and post. I wrote the wsdl (see below), and I tried to generate the classes with wsdl2java (java org.apache.axis.wsdl.WSDL2Java -a t.wsdl). It gives no error, but it generates an empty class (see below). Can anybody help me ? Thanx Bala

Re: SoapAction = (Target Namespace + Operation name) Always??

2003-07-25 Thread Denero Watz
This was very useful information. Thanks a lot!!Anne Thomas Manes <[EMAIL PROTECTED]> wrote: Denero,SOAPAction is an HTTP Header attribute. According to the SOAP specification,it provides a "hint" that the SOAP server can use for routing. TheSOAPAction header is always required in all SOAP over HTT

Hide stack trace from reponse with AxisFault

2003-07-25 Thread Alexey Yudichev
How do I hide the exception stack trace from reponse with AxisFault? I managed to do it for my own exceptions by clearing their stackraces. But if some system exception occurs like "no SOAPAction header!" client gets the full stack trace which looks unprofessional and insecure because of expos