FW: Problem with WSDL???

2005-05-19 Thread Ken Noland
Hey, Im not sure if the last email I sent out worked, so here is another copy -Original Message- From: Ken Noland Sent: Thursday, May 19, 2005 11:22 AM To: 'axis-c-user@ws.apache.org' Subject: Problem with WSDL??? Hey, Ive got an error, and Im not sure where it is

Exception when I use WSDL2Ws whith axis-1_2RC3's jar lib

2005-05-19 Thread huagang
When I use WSDL2Ws whith axis-1_2RC3's jar lib, some exception occur C:\axis\WSDL2Wsjava -cp %AXISCLASSPATH% org.apache.axis.wsdl.wsdl2ws.WSDL2Ws Calculator.wsdl -o./ServerOut -lc++ -sserver log4j:WARN No appenders could be found for logger (org.apache.axis.i18n.ProjectResourceBundle).

Re: Exception when I use WSDL2Ws whith axis-1_2RC3's jar lib

2005-05-19 Thread huagang
C:\axis-1_2RC3\lib 2005-05-20 10:16 DIR . 2005-05-20 10:16 DIR .. 2005-02-28 22:39 32,489 axis-ant.jar 2005-02-28 22:391,573,104 axis.jar - 2005-02-28 22:39

RE: Axis and Castor - newbie question - Extending org.apache.axis.encoding.ser.castor.Deserializer

2005-05-19 Thread Frank Schmaus
Hi there, first: I have the same problem. I'd need Axis to use Castor serializer with mapping file. But I can tell you, with the given Castor-Serializer it's not possible, as I made my may through the source of it. But it would be easyly extendable. Currently I'm extending it, giving the

Sending large files to WS

2005-05-19 Thread Ferruh Zamangoer
Hi, Iam writing now my thesis and want to use Axis in my project. We want to develop a P2P-Filesharing system for promotional and commercial use where any peer can exchange some files with another peers in a trusted environment. We use in our project JXTA for filesharing. But in

showing dialog / message box to client

2005-05-19 Thread Plorks mail
Dear All I'm writing a server-side web service. During one exposed amethod I need to show a dialog/message box to the client asking them a question. The clients clicks yes or no button and that determines which code gets executed. Can anyone advise on how i should so this? If i use this int

Re: showing dialog / message box to client

2005-05-19 Thread Dan O'Neill
Hi, I don't fully understand your method but I had to do something very similar. In my application I used a client side handler to recognise when a response was recieved by the client. Then that handler started a thread - DisplayGUI.java for example. This was being run on the client side. The

SOAP/JMS question

2005-05-19 Thread Jan Delannoy
Hi, I'm a bit confused about sending SOAP messages over JMS using Axis. I have a WSDL file describing a web service with a SOAP over JMS binding, and I specified the address like in the JMS example included with Axis 1.2, something like jms:/MyQ?myParams. I generated stubs using WSDL2Java and

Re: showing dialog / message box to client

2005-05-19 Thread Plorks mail
Thanks Dan My problem is this Every call a client makes (the client can be anything vb, c# web app etc...) I need to check a token value within the soap header Once i get the value my web service will validate it with a db table. The db table also holds an expiry date/time for the token

Changing URL in ServiceLocator Class

2005-05-19 Thread Ferruh Zamangoer
Hi, I want to know if its conform to web service standard, if I create a web service for example Service A. The service A is available on several servers (server1, server2, server 3). The Client use the services on the several servers for example first he use the server1 after that he

Data-binding in Axis 1.2

2005-05-19 Thread Tysnes Are Thobias
Hello! Axis 1.1's data-binding framework did miss some features which made room for other tools like Castor to be used instead. (validation ++) Has this changed in Axis 1.2 !? Is the data-binding in Axis 1.2 as good as Castor !? Maybe better !? :o) Cheers, Are T. Tysnes

RE: R: showing dialog / message box to client

2005-05-19 Thread Plorks mail
The code i have doesn't work. I realised i was testing both service and client on the same pc - whoops !!! 2) with the expire time reult, ask the user if he wants to renew it; if yes call the new created operation that renews it This is where i'm stuck. How do i tell a user to renew it?

showing dialog / message box to client

2005-05-19 Thread Dan O'Neill
-- Forwarded message --From: Dan O'Neill [EMAIL PROTECTED]Date: May 19, 2005 10:44 AM Subject: Re: showing dialog / message box to clientTo: Plorks mail [EMAIL PROTECTED]Is the client on the same machine as the service? I could be wrong but Im pretty sure that its nearly impossible

RE: running out of sockets???

2005-05-19 Thread John Windberg
Browser? Client is java code running within eclipse based on axis/wsdl2java commonsHttpSender. Server is local, Autodesk Vault app, running within IIS 5.2 on XP pro. --- Ebert, Chris [EMAIL PROTECTED] wrote: Does the browser have a limit on the number of open connections it can keep?

Issue with wsdl2JAVA witxmldsig-core-schema.xsd

2005-05-19 Thread Kasi, Anand
Title: Issue with wsdl2JAVA witxmldsig-core-schema.xsd Hi everyone, I am having an issue with Axis 1.2 Final release. I get the following error when I try to generate the client proxy using wsdl2Java. The error I see is the IOException below. I tried using the W option with wsdl2Java. It

RE: running out of sockets???

2005-05-19 Thread Ebert, Chris
Sorry, my mistake. Saw IIS and somehow thought IE. I'll bet you can configure axis to use HTTP 1.0 (or at least not to keep-alive). There's a note here http://wiki.apache.org/old/AxisProjectPages/KeepAlive that talks about how to use the commons-httpclient package for HTTP in Axis. You should be

RE: running out of sockets???

2005-05-19 Thread Ebert, Chris
Does the browser have a limit on the number of open connections it can keep? Also, you might try some of the tools at www.sysinternals.com (they're free!) which will show you nice lists of open sockets on your machine and traffic between them. HTH Chris -Original Message- From: