AXIS Castor newbe question

2005-05-19 Thread Krishnendu Kunti
Hi I tried out the axis castor article by IBM (http://www-106.ibm.com/developerworks/webservices/library/ws-castor/ ). But when I tried to run wsdl2java on the wsdl below, I got the error: java.io.IOException: Element {http://w3.ibm.com/schemas/services/2002/11/15/stoc kquote}getStockQuote is ref

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: Epheme

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

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 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 > kee

Re: wsdl2java

2005-05-19 Thread Jyrki Saarinen
On Thursday 19 May 2005 14:43, Anne Thomas Manes wrote: > Does your WSDL specify the appropriate namespace in the transport > attribute in your binding? > It should be "http://www.w3.org/2003/05/soap/bindings/HTTP/"; rather > than "http://schemas.xmlsoap.org/soap/http";. Yes, this was the reason.

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 impossi

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? Than

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

Changing URL in ServiceLocator Class

2005-05-19 Thread Ferruh Zamangoer
Hi,   I want to know if it’s 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

duplicate attribute in applicationsListReturn with 1999/XMLSchema

2005-05-19 Thread Arnost Stedry
hi all, i use Axis in my project and i observe strange bahavior. wsdd of my service is: http://xml.apache.org/axis/wsdd/"; xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";> http://central.sf

R: showing dialog / message box to client

2005-05-19 Thread I.Venuti
I'm quite surprised about your implementation. DOes your showDialog is in the server part?? If so I really don't understand how it can be shown at the client side! Maybe you are testing client and server in your local PC? ;) I propose to use 2 different operations. 1) do your current operation an

Re: wsdl2java

2005-05-19 Thread Anne Thomas Manes
Does your WSDL specify the appropriate namespace in the transport attribute in your binding? It should be "http://www.w3.org/2003/05/soap/bindings/HTTP/"; rather than "http://schemas.xmlsoap.org/soap/http";. Anne On 5/18/05, Jyrki Saarinen <[EMAIL PROTECTED]> wrote: > Hello, > > how can I make w

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 value.

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 now

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 di

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 a