Re: Problems with complexType again

2002-07-24 Thread Scott Nichol
Thanks. - Original Message - From: "Indrasish N Basuroychowdhury" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 24, 2002 11:08 AM Subject: Re: Problems with complexType again > Scott, > > Here we go. > > http://support.microsoft

Re: Problems with complexType again

2002-07-24 Thread s . vignaroli
<[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: Problems with complexType again > > >Scott, > >Here we go. > >http://support.microsoft.com/directory/article.asp?id=q308466&sd=msdn > >You might have to serch for id=q308466 to get to the article. It

Re: Problems with complexType again

2002-07-24 Thread Indrasish N Basuroychowdhury
oychowdhury" > <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, July 24, 2002 10:43 AM > Subject: Re: Problems with complexType again > > > Scott, > > > > It is similar. But one I picked up is from yahoogroups. > > > > Thanks

Re: Problems with complexType again

2002-07-24 Thread Scott Nichol
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 24, 2002 10:43 AM Subject: Re: Problems with complexType again > Scott, > > It is similar. But one I picked up is from yahoogroups. > > Thanks, > > Indrasish. > > Scott Nichol wrote: > > >

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 Scott Nichol
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 24, 2002 9:13 AM Subject: RE: Problems with complexType again > Hi I am new to this > > i try running the example program and get an error > > C:\>java org.apache.soap.server.ServiceManagerClient > http:/

Re: Problems with complexType again

2002-07-24 Thread Scott Nichol
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 24, 2002 9:55 AM Subject: Re: Problems with complexType again > 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 e

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 complexType again

2002-07-24 Thread Kumar, Sunil
Hi I am new to this i try running the example program and get an error C:\>java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter list Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/soap/server/ServiceManagerClient please he