Re: UTF-16 with Axis

2002-11-20 Thread Steve Loughran
- Original Message - From: "Anne Thomas Manes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 20, 2002 14:27 Subject: RE: UTF-16 with Axis > I realize that Axis doesn't currently conform to WS-I Basic Profile, but I > would think that there'd be some consensus that

RE: Urgent - WSDL2Java takes a very long time to build Java stubs from a WSDL file

2002-11-20 Thread Vijetha Vadlakonda \(vijetha\)
Hi, Sorry. I had initially not read the reply properly. I did use the --all to generate all classes, Istill do not get the Java stub for one of the operations. I used --D to get the debug info and I see the same for for this operation as was for an operation for which I got the stub. It is just t

pointer to mindreef SoapScope

2002-11-20 Thread Steve Loughran
those fine gentlemen at Mindreef have finally shipped Soapscope1.0: http://www.mindreef.com/, a product which has a definate place in the arsenal of anyone doing full time web service development. For those of you who havent used it, it is a persistent logging proxy with a pseudocode view of the p

RE: UTF-16 with Axis

2002-11-20 Thread Anne Thomas Manes
I realize that Axis doesn't currently conform to WS-I Basic Profile, but I would think that there'd be some consensus that it would be a "good thing" to consider making it happen. Given that IBM, Macromedia, and Borland all participate in WS-I, and they all use Axis within their products, I'd expec

Creating the SOAPEnvelope for webservice invocation

2002-11-20 Thread Biju T Maniampadavathu
Hello, I am trying to use the function, call.invoke(SOAPEnvelope env) instead of call.invoke(Object [] params) for invoking the webservice from the Client Can anyone please explain to me how to do this. Currently , I invoke a webservice, by Service service = new Service(); Call call = service.cr

RE: JMS sample

2002-11-20 Thread Kevin Wang
Jaime, Thank you for your reply. I have modified SimpleJMSListener.java (just for testing), wrap a Axis engine,deploy a service to the engine and in the onMessage method I use the invoke method of the AXIS engine to call the service, it works fine. Thanks, Kevin -Original Message- Fr

RE: JMS sample

2002-11-20 Thread Jaime Meritt
Kevin, The stock sample is both a web service and a proxy to another web service. If you pass in XXX as the symbol it returns the hard coded value. If it is any other ticker symbol it goes to another web service to get the actual value. The proxy behavior is just an implementation detail. It i

Urgent Help Required

2002-11-20 Thread Nitesh Garg
HiI am using websphere and IBM's WSTK. I have build a small web service similar to the one in tutorial(NasdaqQuote). It runs perfectly fine using the serviceClient(like NasdaqQuoteServiceClient). But Now i want to print the result on a web page. For that I am using servlets and i try to make a obje

AXIS and WSAD

2002-11-20 Thread dumdum 420
Hi All, I am trying to deploy a webservice using the AXIS api on WSAD 4.0.3 and finally going to put the application WAS 4.0.4. I really cant figure out how to deploy my service on. I have all my .jars in WEB-INF/lib folder. Help will be really appreciated. Thanx in advance. Bhanu Pabreja

Unable to find Deserializer

2002-11-20 Thread Vijetha Vadlakonda \(vijetha\)
Title: Message Hi,   I have an element, say XYZ, which was a part of an XSD file and used to referred using one namespace, say xmlns:axl="http://www.abc.com/AXL/1.0". But,later I moved it into the WSDL file and refer to it usinf this namespace, namely, xmlns:axlapi="http://www.abc.com/AXLAPI/

Re: UTF-16 with Axis

2002-11-20 Thread Steve Loughran
> Anne wrote: > > R1012 MESSAGEs MAY be serialized as either UTF-8 or UTF-16. > > > > In order to be conformant to the WS-I Basic Profile, a SOAP service (and > the > > SOAP implementation it uses) must support both UTF-8 and UTF-16. From the > > profile: Anne, Who says Axis conforms to the WS

Axis seems to ignore JSSE System Properties

2002-11-20 Thread Darren Marvin
Hi all, I am using Axis web services over HTTPS with both client and server certificate authentication. Everything is fine as long as I use only the default keystore location $HOME/.keystore and default password 'changeit'. I would like to specify alternative values for these variables. You can

Re: sample for using axis for (de)serialization only?

2002-11-20 Thread Dennis Sosnoski
Castor definitely does handle references (using both mapped bindings and code generated from W3C XML Schema descriptions), so I'm not sure what you're looking for. An article I wrote on IBM dW XML zone earlier this year includes discussion of handling object references with the mapped binding a

RE: Any wsdd tag documentation?

2002-11-20 Thread Walter.Kwaan
i found the schema and dtd in CVS... the other place i found was digging thru the examples and looking at things like the soapmonitor deploy file. -Original Message- From: korz, david [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 12:28 PM To: [EMAIL PROTECTED] Subject: RE:

RE: Any wsdd tag documentation?

2002-11-20 Thread korz, david
Yes, short it is! -Original Message- From: Olivier Gauwin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 1:05 AM To: [EMAIL PROTECTED] Subject: Re: Any wsdd tag documentation? korz, david wrote: >Is the operation element of the wsdd document documented anywhere? > > >

Re: MS Proxy Server authentication

2002-11-20 Thread Jess Sightler
Hi Pedro, AFAIK, Axis does not support the authentication system used by MS Proxy Server. There are third-party proxy-middleman type things that might work, although my experience with these hasn't been satisfactory. I have had good success with the newer Microsoft ISA proxy server when it is ru

MS Proxy Server authentication

2002-11-20 Thread Pedro Mendoza
hi everybody,   does AXIS support NTLM authentication for using MS Proxy Server with this authentication scheme ?, if not, is it possible to "complement" AXIS with some kind of third-party solution for this authentication scheme (http://www.luigidragone.com/networking/ntlm.html, http://jakar

RE: UTF-16 with Axis

2002-11-20 Thread Yates, Danny (ANTS)
Why? Where in the spec does it say that? The client is (in the first instance) nothing more than an XML parser, which must understand both. -- Danny Yates Technical Architect Abbey National Treasury Services E-mail: [EMAIL PROTECTED] Phone: +44 20 7756 5012 Fax: +44 20 7612 4342 -Original M

Re: UTF-16 with Axis

2002-11-20 Thread Alex Dovlecel
> If a client sends you a request in UTF-16, you ought to send the response > back in UTF-16. but is the same with the xml schema? If somebody sends a request with XML schema 1999 then axis should answer with 1999 or will answer with 2000 or 2001 ??? dovle > > > -Original Message- > >

RE: UTF-16 with Axis

2002-11-20 Thread Anne Thomas Manes
If a client sends you a request in UTF-16, you ought to send the response back in UTF-16. > -Original Message- > From: Yates, Danny (ANTS) [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 20, 2002 10:11 AM > To: '[EMAIL PROTECTED]' > Subject: RE: UTF-16 with Axis > > > Anne wrote: >

RE: Tomcat in Linux

2002-11-20 Thread Brian Ward
Title: RE: Tomcat in Linux It plumbs the same, by my reckoning ;-) --- bhw -Original Message- From: Yiet, Richard Liyong [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 11:05 AM To: [EMAIL PROTECTED] Subject: Tomcat in Linux Hi, I am trying to run Tomcat stan

Tomcat in Linux

2002-11-20 Thread Yiet, Richard Liyong
Hi, I am trying to run Tomcat standalone in Linux. Wondering whether the plumbing work is different from that in Windows and how. Thanks! Richard

JMS sample

2002-11-20 Thread Kevin Wang
Hi Jaime, Actually, the sample is showing a proxy instead of a webservice. Is it possible to deploy a JMS based webservices? Can I wrap an Axis engine in SimpleJMSListener or whatever jms consumer, and deploy my services to this engine, and in the OnMessage method, dispatch the request message

RE: sample for using axis for (de)serialization only?

2002-11-20 Thread Armin Klaus
Hi Anne and Alex, OK, I am aware that it looks like "killing a bug with a canon" :-) But the point is: I need multi-reference support, because my object tree includes objects that may be referenced more than once and I do not want multiple instances in my final xml file. I already had a look at J

RE: sample for using axis for (de)serialization only?

2002-11-20 Thread Yates, Danny (ANTS)
Or Castor. (My Web access is broken, so I can't check the URL, but it might be something like: http://xml.apache.org/castor Or it might not be!) Dan. -- Danny Yates Technical Architect Abbey National Treasury Services E-mail: [EMAIL PROTECTED] Phone: +44 20 7756 5012 Fax: +44 20 7612 4342 ---

RE: UTF-16 with Axis

2002-11-20 Thread Yates, Danny (ANTS)
Anne wrote: > R1012 MESSAGEs MAY be serialized as either UTF-8 or UTF-16. > > In order to be conformant to the WS-I Basic Profile, a SOAP service (and the > SOAP implementation it uses) must support both UTF-8 and UTF-16. From the > profile: Ummm... not quite. Surely this means that a seria

RE: sample for using axis for (de)serialization only?

2002-11-20 Thread Anne Thomas Manes
You might just try JAXB. http://java.sun.com/xml/downloads/jaxb.html Anne > -Original Message- > From: Alex Dovlecel [mailto:[EMAIL PROTECTED]]On Behalf Of > Alex Dovlecel > Sent: Wednesday, November 20, 2002 9:04 AM > To: [EMAIL PROTECTED] > Subject: Re: sample for using axis for (de)ser

RE: SSL-Axis Bug ?

2002-11-20 Thread Russell Brown
Stefan, That did solve my problem, many thanks. I shall also have a look at jwsdp. Thanks again Russell -Original Message- From: Stefan Carlsson [mailto:[EMAIL PROTECTED]] Sent: 20 November 2002 13:55 To: '[EMAIL PROTECTED]' Subject: SV: SSL-Axis Bug ? You have to change the class:

Re: sample for using axis for (de)serialization only?

2002-11-20 Thread Alex Dovlecel
Hi, It seems you are just trying to kill a bug with a canon. I am shure there are some (free) tools that just do the java2xml stuff and I suppose they are more suitable for you instead of changing the source code. But I don't know much of those tools... hope somebody will tell us all. I suppo

sample for using axis for (de)serialization only?

2002-11-20 Thread Armin Klaus
Hi there, I was only searching for a library that provides java2xml serialization and deserialization with support for multi-refs (!) (like "SOAP section 5 encoding"). I found Axis but did not yet manage to write a simple sample that does not need any server reference or any other overhead for

SV: SSL-Axis Bug ?

2002-11-20 Thread Stefan Carlsson
You have to change the class: "org.apache.axis.components.net.JSSESocketFactory" which resides in the axis.jar and add "implements org.apache.axis.components.net.SecureSocketFactory" to its class-declaration, recompile and insert the class into the axis.jar file... I have left a

RE: UTF-16 with Axis

2002-11-20 Thread Anne Thomas Manes
Chinese and Japanese character sets are much more efficient in UTF-16 than in UTF-8. So I can certainly understand why someone might want to use one over the other. Also, the WS-I Basic Profile [1] stipulates: R1012 MESSAGEs MAY be serialized as either UTF-8 or UTF-16. In order to be con

RE: SSL-Axis Bug ?

2002-11-20 Thread Russell Brown
Stefan, I am having the same problem that you outline below ( the nullPoinerException) can you explain what the reason is and where I have to change the code of Axis to make this work please ? Thanks in advance Russell -Original Message- From: Stefan Carlsson [mailto:[EMAIL PROTECTED]

Re: AXIS-WSIF examples

2002-11-20 Thread Roberto Podesta'
in the WSIF 1.2 that I built, there is not testit.sh but ... ...it was very simple: I had to set SOAPPort writing "SOAPPort" ! R. > As far as I remember, you should have a > testit.sh || testit.bat > > If you really want to run only the java class, just take a look at the .sh or > .bat file.

Re: AXIS-WSIF examples

2002-11-20 Thread Alex Dovlecel
As far as I remember, you should have a testit.sh || testit.bat If you really want to run only the java class, just take a look at the .sh or .bat file... HIH dovle > I'm trying to run the addressbook example of WSIF over SOAP 2.3. > The command ro run the example is > java clients.addr

AXIS-WSIF examples

2002-11-20 Thread Roberto Podesta'
I'm trying to run the addressbook example of WSIF over SOAP 2.3. The command ro run the example is java clients.addressbook.Main  and has 3 parameters:     SOAPPort  file.wsdl_location protocol_name(soap/axis) Does any know how have I to set SOAPPort?   tx   Roberto

RE: Dynamic SoapPort Address

2002-11-20 Thread Mattia dongili
Hi, search the archives for *"private final" attribute in generated stub java client* messages (11/6/2002), this topic has been discussed there. bye -- mattia -Original Message- From: Matthias David [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 10:52 AM To: '[EMAIL PROTECT

Dynamic SoapPort Address

2002-11-20 Thread Matthias David
Title: Dynamic SoapPort Address Hi, is it possible to use dynamic Soap Port adresses with WSDL2Java generated classes? E.g. I want to use a generated service as follows: Final String DYNAMIC_ADDRESS = "http://xyz.xyz.com:1500"; XYZService service = new XYZServiceLocator(); XYZ stub = servi

Re: Any wsdd tag documentation?

2002-11-20 Thread Olivier Gauwin
korz, david wrote: Is the operation element of the wsdd document documented anywhere? There's a short description in docs/reference.html.

RE: xml document as string

2002-11-20 Thread Yates, Danny (ANTS)
Hi, This is not really an AXIS issue, but an XML one. As you guessed, an XML element cannot contain the literal characters < / e l e m e n t > because < and > are not allowed in the PCDATA content of an element. If you attempt to do this, the illegal characters are escaped as < and > (and & is

RE: UTF-16 with Axis

2002-11-20 Thread Yates, Danny (ANTS)
Hi, SOAP messages are XML, and XML parsers are required (by the XML spec) to accept UTF-8 and UTF-16 encoding. Both encodings can represent exactly the same character set (Unicode). So, if AXIS is generating UTF-8, the recipient should have no difficulty parsing it (assuming it uses a conformant X

using restriction

2002-11-20 Thread Ankit
My schema is like                             When I run WSDL2JAVA, I expected that it will genrate the code like_class extends Attribute but it does not happen. I can not use extension instead of restrictionbecause extension does not support enumeration as content.Any s

How to disable transfer encoding chunked

2002-11-20 Thread Arno de Quaasteniet
How can I disable the transfer encoding chunked for messages returned by the Axis server. It seems that some clients have problems with this. Thanks, Arno