Client-side timeout + proxy interfaces

2005-02-18 Thread Hewitt, Christopher
Hi, Is it possible to set the client's timeout when using proxy interfaces? The only information I have ever found on setting a client-side timeout requires the use of Call objects, which are unnecessary with dynamic proxies. It seems that the client will eventually timeout after 10 minutes, but

Client Timeout with Dynamic Proxy

2005-01-21 Thread Hewitt, Christopher
Hello, I am having trouble figuring out how to set the client's timeout property when using a dynamic proxy. eg: Service srv = new Service(wsdl, new QName(uri, serviceName)); SomeWS ws = (SomeWS)srv.getPort(SomeWS.class); I have seen the common example of casting the binding to a Stub, but that

Null Pointer Exception when trying to create Service

2005-01-06 Thread Hewitt, Christopher
Hi, I have a web service setup that has been working fine in testing. I am now trying to incorporate the client code into an application running in Weblogic 8.1 on a different machine, but there is an issue when creating the Service object. This is the call: Service das = new Service(wsdlUrl, n

RE: Axis 1.2 RC2 - server-config.wsdd is missing

2004-12-30 Thread Hewitt, Christopher
Title: Message Look for an example of using Adminclient to deploy an application. That will create the initial server-config.wsdd file for you. From there, further deployments will add sections to the file.  Or, you can add them manually - use an example deployment desciptor as a template.

Automatic Client-Side De/Serialization of User Types (java)

2004-12-22 Thread Hewitt, Christopher
Hello, I am quite new to WS and Axis, so I apologize if this is a common question. I would like to know if there is an easy way to have an axis client serialize/deserialize user defined java classes, without having to manually create type mappings or use wsdl2java? The WebMethods Glue library