RE: ISO-8859-1 Encoding

2004-08-02 Thread Riken Shah
http://www.ws-i.org/Profiles/BasicProfile-1.0-2004-04-16.html#refinement16457984 Can only be UTF-8 or UTF-16. "Florian Theurich" <[EMAIL PROTECTED]> wrote: >Hi, > > > >The first line of my service’s WSDL says: > > > > > > > >However I need to have my SOAP response display characters like ‚ü’

Re: how to turn off ?wsdl, ?list?, ?method etc.

2004-07-14 Thread Riken Shah
e query string handling, not customize it, right? > >--Glen > >----- Original Message - >From: "Riken Shah" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Tuesday, July 13, 2004 9:00 AM >Subject: RE: how to turn off ?wsdl, ?list?, ?metho

RE: how to turn off ?wsdl, ?list?, ?method etc.

2004-07-13 Thread Riken Shah
ping... any expert comments on this? [EMAIL PROTECTED] (Riken Shah) wrote: >Hi, > >I am looking for an answer to this question for 2 days now... but did not get any >break through. Looked at the mailinglist also, but did not get working solution. > >I found following in the

how to turn off ?wsdl, ?list?, ?method etc.

2004-07-12 Thread Riken Shah
Hi, I am looking for an answer to this question for 2 days now... but did not get any break through. Looked at the mailinglist also, but did not get working solution. I found following in the reference guide, I tried it but that also didnt go through. "By default, Axis provides for three Axis s

RE: how to modify--> wsdl:part name="in0" type="xsd:string"

2004-07-08 Thread Riken Shah
hmm, Sounds totaly different flow then what I am doing but I have taken tips from your suggestion and it is producing the desired output Here is what I am doing 1. I have a java class that implements an interface. 2. I wrote my own deploy.wsdd, where the service end point is the java cl

RE: how to modify--> wsdl:part name="in0" type="xsd:string"

2004-07-08 Thread Riken Shah
Couple of more things about my environment 1. I am using class, not an interface. 2. I am not using Java2WSDL, but using AdminClient to deploy the service. (I assume AdminClient internally is using Java2WSDL?!?! ) So, I tried following command to deploy the webserivce but the WSDL output was

how to modify--> wsdl:part name="in0" type="xsd:string"

2004-07-08 Thread Riken Shah
Hi, I am a newbie for axis, and I tried to search for this question on the maillist but could not find it. By default the axis adminclient deployment tool creates wsdl with How can I modify deployment wsdd that it can generate Thanks a lot in advance. Regards, Riken __