Wsdl2Java Client Stub -> jdk 1.3 problem

2002-10-24 Thread Markus Koblbauer
> Hi! > > I'm using Axis rc2 and JDK 1.3.0 to generate the Client Stub. Compile it > works fine but when I want to execute a method an error occurs: > > Code: > Service1 serv = new Service1Locator(); > Service1Soap prot = serv.getService1Soap(); > System.out.println(prot.echoStr

Re: TestClient problem. (Connection refused).

2002-10-24 Thread Fadly
Hi Stephen, I also encounter the same problem. But, a simple webservice that i created from the scratch works nicely. So my conclusion: it is not my axis setting which wrong. I was suspicious that it was the problem with my firewall setting for that port, but it is not. Just try running "quote" sa

TestClient problem. (Connection refused).

2002-10-24 Thread Stephen Graham
I've installed Axis 1.0 and it passes the tests, so it seems to be installed properly, but TestClient doesn't work. I've checked the code in the $AXIS_HOME/samples.userguide/example1/TestClient.java file and it matches the documentation (http://nagoya.apache.org:5049/axis/services/echo) and even r

RE: Wrapped document/literal support in Axis 1.0

2002-10-24 Thread Anand Hatwalne
This exactly is the problem I am facing. .NET fails to parse such WSDL.(complaining that the WSDL should have not have specified the encoding). Why would a document based service in Axis still use encoding? Anyone knows the solution? -Original Message- From: Cun Yong Tan [mailto:cyongtan@;

RE: Does Axis include a lightweight standalone server?

2002-10-24 Thread Anand Hatwalne
Hi Tom, I understand completely. Could you throw some light on how to use Axis without any servlet container? Is it possible at all? thanks, Anand -Original Message- From: Tom Jordahl [mailto:tomj@;macromedia.com] Sent: Friday, October 25, 2002 2:31 AM To: '[EMAIL PROTECTED]' Subject: RE:

Configuring Axis 1.0

2002-10-24 Thread Fadly
Hi all, Sorry for my previous posting. > I've created a simple wsdl file, generate the java classes > using wsdl2java, compile them, create the > deploy.wsdd and deploy it. > All classes already put in > $TOMCAT_HOME/webapps/axis/WEB-INF/classes > > webservice deployed properly, since i can see

Problem with multi-dimensional array

2002-10-24 Thread Martin Jericho
I just updated to Axis 1.0, but I'm having trouble with a multi-dimensional array.  The client is sending a 2 dimensional array to the server, and everything looks fine in the request, but the server throws an exception when trying to parse it.  I thought axis 1.0 is meant to support multi-d

RE: Returning a dom from a method?

2002-10-24 Thread nbrennan
BDY.RTF Description: RTF file

Question in JAXM, Message Service and Document Service...

2002-10-24 Thread Adolfo de Unanue Tiscareño
Hi everyone! I have a -maybe- simple question... Which is the main difference between Message and Document style? And which is the difference between those and JAXM?Axis support JAXM? Could some one give some code of example? Thanks in advance! Adolfo De Unanue

Wrapped document/literal support in Axis 1.0

2002-10-24 Thread Cun Yong Tan
According to the Axis 1.0 user guide, it is possible to create a wrapped document/literal service. It says that Axis will bind the Java representation to the XML. Is my assumption correct that the service class will look exactly the same as it would be if it were rpc/encoded ? I tried to create

Re: Session handling

2002-10-24 Thread Sandeep G Nijsure
Hi Ricky, Thanx for your response. I don't know whether I am doing it right, but I create a new serviceLocator instance for each user, and get the stub from there. Does that guarantee that the stub is different each time? Also, I am not putting the stub manually in HttpSession. Why should I be

RE: compressing soap messages

2002-10-24 Thread Tom Jordahl
Axis doesn't compress anything. You could write your own Handler that does this if you wanted. -- Tom Jordahl Macromedia Server Development -Original Message- From: [EMAIL PROTECTED] [mailto:baris.harman@;accenture.com] Sent: Thursday, October 24, 2002 7:04 AM To: [EMAIL PROTECTED] Sub

RE: Does Axis include a lightweight standalone server?

2002-10-24 Thread Tom Jordahl
SimpleAxisServer is just fine for doing many things. As an Axis developer, this is almost all I ever use to work with Axis. We just DONT recommend you putting this up on a server and running mission critical (or even not so critical) services on it. -- Tom Jordahl Macromedia Server Development

RE: WSDLParser

2002-10-24 Thread Tom Jordahl
Yes, Axis tries to process all the Messages. You probably should report a bugzilla bug on this with a WSDL that shows the problem. I am not sure what the right fix for this, as the processor works in a way that skipping unreferenced messages might be a bit tricky. -- Tom Jordahl Macromedia Serv

Re: AW: Does Axis include a lightweight standalone server?

2002-10-24 Thread Daniel C. Wickstrom
Using SimpleAxisWorker as a starting point, I've integrated axis with aolserver which has a jvm running in process as a loadable module. Basically all I'm doing is using aolserver as the transport layer and extracting the http headers and POST content and passing it on to the axis engine. So far

Re: C# to send attachment

2002-10-24 Thread Steve Loughran
- Original Message - From: "btu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 23, 2002 7:35 PM Subject: C# to send attachment > > I work with axis ,but there are some problems: > > 1,I run the attachment sample ,and wonder if the client side is other > language ,l

Re: Session handling

2002-10-24 Thread Ricky Ho
You are using different stub for different user. Do you put the each stub in the HttpSession ? How do you get a particular stub ? Rgds, Ricky At 08:21 PM 10/23/2002 -0500, Sandeep G Nijsure wrote: Hi all, Could someone plz. explain me the diff between session management using cookies and SOAP

Int Array creation problem

2002-10-24 Thread villardml
Hi, I try to define int array type in a wsdl file. I expect that this type will be mapping to the int[] java type (using wsdl2java). But I don't get the expected result. Here my wsdl: http://www.w3.org/2001/XMLSchema"; xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";

Re: Beginner here

2002-10-24 Thread David Chappell
FWIW, the external service that the StockQuote sample references happened to be down yesterday. We had a couple of people here ran across the same problem (because the JMS sample uses it). Sorry I didn't get to the list sooner. Dave Reynardine wrote: > > To deploy try something like this ... >

proxy settings

2002-10-24 Thread Tim C.
Hi Can someone tell me the best way of defining the proxyHost and proxyPort that org.apache.axis.client.Call uses? I know this can be specified on the command line(-DproxyHost) but I am looking for a setProxyHost() and setProxyPort() for the transport/connection to use with the Call. Many Tha

RE: Thin client for applets?

2002-10-24 Thread Joseph Carew
Thanks for the reply.  I ended up having to sign a bunch of jars: axis.jar commons-logging.jar commons-discovery.jar jaxrpc.jar saaj.jar log4j-1.2.4.jar   Not the most elegant solution.  I'll check out the client you tried. -Original Message-From: Grant Echols (JanusLogix) [mai

Axis support for SOAP compression?

2002-10-24 Thread baris . harman
Hello, Does Axis have any built in support for compressing soap messages or should I implement my own with handlers? I read in some discussions that Axis has a support but there is no document about how? baris This message is for the designated recipient only and may contain privileged, propri

Re: Thin client for applets?

2002-10-24 Thread Kal Iyer
Try www.wingfoot.com - Original Message - From: Joseph Carew To: '[EMAIL PROTECTED]' Sent: Thursday, October 24, 2002 12:25 PM Subject: RE: Thin client for applets? Thanks for the reply.  I ended up having to sign a bunch of jars: axis.jar commons-loggi

Serializer and Deserializer

2002-10-24 Thread Jagadeesan,Sivakumar
Hi All: Could anyone explain me the concept of "Serializer and Deserializer" Why do we need it? Where can I find some notes about this concept. Thank You, --Siva

Registration of custom (de/)serializers

2002-10-24 Thread Haug Thomas
Hi everybody, how do I register custom Serializer and Deserializer classes in axis. I used the following wsdd configuration, but in does not work: --- wsdd file http://xml.apache.org/axis/wsdd/"; xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";> http:/

addition to question

2002-10-24 Thread Tim Lee
One addition to my header example question. I used Java2WSDL to create my client stubs. I assumed it would set something up to handle the headers but it did not. *** The information contained in this message is intended onl

Header Examples

2002-10-24 Thread Tim Lee
The service I'm trying to make contact with requires a security header. I'm unable to find any examples as to how to build the header to add the call request. Could anyone point me to some examples? Here is the header from the wsdl: - -

Interfaces in WSDL?

2002-10-24 Thread Quinn, Kim John
Probably a dumb question but I,m new to Axis...how would I (or can I) map to my interfaces as opposed to the implementation and on top of that possibly using the DynamicProxy of jdk1.3? Any help or suggestions or pointers would be appreciated. Thanks Kjq -- Sent from my B

Re: quick question

2002-10-24 Thread Emma Johansson
Oh, sorry about that question. I figured it out myself.. /E Emma Johansson wrote: > Hi! > > I'm following the instructions on > http://www.onjava.com/pub/a/onjava/2002/06/05/axis.html?page=2 > about the Fibonacci counting. > > My question is in which directory/directories should I save > Fibo

quick question

2002-10-24 Thread Emma Johansson
Hi! I'm following the instructions on http://www.onjava.com/pub/a/onjava/2002/06/05/axis.html?page=2 about the Fibonacci counting. My question is in which directory/directories should I save Fibonacci.java and FibonacciImpl.java to be able to continue? I'm using Tomcat and Apache Axis. / E

compressing soap messages

2002-10-24 Thread baris . harman
Hello, I wonder if anyone has information about what kind of compression Axis is offering. I tried to find an example or some information about how Axis implements compression in Axis documents but could not find. Thank you This message is for the designated recipient only and may contain privi

Returning a dom from a method?

2002-10-24 Thread Mike Hearn
Hi, I'm still a bit stuck with trying to get Axis to set the literalXML attribute when I return an Element from a method. It instead makes up its own namespace for it, which appears to confuse other implementations. The interop tests I've seen don't seem to mention swapping literal XML, they f

AW: Does Axis include a lightweight standalone server?

2002-10-24 Thread Stefan Henke
Hi, SimpleAxisServer is a simple (as the name already tells you ;-) ) transport implementation. You just have to create a server socket and pass it to the server. You can create this transport implementation in your own app without using a servlet engine. The standard transport implemenation is bas