Re: BeanSerializer problem. Gurus Please help.

2002-07-24 Thread Indrasish N Basuroychowdhury
oumen Sarkar. > > -Original Message- > From: Scott Nichol [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 24, 2002 9:56 AM > To: [EMAIL PROTECTED] > Subject: Re: BeanSerializer problem. Gurus Please help. > > No example. > > - Original Message - >

Re: BeanSerializer problem. Gurus Please help.

2002-07-24 Thread Indrasish N Basuroychowdhury
Thanks Scott. Any example of how to use BeanInfo? Thanks, Indrasish. Scott Nichol wrote: > Indrasish, > > I believe that BeanInfo is the way to force the use of the leading upper > case character. > > Scott Nichol > > - Original Message ----- > From: &q

BeanSerializer problem. Gurus Please help.

2002-07-24 Thread Indrasish N Basuroychowdhury
Now I need a help from you all gurus. I have already written clients for sending/receiving datasets using literal/document. Now I am trying to write clients using encoded style which Apache uses. There are lot of issues and I could solve most of them. There are too many interop problems. However,

Re: Problems with complexType again

2002-07-24 Thread Indrasish N Basuroychowdhury
; > Do you recall more specifically? I grabbed the source for the article I > found on MSDN, but discovered that it uses the Favorites service, which is > rpc/encoded, not document/literal. > > Scott Nichol > > - Original Message - > From: "Indrasish N Basur

Re: Problems with complexType again

2002-07-24 Thread Indrasish N Basuroychowdhury
service/h > tml/service08152001.asp? > > Scott Nichol > > - Original Message - > From: "Indrasish N Basuroychowdhury" > <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, July 24, 2002 9:55 AM > Subject: Re: Problems with com

Re: Problems with complexType again

2002-07-24 Thread Indrasish N Basuroychowdhury
Sonia, .NET webservice by default uses literal/document type. Where as Apache uses encoded type (RPC). You have to change the .NET service to use encoded type. That can be done by adding [SoapRpcMethod] beside [WebMethod] while building .NET webservice. This is valid only if you own the webservic

Re: Problems with complexTipe

2002-07-23 Thread Indrasish N Basuroychowdhury
Sonia, Is your webservice written in .NET and client in Java? If yes, then this problem is typical and there is a solution. Indrasish. [EMAIL PROTECTED] wrote: > ok, I have eliminated the problem of mix of schema 1999 and 2001 but it > doesn't work anyway. I don't speak English very well so I

Able to send object to .NET service but the member values arestill set to null.

2002-07-15 Thread Indrasish N Basuroychowdhury
Able to send object to .NET service but the member values are still set to null. To elaborate, the .NET service is receiving the object as a parameter to one of its method but the values of the individual members are not copied. They are still set to null. Can anyone help? Thanks, Indrasish.

Re: Sending/Receiving objetcs. Please, Please, Please ... help.

2002-07-12 Thread Indrasish N Basuroychowdhury
> (i.e. help thyself), but here are a couple of suggestions: > > http://www.javaworld.com/javaworld/jw-03-2001/jw-0330-soap.html (be sure to > read parts 2 and 3, too) > http://www.onjava.com/pub/a/onjava/2002/02/27/tomcat.html > http://www.soapuser.com/server1.html >

Need urgent help. Please help.

2002-07-12 Thread Indrasish N Basuroychowdhury
Could Scott or any other expert please help? I am trying to send and receive object to a .NET service via. Java client. I am receiving following error message: Fault Code = soap:Client Fault String = System.Web.Services.Protocols.SoapException: Server was unable to read request. ---> System.Ex

Re: Sending/Receiving objetcs. Please, Please, Please ... help.

2002-07-11 Thread Indrasish N Basuroychowdhury
estions: > > http://www.javaworld.com/javaworld/jw-03-2001/jw-0330-soap.html (be sure to > read parts 2 and 3, too) > http://www.onjava.com/pub/a/onjava/2002/02/27/tomcat.html > http://www.soapuser.com/server1.html > > Scott Nichol > > - Original Message - > Fr

Sending/Receiving objetcs. Please, Please, Please ... help.

2002-07-11 Thread Indrasish N Basuroychowdhury
Hope people do not get tired with me as I am sending this message repeatedly. I need help for sending/receiving objects as well as serializing/deserializing them. Can anyone help me in findinf example of how to do it and what type of objects I can send and receive (I know String Boolean, Int, Dou

Re: Sample application using soap

2002-07-02 Thread Indrasish N Basuroychowdhury
I have sent this mail earlier and sorry for the repetation. Need a sample for serializing/deserializing and sending/receving Vector of objects for the Java client. Can someone help me. Thanks, Indrasish. Scott Nichol wrote: > For Apache SOAP, you need to get it (http://xml.apache.org/dist/soa

Re: Confusing issue on Maps

2002-07-01 Thread Indrasish N Basuroychowdhury
Scott, Can you point me to an example of how to Serialize/Deserialize a Vetor of Objects and send/receive them. Thanks, Indrasish. Scott Nichol wrote: > Niclas, > > Have you written and executed code that is giving you an error, or are you > just raising the issue based on reading code? Chri

SOAP error. Need urgent help.

2002-05-22 Thread Indrasish N Basuroychowdhury
I am getting a SOAP error after sending the following SOAP envelope. Need help desparately. Any help will be appreciated. http://localhost/FirstTry/WebServices/"> UserPass SOAP error is following: Env:[Attributes={ xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://ww

Re: soap encoding?

2002-05-14 Thread Indrasish N Basuroychowdhury
I have to send some information via. SOAP header. Anyone has similar experience? If yes, can someone help me in this regard. Thanks, Indrasish. Scott Nichol wrote: The SOAP spec says a little bit about this, e.g. see the 1.2 working draft at http://www.w3.org/TR/2001/WD-soap12-part0-20011217/#L33