RE: SAX in Reverse?

2002-07-18 Thread Glen Daniels
Hi Richard! Take a look at org.apache.axis.encoding.SerializationContextImpl. Sounds like exactly what you're talking about. I'm not sure I get your question, though - are you asking how to turn an XML String into a DOM? It's called parsing. :) --Glen > -Original Message- > From:

TCPTransport sample.

2002-07-18 Thread L.Wang
I'm a newbie on AXIS. I installed axis-beta2 and tried the samples bundled with it. My trouble is, could'nt run transport.tcp sample using tcp protocol to communicate with sample.transport.tcp.TCPListener but OK with default protocol (http). In my env, I tried this sample as below: 1. Start Simp

NullPointerException at org.apache.axis.message.SOAPFaultBuilder.endElement

2002-07-18 Thread Nirmala Ranganathan
"NullPointerException" is being thrown when I tried to call class Call's invoke method by passing in the SOAPEnvelope. The Soap Envelope looks like, http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLS

Re: SAX in Reverse?

2002-07-18 Thread Frank Cohen
In my experience hand coding XML in Java can be much faster than depending on external libraries. The downside is maintainence. Libraries have the benefit of many people working on bug fixes and enhancements. This is a classic problem. I've been working on a scalability study for Elsevier Scie

SAX in Reverse?

2002-07-18 Thread Pfeiffer, Richard
Just as Axis uses SAX instead of DOM to parse incoming messages, I was wondering whether it would be significantly faster to build an outgoing XML message by appending tags and text to a StringBuffer, sort of like SAX in reverse, rather than using the DOM API and doing appendChild, etc. I would l

can a web service find out its own url?

2002-07-18 Thread Steven Gollery
Is there any way for a web service to discover, build, or calculate the url that was used to call it? In my system, I need to have one web service send its url and an operation name to another web service. Is there enough information available to a web service, during an invocation of one of i

Administer Axis link in welcome page gives Error 404--Not Found in WebLogic 6.1

2002-07-18 Thread Naga Vijayapuram
Having installed Axis in WebLogic 6.1 as a dir (not .war), I clicked on the Administer Axis link in http://naga:7001/axis/index.html I got Error 404--Not Found And I saw this mesg on the WebLogic 6.1 console -- - Problem with servlet engine config file: C:\bea\wlserver6.1\config\mydomain\appli

soap body validation

2002-07-18 Thread Sam
does axis validate the body against the schema referenced in the soap body ? What kind of validation is done (wrt schemas) for SOAP messages in Axis ? Thanks /s

Re: Forbidden methods still visible in AxisServlet

2002-07-18 Thread Sam
how about editing the wsdl files :) /s Matthias Brunner wrote: > > Hello! > > Although not listed in allowedMethods in the deployment descriptor, methods > are still visible in AxisServlet when accessed with a web browser. > This is not a security risk, since you cannot access these methods wi

Re: evaluation for small client

2002-07-18 Thread [EMAIL PROTECTED]
Boris: wSOAP SOAP client by Wingfoot is 35K (including parser) and works with applets. http://www.wingfoot.com/products.jsp On Thu, 18 Jul 2002 11:33:23 -0700 Boris Garbuzov wrote: > We need the product for SOAP client to bundle with Java applet. Is this a > suitable one? Or even old Apache

RE: evaluation for small client

2002-07-18 Thread Boris Garbuzov
Thanks very much for advise, Jesse. As to Glue, this is what they have in their lib directory. 259,265 collections.jar 13,407 dom.jar 184,591 GLUE-EXAMPLES.jar 50,694 GLUE-JBUILDER.jar 753,082 GLUE-STD.jar 7,637 jcert.jar 3,098 jnet.jar 280,426 jsp.jar 463

Re: evaluation for small client

2002-07-18 Thread Jesse D. Sightler
Hi Boris, > We need the product for SOAP client to bundle with Java applet. Is this a > suitable one? Or even old Apache SOAP 2 is better? It used to be 120k > soap.jar. Now it is 6 jars of 1,252,467 bytes total. How to prune this set > for client side? What is the smallest parser I need for it?

evaluation for small client

2002-07-18 Thread Boris Garbuzov
We need the product for SOAP client to bundle with Java applet. Is this a suitable one? Or even old Apache SOAP 2 is better? It used to be 120k soap.jar. Now it is 6 jars of 1,252,467 bytes total. How to prune this set for client side? What is the smallest parser I need for it? crimson.jar of 201k

Axis in WebLogic 6.1 and WebLogic 7.0

2002-07-18 Thread Naga Vijayapuram
Hi, I installed Axis in WebLogic 6.1 and WebLogic 7.0, following the install instructions. When I try to click on the "Administer Axis" link at http://localhost:7001/axis/index.html, leading to http://localhost:7001/axis/servlet/AdminServlet I get - Error 404--Not Found And, when I try to cli

Mapping a Java Hashtable to VB MS SOAP toolkit

2002-07-18 Thread Collin Goredema
Can someone please assist me with how to map a java Hashtable to some construct in the MS SOAP toolkit? We have a Java SOAP server with a VB client. The VB client needs to pass in an object to the Java server method which accepts a Hashtable. What construct in VB should we use?

Re: Using WSDL with Axis

2002-07-18 Thread Supriyo Chatterjea
ok was using beta 2! thanks! supriyo --- [EMAIL PROTECTED] wrote: > Which version of AXIS are you running? The nightly > builds have that > sample. And I believe beta 3 does as well. I'm > pretty sure beta 2 does > not. > > dynamic proxy requires the SEI. DII does not. > > Russell Butek >

Re: Using WSDL with Axis

2002-07-18 Thread butek
Which version of AXIS are you running? The nightly builds have that sample. And I believe beta 3 does as well. I'm pretty sure beta 2 does not. dynamic proxy requires the SEI. DII does not. Russell Butek [EMAIL PROTECTED] Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subj

Forbidden methods still visible in AxisServlet

2002-07-18 Thread Matthias Brunner
Hello! Although not listed in allowedMethods in the deployment descriptor, methods are still visible in AxisServlet when accessed with a web browser. This is not a security risk, since you cannot access these methods with SOAP, but it leads to flawed automatically generated WSDL files. What ca

RE: what to do to use ssl

2002-07-18 Thread Cohan, Sean
Look at the 'Can't find Trusted Cert' thread started by me last week. That should help. -Original Message- From: Oliver Rettig [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 6:55 AM To: [EMAIL PROTECTED] Subject: what to do to use ssl Hallo, what to do for use ssl to connect

Has the custom transport architecture really been thoughtthrough ?

2002-07-18 Thread Fishman, Richard
First of all, can anyone tell me where to send posts that inquire about the architecture? I cannot participate in the development effort (not that anyone would ask me :)) so I don't know if I should post on the developer's mailing list. I have been playing with creating a JMSTransport class. I go

Re: Using WSDL with Axis

2002-07-18 Thread Supriyo Chatterjea
Nope don't seem to have any file called samples/jaxrpc/hello/HelloClient.java. Did you mistype the name by any chance? As for my second question - this is what I'm trying to do: I've got 2 devices, Device A and Device B. Device A is providing a service and B would like to use the service provid

Re: DataHandler and WSDL2Java

2002-07-18 Thread butek
Support for attachments doesn't exist in the generated code, yet. I'm working on it right now. Look for WSDL2Java to support it first (sometime next week) and then Java2WSDL soon after. Russell Butek [EMAIL PROTECTED] Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTE

DataHandler and WSDL2Java

2002-07-18 Thread Riess, Joseph C. (LNG)
Has anyone had any luck getting WSDL2Java to automatically generate a type mapping which uses the JAFDataHandlerSerializer/Deserializer factory objects for javax.activation.DataHandler objects? Here are the schemas that I'm using: DataHandler.xsd: http://www.w3.org/2001/XMLSchema"; tar

Re: Deployment of my service as war-file inclusive Axis

2002-07-18 Thread Martin Jericho
include the server-config.wsdd file in the WEB-INF directory of your war file. - Original Message - From: "Oliver Rettig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 18, 2002 7:06 PM Subject: Deployment of my service as war-file inclusive Axis > Hallo, > > I want to

Multiple Attachments

2002-07-18 Thread Cohan, Sean
Can you attach more than one file to a single SOAP envelope?  

Re: Using WSDL with Axis

2002-07-18 Thread butek
1 - WidgetPriceSoapBindingImpl.java - server-side implementation template (server-side only) 2 - WidgetPrice.java - the interface for the service (often called the SEI - Service Endpoint Interface) (both client and server side) 3 - WidgetPriceService.java - the interface used to get the client-side

Sessions

2002-07-18 Thread Matthias Brunner
Hello there! I have created a java class that implements a service endpoint in session scope. Is there a way to end a session manually (for instance, after the client called "endSession"), so that subsequent calls with the same session id trigger an error (or the session id is ignored) inste

Re: fault message

2002-07-18 Thread Monika . Huk
Hi Rich, thank you for pointing out the JSR - I had the same problem as Milos. I use Beta 3 and I have the problem, that an exception is thrown in my Axis-Client, when trying to analyze the SOAP fault message: I do not know, whether there is something wrong with my SOAP-Message (see below - it

AW: Bean data not serialized

2002-07-18 Thread (RV) Buchberger, Jörg
Martin, thank you. That was a good advice pointing me to more helpful informations. All, in case someone is interested in this problems' solution, I'll describe it below: 1. transformed my old class MyService into an interface 2. used Java2WSDL to create a wsdl-file from that interface 3. used

*.jws vs. WSDL files. What are the pros and cons?

2002-07-18 Thread Supriyo Chatterjea
Hi, I understand that it's possible to deploy & invoke a web service using either *.jws files (instant deployment) or WSDL files. What are the advantages exactly of using WSDL over the *.jws files? Thanks, Supriyo __ Do You Yahoo!? Win a DV cam

Using WSDL with Axis

2002-07-18 Thread Supriyo Chatterjea
Hi, I've got a couple of questions about using WSDL with Axis. 1. I notice that in example 6 of the userguide, after using the WSDL2Java tool, the following files are generated: 1 - WidgetPriceSoapBindingImpl.java 2 - WidgetPrice.java 3 - WidgetPriceService.java 4 - WidgetPriceServiceLocato

Custom Transport - how to use and get URL

2002-07-18 Thread Rick Fishman
I am using beta 3.   My custom JMS transport needs to get the endpoint URL that was specified from the client. How do I do that?   I thought this would work but I think I am way off base because it doesn't:   In the client, specify an endpointURL of "jms://jndiQCFName/jndiQName" by using

what to do to use ssl

2002-07-18 Thread Oliver Rettig
Hallo, what to do for use ssl to connect my Axsis-Webservice? I have not found something about it in the Axis-Docu. best regards Oliver -- Oliver Rettig Lachnerstr. 6 76131 Karlsruhe ORAT Software-Entwicklung www.orat.de Steinstr. 23, 76131 Karlsruhe Tel.: 0721/38489600

Re: Deployment of my service as war-file inclusive Axis

2002-07-18 Thread Oliver Rettig
Thanks all for your help. > Hallo, > > I want to pack a war file which includes the Axis stuff and all files of my > webservice. This is easy to do with Netbeans. But now I want to put the > war-file to my provider and I do not want to execute some code to deploy my > service. I want to make some

Re: Deployment of my service as war-file inclusive Axis

2002-07-18 Thread Bruce Scharlau
At 11:06 AM 7/18/2002 +0200, you wrote: >Hallo, > >I want to pack a war file which includes the Axis stuff and all files of my >webservice. This is easy to do with Netbeans. But now I want to put the >war-file to my provider and I do not want to execute some code to deploy my >service. I want to m

AW: Deployment of my service as war-file inclusive Axis

2002-07-18 Thread Stocker, Walter
Hi, if you a service is deployed, the informations for invoking it are written into the WEB-INF/server-config.wsdd file. I think, copying this file, could solve your problem. cu Dipl. Inform. (FH) Walter Stocker T-Systems

Deployment of my service as war-file inclusive Axis

2002-07-18 Thread Oliver Rettig
Hallo, I want to pack a war file which includes the Axis stuff and all files of my webservice. This is easy to do with Netbeans. But now I want to put the war-file to my provider and I do not want to execute some code to deploy my service. I want to make some configurations in the war-files so

Tomcat -security and Axis

2002-07-18 Thread Geza.Szocs
Hi guys ! Has anyone tried to run Axis under Tomcat with -security option ? Is there a list of permissions to grant for Axis ? -Geza