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
<[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
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
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:
>
> >
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
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:/
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
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
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