Difficulty developing Document Style web service using Axis 1.2

2004-06-16 Thread David Song
I am having a very hard time trying to development a Document Style web service. I was able to use Java2WSDL -y flag to generate the WSDL with Document Style. But how do I deploy the web service? I cannot find an example of "deploy.wsdd" which shows document style deployment.

Re: Document style web service

2004-05-28 Thread Luciano Fiandesio
Romulus, I recently put on my web site a step-by-step guide on how to build a simple web service using Axis 1.1. The tutorial comes with some sample code (ant build script and classes). You can easily modify the Ant build script to use document/literal style instead of wrapped. The tutorial is avai

Document style web service

2004-05-28 Thread Pasca, Romulus
Is it anywhere a complete sample with a document style(not wrapped) web service? Thanks, Romulus

Document Style Web SErvice

2003-08-14 Thread Vaidya, Raghavendra (CORP, GEITC)
the CASTOR generated data structures for the XSD file. Can somebody tell me how to use the CASTOR generated java data structures in the document style web service to be deployed to Axis Thanks in advance Regards Vaidya

RE: Document Style Web SErvice

2003-08-14 Thread Cory Wilkerson
-Original Message- From: James Cowan [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 9:19 AM To: [EMAIL PROTECTED] Subject: Re: Document Style Web SErvice I am guessing but perhaps you can run the java2wsdl utility on the generated castor classes? James - Original Mes

Re: Document Style Web SErvice

2003-08-14 Thread James Cowan
I am guessing but perhaps you can run the java2wsdl utility on the generated castor classes? James - Original Message - From: "Vaidya, Raghavendra (CORP, GEITC)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 12, 2003 11:05 AM Subject: Document

RE: RE: Possible bug in Axis while creation of stub classes from WSDL2Java for Document style Web Service

2003-07-17 Thread Davanum Srinivas
7;t this make a > > difference. I have experienced the exact same "bug" > > using document/literal > > message style using axis 1.1 from june 13th. > > > > Rick Hansen > > > > > > > style="wrapped" > > use="liter

RE: RE: Possible bug in Axis while creation of stub classes from WSDL2Java for Document style Web Service

2003-07-17 Thread Balaji D L
style="wrapped" > use="literal"> > > > -Original Message- > > From: Balaji D L [mailto:[EMAIL PROTECTED] > > Sent: Thursday, July 17, 2003 10:11 AM > > To: [EMAIL PROTECTED] > > Subject: RE: RE: Possible bug in Axis while > creat

RE: RE: Possible bug in Axis while creation of stub classes from WSDL2Java for Document style Web Service

2003-07-17 Thread Hansen, Richard
> -Original Message- > From: Balaji D L [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 17, 2003 10:11 AM > To: [EMAIL PROTECTED] > Subject: RE: RE: Possible bug in Axis while creation of stub classes > from WSDL2Java for Document style Web Service > > > Please see t

RE: RE: Possible bug in Axis while creation of stub classes from WSDL2Java for Document style Web Service

2003-07-17 Thread Balaji D L
sday, July 17, 2003 7:03 PM > To: [EMAIL PROTECTED] > Subject: Fwd: RE: Possible bug in Axis while > creation of stub classes > from WSDL2Java for Document style Web Service > > > > --- "Agarwal, Naresh" <[EMAIL PROTECTED]> > wrote: > > Subject: RE: Possib

RE: RE: Possible bug in Axis while creation of stub classes from WSDL2Java for Document style Web Service

2003-07-17 Thread Agarwal, Naresh
style Web Service --- "Agarwal, Naresh" <[EMAIL PROTECTED]> wrote: > Subject: RE: Possible bug in Axis while creation of stub classes from WSDL2Java for > Document > style Web Service > Date: Thu, 17 Jul 2003 05:47:28 -0700 > From: "Agarwal, Naresh" &l

RE: Possible bug in Axis while creation of stub classes from WSDL2Java for Document style Web Service

2003-07-17 Thread Agarwal, Naresh
PM To: '[EMAIL PROTECTED]' Subject: RE: Possible bug in Axis while creation of stub classes from WSDL2Java for Document style Web Service Just for "fun" try adding one. If it works that might at help point the developer in some direction when you post it as a bug. > -

Fwd: RE: Possible bug in Axis while creation of stub classes from WSDL2Java for Document style Web Service

2003-07-17 Thread Davanum Srinivas
--- "Agarwal, Naresh" <[EMAIL PROTECTED]> wrote: > Subject: RE: Possible bug in Axis while creation of stub classes from WSDL2Java for > Document > style Web Service > Date: Thu, 17 Jul 2003 05:47:28 -0700 > From: "Agarwal, Naresh" <[EMAIL PROTECTED]

RE: Possible bug in Axis while creation of stub classes from WSDL2Java for Document style Web Service

2003-07-17 Thread Hansen, Richard
Subject: RE: Possible bug in Axis while creation of stub classes from > WSDL2Java for Document style Web Service > > > No my method is not taking any input parameters. > > regards, > Naresh Agarwal > > -Original Message- > From: Hansen, Richard [mailto:[E

RE: Possible bug in Axis while creation of stub classes from WSDL2Java for Document style Web Service

2003-07-17 Thread Agarwal, Naresh
L2Java for Document style Web Service Are there any input parameters to the method? I noticed that when I did doc/literal call that took no parameters then the response was not extracted correctly. But when I added input params everything worked. Though I can't imagine why/how this should affe

RE: Possible bug in Axis while creation of stub classes from WSDL2Java for Document style Web Service

2003-07-17 Thread Hansen, Richard
ansen > -Original Message- > From: Agarwal, Naresh [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 17, 2003 7:58 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: Possible bug in Axis while creation of stub classes from > WSDL2Java for Document style Web Service > >

RE: Possible bug in Axis while creation of stub classes from WSDL2Java for Document style Web Service

2003-07-17 Thread Agarwal, Naresh
u have deployed the service properly with proper de/serializer etc., Regards Balaji --- Davanum Srinivas <[EMAIL PROTECTED]> wrote: > Naresh, > > Please log a bug report. I saw something similar > yesterday. > > Thanks, > dims > > --- "Agarwal, Naresh" &

Re: Possible bug in Axis while creation of stub classes from WSDL2Java for Document style Web Service

2003-07-17 Thread Balaji D L
e: > Naresh, > > Please log a bug report. I saw something similar > yesterday. > > Thanks, > dims > > --- "Agarwal, Naresh" <[EMAIL PROTECTED]> > wrote: > > Hi > > > > I've developed a simple document style web service > (contains

Re: Possible bug in Axis while creation of stub classes from WSDL2Java for Document style Web Service

2003-07-17 Thread Davanum Srinivas
Naresh, Please log a bug report. I saw something similar yesterday. Thanks, dims --- "Agarwal, Naresh" <[EMAIL PROTECTED]> wrote: > Hi > > I've developed a simple document style web service (contains a function, which > return a bean) > using AXIS . I

Possible bug in Axis while creation of stub classes from WSDL2Java for Document style Web Service

2003-07-17 Thread Agarwal, Naresh
Hi   I've developed a simple document style web service (contains a function, which return a bean) using AXIS . I've generated the WSDL file for this. The WSDL file generated by AXIS has two bugs (empty targetNameSpace and missing namespace prefix) due to which WSDL2Java fails t

Re: document style Web Service example in Axis

2003-07-16 Thread Tamas Hauer
Can some body point me to an example of document style Web Service using AXIS? From my experience, this is an excellent way to understand the workings: 1. handwrite a simple WSDL (see below) 2. java org.apache.axis.wsdl.WSDL2Java --verbose \ --server-side

document style Web Service example in Axis

2003-07-16 Thread Agarwal, Naresh
Hi   Can some body point me to an example of document style Web Service using AXIS?   thanks & regards, Naresh Agarwal

RE: Document Style web service bug

2003-06-11 Thread Anjaneya Swamy Varada
installing in our production env? Thanks Swamy -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 3:14 PM To: [EMAIL PROTECTED] Subject: RE: Document Style web service bug yes, use latest nightly build. --- Anjaneya Swamy Varada <[EM

RE: Document Style web service bug

2003-06-11 Thread Davanum Srinivas
dnesday, June 11, 2003 2:27 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: Document Style web service bug > > > Try this... > > --- Anjaneya Swamy Varada <[EMAIL PROTECTED]> wrote: > > Hi Bhanu, > > > > Were you able to create

RE: Document Style web service bug

2003-06-11 Thread Anjaneya Swamy Varada
nightly builds? Thanks Swamy -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 2:27 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Document Style web service bug Try this... --- Anjaneya Swamy Varada <[EMAIL PROTECTED]&

RE: Document Style web service bug

2003-06-11 Thread Davanum Srinivas
ages.TestLogMsgWithDocument.main(TestLogMsgWithDocument.java:62) > > Any ideas? > > Thanks > Swamy > > > -----Original Message- > From: Bhanu Pabreja [mailto:[EMAIL PROTECTED] > Sent: Monday, May 05, 2003 7:43 PM > To: [EMAIL PROTECTED] > Subject

RE: Document Style web service bug

2003-06-11 Thread Anjaneya Swamy Varada
nt.java:49) at messages.TestLogMsgWithDocument.main(TestLogMsgWithDocument.java:62) Any ideas? Thanks Swamy -Original Message- From: Bhanu Pabreja [mailto:[EMAIL PROTECTED] Sent: Monday, May 05, 2003 7:43 PM To: [EMAIL PROTECTED] Subject: RE: Document Style web service bug Great i

RPC-Document style Web service

2003-06-02 Thread Subrahmanya, Noida
I could not able do differentiate what exactly the Document and RPC web service? Any body knows this. Any documentation, material etc would help. With Thanks and Regards, B. Subrahmanya Nayak

Re: how to describe a document style web service without DOM

2003-01-03 Thread Davanum Srinivas
ay, as a > string. Most importantly, I want to avoid using DOM. > > I implement my backend application in Java, using a JavaBean, for example. > This JavaBean has one method, which returns a String object: the XML > document. At the same time, I want to describe to my clients what

how to describe a document style web service without DOM

2003-01-03 Thread Andre Tost
what schema the XML document will follow. After all, it is a document style web service that returns an XML document, and I want to add a description of this document to my WSDL definition. The fact that I implement this on the server side in a JavaBean that does not use DOM to parse its data

Re: Simple Document style web service question

2002-11-21 Thread Aaron . Knauf
PROTECTED] Subject: Re: Simple Document style web service question

Re: Simple Document style web service question

2002-11-21 Thread Darren Rowley
11:02 Please respond to axis-user                 To:        [EMAIL PROTECTED]         cc:                 Subject:        Re: Simple Document style web service question If you wish to have multiple services, but all of them need pre-processing by some common code, you could try implementing a h

Re: Simple Document style web service question

2002-11-21 Thread Aaron . Knauf
arren Rowley" To: [EMAIL PROTECTED] Subject: Simple Document style we

Simple Document style web service question

2002-11-21 Thread Darren Rowley
I want to use the service to capture incoming web services. However I want to process all incoming messages with a single class. I am integrating Axis with our EAI application and it already has sophisticated handlers for triggering data transfers based on XML content. In the WSDD file I tried s