Marshall WSDL generated class

2003-09-07 Thread Kam Cheung
Title: Message I am a total newbie, so excuse me for this dumb question. How can I marshall an instance of a WSDL generated class into the original XML format? I was thinking that the getSerializer is the way to go, but I couldn't figure out how it work. Right now, I am using castor to marsh

Interoperabiity through AXIS Message based Services

2003-09-07 Thread Sateesh Ayyagari
Hi, I am trying to interop .NET client with a Java Web Service(AXIS) through Message based Services offered by AXIS.  I followed the latest release of the convention in declaring the web method for Message based services, i.e., public Element[] publishCatalog(Element[] soapElements) throws Exceptio

Re: settting soapaction

2003-09-07 Thread Dimuthu Leelarathne
abhijat, Try this. call.setUseSOAPAction(true); call.setSOAPActionURI("methodName"); Dimuthu. - Original Message - From: Abhijat Thakur To: [EMAIL PROTECTED] Sent: Saturday, September 06, 2003 4:56 AM Subject: settting soapaction In my wsdl file i see the soapAction attribute set to

Re: Where can I download latest version of axis

2003-09-07 Thread Alexander Berry,Jr.
http://ws.apache.org/axis/ Then releases and 1_1 [EMAIL PROTECTED] wrote: Dims, We corresponded a couple of months aho about performance. I'm still doing web service performance work. Where can I get the latest version of Axis ? When I click on interim drops, I can see the source zip, but not t

DII invoke--server bean class compile problem

2003-09-07 Thread Xiaohong Wang
Hi, I have a web service deployed in Axis and consumed it in Axis client by Call object (by following the example5 in \samples\userguide). It works when I tested in the same machine where the server exposed. However when I tried the same client code(please see the client code at the bottom of emai

Where can I download latest version of axis

2003-09-07 Thread dave . prout
Dims, We corresponded a couple of months aho about performance. I'm still doing web service performance work. Where can I get the latest version of Axis ? When I click on interim drops, I can see the source zip, but not the latest executable. I'd like to see if there have been any performance imp