AW: multiple client - different configs

2002-11-14 Thread Heiko Braun
Partly answering my own question, for the records: In the wsdl generated files, the Service constructor "Service(EngineConfiguration config)" was hidden in class hirachy. After overriding this method in the wsdl generated ServiceLocator, you can easily pass a "FileProvider" with a reference to

multiple client - different configs

2002-11-14 Thread Heiko Braun
hi, my problem is that i have multiple clients running in the same vm, requesting different webservices. unfortunatly, when specifying a client-config.wsdd for a single client using the system properties, it forces the second client to share this configuration. is there a way to dynamically co

Deserializer fails on complex type

2002-10-15 Thread Heiko Braun
Hi i have the following response in my client app: http://schemas.xmlsoap.org/soap/envelope/";> 10963 2002-10-15T16:25:40Z for some reason the client fails when trying to deserialze the "END" element which is nested in "DATA". the exception is as follows: AxisFault

AW: Books on AXIS

2002-10-15 Thread Heiko Braun
Java Web Services For Experienced Programmers ISBN: 0130461342 has a good hands on approach... /heiko > > Von: "Beyer,Nathan" <[EMAIL PROTECTED]> > Datum: 2002/10/14 Mo PM 11:40:08 GMT+02:00 > An: "AXIS-User ([EMAIL PROTECTED])" <[EMAIL PROTECTED]> > Betreff: Books on AXIS > > > Someone ment

SimpleDeserializer fails

2002-10-11 Thread Heiko Braun
Hi i am trying to desieralize a complex type on the client side. All files generated from wsdl. Although the responding soap env looks alright, i get the following exception. AxisFault faultCode: {http://xml.apache.org/axis/}Server.userException faultString: org.xml.sax.SAXException: SimpleDe

RE: custom exception not thrown anymore

2002-10-11 Thread Heiko Braun
i found a good way to get around the discussed problems. the custom exception shows up as the faultDetail of the axisFault which gets thrown. just above the transport layer i added a hook which turns axisFaults into business exceptions, which is what i needed to do anyway. at this point a sim

AW: RE: custom exception not thrown anymore

2002-10-09 Thread Heiko Braun
Thanks for the clarification, it did help me a lot... > > Von: <[EMAIL PROTECTED]> > Datum: 2002/10/09 Mi PM 02:25:37 GMT+02:00 > An: <[EMAIL PROTECTED]> > Betreff: RE: custom exception not thrown anymore > > > And custom exception handeling work. > > Yes, with limitations. > > > There are

AccessControlException, axis.ClientConfigFile

2002-10-09 Thread Heiko Braun
it might be a stupid question, already asked several times: what causes this exception? java.security.AccessControlException: access denied (java.util.PropertyPermission axis.ClientConfigFile write) i searched the archives but couldn't find an answer. version is axis 1.0. thanks in advance,

AW: RE: custom exception not thrown anymore

2002-10-09 Thread Heiko Braun
yup, i am getting confused too. maybe i mixed up cvs sources and release files... ;) > > Von: <[EMAIL PROTECTED]> > Datum: 2002/10/09 Mi PM 01:36:54 GMT+02:00 > An: <[EMAIL PROTECTED]> > Betreff: RE: custom exception not thrown anymore > > It is strange that you could catch your own exception,

custom exception not thrown anymore

2002-10-09 Thread Heiko Braun
hi, i have a client which works on wsdl generated files. the stub method i am calling throws a custom exception produced on the server side: public org.company.MyExcp askSomething(String question throws java.rmi.RemoteException, org.company.MyExcp; i was able to catch this exception prior to ax

Re: how to registering type mapping..

2002-10-01 Thread Heiko Braun
you can register a client-config.wsdd during runtime, using a system property: System.setProperty( "axis.ClientConfigFile", "pathTo/myclient-config.wsdd"); And simply add your custom type mappings to this file. /heiko On Tuesday 01 October 2002 02:02, Sreekanth Thirunagari wrote:

setting the transport version

2002-09-27 Thread Heiko Braun
can someone tell me where the "axis.transport.version" property is set? thanks, heiko

client application hangs (http 1.1)

2002-09-27 Thread Heiko Braun
alive, since the the choosen protocol was http 1.1. i modified the HttpSender class to read into a byte array and pass it to the axis engine for further processing. this way everything works as expected. /heiko On Thursday 26 September 2002 16:43, Heiko Braun wrote: -| hi, -| my client app tries

newbie question

2002-09-26 Thread Heiko Braun
hi, my client app tries to invoke a service which signature looks like this: public void registerMe(String myName) throws java.rmi.RemoteException, org.company.CustomError; all classes are generated from wsdl. i can see a successful request and response, but for some reason my client h

setting client parameters

2002-09-26 Thread Heiko Braun
hi all, looking through the sources i can see that there are several parameters for the HttpSender class (i.e. which protocol version to use). how do i set these for a soap client? i can see that they are passed using the MessageContext. My client works on wsdl generated stubs. thanks in ad

http transport problem

2002-09-23 Thread Heiko Braun
hi, i am invoking a call on a remote host using the http sender class. actually my wsdl generated files choose it for the best transport available ;) everything went fine, except that the remote host doesnt deliver a reponse carrying http headers, which causes the http client to exit with the f

Re: persistent connections

2002-09-20 Thread Heiko Braun
http 1.1) with axis. -| > -| >i was looking through the docs and archives, -| >but didnt find an answer. -| > -| >any suggestions appreciated. -| > -| > -| >thanks in advance, -| >heiko -| > -| >-- -| > -| >Heiko Braun - Entwicklung -| >Jamba!

persistent connections

2002-09-20 Thread Heiko Braun
hello, i am wondering if it is possible to have persistent http connections (as specified in http 1.1) with axis. i was looking through the docs and archives, but didnt find an answer. any suggestions appreciated. thanks in advance, heiko -- Heiko Braun - Entwicklung Jamba! AG Pfuelstrasse