RE: Sending paramters

2001-06-21 Thread Matthew J. Duftler
Hi Raja, Model your code after the addressbook samples included in the distribution. They show everything that is required to implement/deploy/invoke services using complex types. Running the \soap-2_2\samples\addressbook\testit.cmd file will run everything for you, so you can see it work. Thank

RE: Sending paramters

2001-06-21 Thread raja
Hi Thank you. Could you also let me know how to pass an object and access the same at the server side ? I have implemented the methods as suggested and it works fine now. Raja Innova Solutions Ph: Off : 3543139,40,50 X 217 Res : 3551023 -Original Message- From: Matthew J. Duftler

RE: No deserializer...

2001-06-21 Thread Matthew J. Duftler
Hi Doug, I would recommend upgrading to Apache SOAP v2.2, and reading the "Interoperability" section in the User's Guide. You need to tell the system what the type of the ':Result' parameter is. Thanks, -Matt > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Se

RE: Sending paramters

2001-06-21 Thread Matthew J. Duftler
YOur samplebean class is not really a bean. In short, you should have methods like: String getName(); void setName(String name); int getAge(); void setAge(int age); You should take a look at the JavaBeans spec on Sun's web-site. Thanks, -Matt > -Original Message- > From: raja [mailto:[

RE: No deserializer...

2001-06-21 Thread raja
i am sorry, that was for RPC and not for message driven SOAP. Raja Innova Solutions Ph: Off : 3543139,40,50 X 217 Res : 3551023 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 21, 2001 11:29 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subj

RE: No deserializer...

2001-06-21 Thread raja
Hi , Did you set the soap mapping registry ? you need to set it by -- call.setSOAPMappingRegistry(smr); where call is the calling object and smr is the SOAP mapping registry object. Raja Innova Solutions Ph: Off : 3543139,40,50 X 217 Res : 3551023 -Original Message- From: [EMAIL

RE: No deserializer...

2001-06-21 Thread Hansen, Richard
Apache SOAP 2.1 and 2.2 do require xs:type attributes. You can get around this by adding QNames for your parameters in the type mapping registry. This is covered in the docs for Apache SOAP 2.1 Rick Hansen > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent:

No deserializer...

2001-06-21 Thread dswanson1
I'm getting the following error from a MS SOAP server. My client is Apache Soap 2.1 I've read a little about the xsi:type attribute not being returned from MS but I thought that 2.1 did not require that... Caught SOAPException (SOAP-ENV:Client): No Deserializer found to deserialize a ':Result'

Sending paramters

2001-06-21 Thread raja
Hi, I have written a sample application in soap that sends a string to the server ( here the service object ) and gets an object in return. I am unable to extract the values from the object ( response object ). Also, i would like to know how to pass an object ( here a bean ) to the service objec

RE: Maintaining a session with Apache Soap

2001-06-21 Thread Hecking, Dirck J
Great News Thanks! -Original Message- From: Matthew J. Duftler [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 21, 2001 6:52 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Maintaining a session with Apache Soap Hi Dirck, It's actually the SOAPHTTPConnection that is responsibl

RE: I get SOAP-ENV:Server.Exception in the FAULT

2001-06-21 Thread Matthew J. Duftler
Hi Siram, Please use the TcpTunnelGui tool, as described in the documentation, to see what details are being sent back from the server. Thanks, -Matt > -Original Message- > From: Sriram Chandrasekaran [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 20, 2001 12:54 PM > To: [EMAIL PROT

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: Soap Error

2001-06-21 Thread Matthew J. Duftler
Hi Janesh,   Make sure you are not using Xerces v1.3.1. It has a known namespace-handling problem. This is covered in the FAQs.   Thanks, -Matt -Original Message-From: Janesh Vasudeva [mailto:[EMAIL PROTECTED]]Sent: Thursday, June 21, 2001 7:52 AMTo: [EMAIL PROTECTED]; [EM

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 JS

RE: Maintaining a session with Apache Soap

2001-06-21 Thread Matthew J. Duftler
Hi Dirck, It's actually the SOAPHTTPConnection that is responsible for maintaining the session from the client-side. You should be able to set the SOAPHTTPConnection as the SOAPTransport of any Call you wish. Thanks, -Matt > -Original Message- > From: Hecking, Dirck J [mailto:[EMAIL PRO

Soap Problem

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

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