RE: running wsdl2java with https

2003-08-02 Thread Leslie Zhang
Thanks ! Unfortunately I really have no idea which certificate wsdl2java referred to. Do you guys have any idea? Cheers Les -Original Message- From: Sanjay Krishnamurthi [mailto:[EMAIL PROTECTED] Sent: Saturday, August 02, 2003 3:18 AM To: [EMAIL PROTECTED] Subject: Re: running wsdl2jav

Re: WSDL2Java... Is all that REALLY necessary?

2003-08-02 Thread Dennis Sosnoski
You can certainly have web services without RMI - RMI is just the model used by JAX-RPC. Considering that JAX-RPC is oriented toward rpc/encoded and the Web services trend is toward doc/literal, it's not clear to me how useful JAX-RPC really is at this point. Perhaps some of the developers can

AXIS serialization/deserialization of XML payloads without SOAP/WSDL processing

2003-08-02 Thread Tony Opatha
1. Is there a way to use AXIS to process and generate XML payload streams using the     XML schema (in .xsd) specifications of the payloads such that the payload streams     are not serialized or deserialized to/from a SOAP message envelope?   2. If AXIS has general schema-driven XML payload serial

WSDL2Java... Is all that REALLY necessary?

2003-08-02 Thread Wendy Smoak
Title: WSDL2Java... Is all that REALLY necessary? I'm looking at the stuff generated by WSDL2Java and wondering... Can't you have web services without RMI?  I just want to receive a SOAP Message, and have the body of it passed to a method.  The part where the XML gets turned into a Java objec

Cocoon and Web service

2003-08-02 Thread maisonneuve nico
hi , i begin in the web service , an i have questions : 1- i would like deploy a web service in the cocoon framework. i seen the Axis block: i can call a web service .. but i dont know how deploy my own web service with this framework .. 2 - a very simple use case .. i would transfert a xml fil

RE: Office 2003 Research Pane services in Axis...(Attn: Roman)

2003-08-02 Thread Roman Rytov
I see. As a workaround it's probably the way. I my case there is an existing WS and I need to integrate it with Office and I don't wanna put another module (even my own) to resolve one's bug. I hope Axis will add support for default namespaces soon. > -Original Message- > From: Carey Nat

RE: Office 2003 Research Pane services in Axis...(Attn: Roman)

2003-08-02 Thread Carey Nation
Nope. I'm going to do it exactly as I said, with my own servlet. Then _I_ have the control over what goes back. After all, you only have to provide two methods for the research pane... -Original Message- From: Roman Rytov [mailto:[EMAIL PROTECTED] Sent: Saturday, August 02, 2003 6:54 AM

deployment error

2003-08-02 Thread Henry Lu
I go the following errors when i try the address book example in the axis. The error came from the service deployment: java org.apache.axis.client.AdminClient -p8443 deploy.wsdd Processing file deploy.wsdd Exception:: java.lang.NumberFormatException: if i try: java org.apache.axis.client.AdminC

How to Set Classpath in java2wsdl.....

2003-08-02 Thread Sachin
Well I am building my axis skeleton and stub in my devleopment environment.but My java2wsdl tak is not able to find class of Destination *.java file(file to make web service..) Now in taskdek i have mentioned about using classpath of Application but i can not able to Set explicitly ./buil

RE: Office 2003 Research Pane services in Axis...(Attn: Roman)

2003-08-02 Thread Roman Rytov
Good investigation, Carey! Nothing but delight I feel! MS doesn't wish to hear about non default namespace and Axis doesn't supply such sintax! Cool... How are u gonna work it around? Did you test another webservice framework? Roman > -Original Message- > From: Carey Nation [mailto:[EMAI