SV: wsdl arrayOfString ms-soap-client

2001-06-21 Thread kim . schjefstad
I think you are right concerning the namespaces. I do put my own types into my own namespaces for clarity, but I'm not sure if this is what you are supposed to do. Anyway it will work using your own namespaces. What we do is to use a valid URL as namespace and place the xsd files at this URL,

Missing XMLParserLiason

2001-06-21 Thread Abbott, James STASCO-OTO/72
I am unable to find "XMLParserLiason". It seems that is is an interface in the package org.apache.xalan.xpath.xml, but this is not an package that is needed to be installed (according to the instructions). Where is this thing?

Re: Missing XMLParserLiason

2001-06-21 Thread Sanjiva Weerawarana
It used to be part of Apache SOAP, but it was thrown away and replaced with JAXP somewhere after v2.1. Sanjiva. - Original Message - From: Abbott, James STASCO-OTO/72 [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 21, 2001 5:59 AM Subject: Missing XMLParserLiason I am

Re: Soap Problem

2001-06-21 Thread Janesh Vasudeva
Hi i tried to open that page , but nothing is visible, is it's possible pls , write to me the solution Thanks in advance - Original Message - From: Jonathan Chawke [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 21, 2001 6:10 PM Subject: Re: Soap Problem See

Re: Soap Error

2001-06-21 Thread Janesh Vasudeva
Hi i tried to open that page but nothing is visible , pls , if u don't mind write me solution for problem Thanks in advance Janesh - Original Message - From: Jonathan Chawke [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 21, 2001 6:09 PM Subject: Re: Soap Error See

Re: Soap Error

2001-06-21 Thread Jonathan Chawke
Hi Janesh, I've just looked and the page [http://xml.apache.org/soap/faq/faq_chawke.html] seems to be there so I can only assume you have a network problem at your end. Is anyone else having problems seeing it? Here's the information anyway: 1.1 Help! I'm getting this error: Element must

RE: Soap Error

2001-06-21 Thread Hansen, Richard
No, I can see it fine. -Original Message- From: Jonathan Chawke [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 21, 2001 8:01 AM To: [EMAIL PROTECTED] Subject: Re: Soap Error Hi Janesh, I've just looked and the page [http://xml.apache.org/soap/faq/faq_chawke.html] seems to

RE: new to soap

2001-06-21 Thread Matthew J. Duftler
Hi Rich, What happens if you just put in: http://localhost:port or http://localhost:port/soap Do you still get the gibberish? Are you sure it is Tomcat you're speaking to, and not some other server running? Thanks, -Matt -Original Message- From: Rich Catlett [mailto:[EMAIL

Re: web services performance

2001-06-21 Thread Sanjiva Weerawarana
I certainly expect Axis to outperform to Apache SOAP. However, comparing Axis and Apache SOAP right now is not useful (IMO) until Axis supports SOAP Attachments too. I believe GLUE does support SOAP Attachments. Sanjiva. - Original Message - From: Glen Daniels [EMAIL PROTECTED] To:

RE: long Parameter won't compile

2001-06-21 Thread Mark A. Richman
long.class certainly does exist. Have a look at LongDeserializer.java. I will, however, try Long. - mark -Original Message- From: Ryan Winkler [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 21, 2001 11:40 AM To: '[EMAIL PROTECTED]' Subject: RE: long Parameter won't compile 'long' is

RE: long Parameter won't compile

2001-06-21 Thread Ryan Winkler
Fair enough. The problem, though, is that long doesn't inherit from 'Object'. Using Object allows pretty much any class to be passed back and forth (Ahhh, type casting :) ). As a primitive, 'long' does not inherit from Object. Hence, the compile problem. This is why I assumed that it had no

RE: long Parameter won't compile

2001-06-21 Thread Matthew J. Duftler
Hi Mark, You must pass primitive arguments in the same manner as you would when making reflection-based invocations: use the wrapper types. So your code should look like: params.addElement (new Parameter(time, long.class, new Long(time), null)); Thanks, -Matt -Original Message-

RE: What jar files do I need to provide for Apache SOAP clients ?

2001-06-21 Thread Matthew J. Duftler
Hi Rahul, The client-side dependencies are described on the web-site, in the Installation section, under the Client-Side Instructions heading. Thanks, -Matt -Original Message- From: Rahul Kirthivasan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2001 9:09 AM To: [EMAIL

RE: apache-soap with tomcat on redhat 7.1

2001-06-21 Thread Matthew J. Duftler
Hi Steve, This issue is addressed in the Troubleshooting table on the web-site. In short, a non-namespace-aware parser is being encountered by your server before a namespace-aware parser. Thanks, -Matt -Original Message- From: Steve McKay [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

RE: no signature match

2001-06-21 Thread Matthew J. Duftler
Hi Pravin, Try running: javap samples.texttospeech.SoapClientUsingProxy from the shell where you will start your server from, and see if you can find the method with the signature you desire. Thanks, -Matt -Original Message- From: pravin pachbhai [mailto:[EMAIL PROTECTED]] Sent:

SOAP-ENV:Client Unable to retrieve PropertyDescriptor for property 'checkMustUnderstands'

2001-06-21 Thread Sundar Narayanasamy
Hello, When I try to deploy my(and samples) soap object, I am encountering the following exception. I had previously, succcessfully deployed and tested this application. And installation has not been changed after that. Ouch, the call failed: Fault Code = SOAP-ENV:Client Fault String

RE: SOAP-ENV:Client Unable to retrieve PropertyDescriptor for property 'checkMustUnderstands'

2001-06-21 Thread Kartheek Hirode
Sundar, If you have TcpTunnelGui working, you can check the SOAP Document in clear-text. You will probably see this line in there with the element checkMustUnderstands having the xsi:type attribute... checkMustUnderstands xsi:type=xsd:boolean Try using a later version of Xerces such as 1.4 (my

Maintain session

2001-06-21 Thread Rajagopal. V
Hi all, Im just starting out on SOAP and am trying the examples. I looked at the addressbook2 directory and it mentioned that its the same as addressbook with session handling included, When u look at the code for addressbook2, the main difference is Call call = new Call (); SOAPHTTPConnection

RE: SOAP-ENV:Client Unable to retrieve PropertyDescriptor for property 'checkMustUnderstands'

2001-06-21 Thread Matthew J. Duftler
Hi Sundar, Make sure that you have removed all previous versions of Apache SOAP from your classpath. Thanks, -Matt -Original Message- From: Sundar Narayanasamy [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 21, 2001 3:39 PM To: [EMAIL PROTECTED] Subject: SOAP-ENV:Client Unable to

Soap Error

2001-06-21 Thread Janesh Vasudeva
- Original Message - From: Janesh Vasudeva To: [EMAIL PROTECTED] Sent: Thursday, June 21, 2001 2:25 PM Subject: Soap Error When running Calculator eg. , this error comes invoke service URL= http://localhost:7001/soap/servlet/rpcrouter URN =soap1SOAPException=

Soap Problem

2001-06-21 Thread Janesh Vasudeva
SOAPException= SOAP-ENV:Client, Unable to resolve namespace URI for 'xsd'.

RE: Soap Problem

2001-06-21 Thread Matthew J. Duftler
Hi Janesh, Same problem as before. Don't use Xerces v1.3.1. This is covered in the FAQs. Thanks, -Matt -Original Message-From: Janesh Vasudeva [mailto:[EMAIL PROTECTED]]Sent: Thursday, June 21, 2001 7:53 AMTo: [EMAIL PROTECTED]; [EMAIL PROTECTED]Subject: Soap Problem

RE: .invoke(...) returns null from JSP

2001-06-21 Thread Matthew J. Duftler
Hi Troy, Please post the wire-dumps so we can see what is coming back. Thanks, -Matt -Original Message- From: Troy Beacleay [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2001 4:47 PM To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' Subject: .invoke(...) returns null from JSP