[cookbook] Returning Serialized Java Types

2003-04-04 Thread Clay Graham
all.setReturnType(qn); nv = (NameValue)call.invoke( new Object[] { (Object)nv } ); System.out.println("name:"+nv.getName()+" value:"+nv.getValue()); ## That's it, I have whole java and wsdd files also, and can send them you if you want them. --

[newbie] Empty parameter client?

2003-04-04 Thread Clay Graham
t there be an overloaded method with no parameters? String ret = (String)call.invoke( new Object[] { null } ); But it doesn't work, I can't find any services without parameters in the examples, any ideas? - Clay Graham Presid

RE: Stateful web services.

2003-04-04 Thread Clay Graham
This has been filed as bug# 18718 Hope it helps! - Clay Graham President newObjectivity, Inc. making the mobile-world-office http://www.newobjectivity.com/ -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Thursday

RE: Stateful web services.

2003-04-03 Thread Clay Graham
Absolutely. I am not real familiar with the development process of axis, but I am more than willing to try! What I will try to do is make a nice package based on the existing docs, and then submit it (where?). - Clay Graham President newObjectivity, Inc

RE: Stateful web services.

2003-04-03 Thread Clay Graham
call.addParameter( "bcc", XMLType.XSD_STRING, ParameterMode.IN); call.addParameter( "subject", XMLType.XSD_STRING, ParameterMode.IN); call.addParameter( "body", XMLType.XSD_STRING, ParameterMode.IN); call.setReturnType( org.apache.axis.encoding.XMLType.XSD_BOOLEAN); Boolean ret = (Bool

Stateful web services.

2003-04-03 Thread Clay Graham
rvice client access a stateful service. Can anyone point point me at relevant documents and/or tutorials on how to do this? Thanks! - Clay Graham President newObjectivity, Inc. making the mobile-world-office http://www.newobjectivity.com/

RE: Invalid WSDD element 'service' (wanted 'deployment')

2003-04-02 Thread Clay Graham
just wish I knew why it was barfing. That is so weird, - Clay Graham President newObjectivity, Inc. making the mobile-world-office http://www.newobjectivity.com/ -Original Message- From: Clay Graham [mailto:[EMAIL PROTECTED] Sent: Wednesday, April

Invalid WSDD element 'service' (wanted 'deployment')

2003-04-02 Thread Clay Graham
OR. I have tried so many things now I am at wit's end on getting a wsdd to work. It seems that it barfing on the first tag, and never even seing the deployment tag, so it gets lost. I guess I will just have to use .jws files (that works) until this gets resovlved but it seem