Re: SV: WSDL parser?

2001-08-13 Thread Tarun Garg
Is there any newsgroup/mailing list where people discuss the wsdl4j project ?? I am trying to use it for my wsdl parsing needs, but have run into some "unexpected behaviour". Also, is any development going on in the project ?? The project CVS shows that no changes have been carried out in any file

Re: WSDL4J

2001-08-08 Thread Tarun Garg
I can mail you the zipped version. But is that legal ?? ( I have a problem understanding licences. for example I didn't even understand your signature). - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 08, 2001 8:47 PM Subject: WSDL4J > > >

parameters as attribute.

2001-07-15 Thread Tarun Garg
Whenever you call a method in a deployed service, the parameters are passed as values of elements named after the name of the parameter. Something like 2 3 (of course you have a lot of namespacing as well as xsi:type attribute, that I have not written here). I wanted to ask, if the soap

Re: UDDI implement choice

2001-07-13 Thread Tarun Garg
Anyway they don't have much on their site. You can straightaway go to sourceforge rather, where they've kept the source. http://sourceforge.net/projects/uddi - Original Message - From: "Heitzso" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 13, 2001 6:17 PM Subject: Re:

Re: UDDI implement choice

2001-07-12 Thread Tarun Garg
jUDDI is one option. www.juddi.org They're still in their alpha ( rather pre alpha) stage. Make sure you take the code from the CVS rather than their release. - Original Message - From: "fanyun" <[EMAIL PROTECTED]> To: "Soap-User" <[EMAIL PROTECTED]> Sent: Thursday, July 12, 2001 9

Re: soap service class.

2001-07-04 Thread Tarun Garg
t; <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Wednesday, July 04, 2001 5:53 PM > > Subject: Re: soap service class. > > > > > > > It's simple, just put the definition of rpcrouter(servlet) in the > web.xml > > of > > &

Re: SOAP encoding.

2001-07-04 Thread Tarun Garg
thanks Tom, it works. - Original Message - From: "Tom Myers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 05, 2001 1:55 AM Subject: Re: SOAP encoding. > At 10:17 PM 7/4/2001 +0530, Tarun Garg wrote: > > >How can I make a c

SOAP encoding.

2001-07-04 Thread Tarun Garg
I am trying to access a method on the server which takes a string as a parameter and returns an Element (org.w3c.dom.Element). On my client side I set the encoding style as: call.setEncodingStyleURI( Constants.NS_URI_LITERAL_XML); and I get the following error: SOAPException= SOAP-ENV:Client, I

Re: soap service class.

2001-07-04 Thread Tarun Garg
> It's simple, just put the definition of rpcrouter(servlet) in the web.xml of > your web application. > > Note: you can get the definition of rpcrouter from Apche Soap's web.xml. > > good luck, > Huimin Wang > Globus,Inc Japan > > > - Original Message

Re: soap service class.

2001-07-04 Thread Tarun Garg
How should I put the rpcrouter into "web.xml" ??? - Original Message - From: "oh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 04, 2001 4:26 PM Subject: Re: soap service class. > ----- Original Message - > From: "Ta

Re: SOAP 2.2 & Tomcat Error: <404 Not found>

2001-07-04 Thread Tarun Garg
ATHENA A-44, MCIE, Mathura Road, Delhi-44. Ph: 91-11-6950491-97 Ext:5153 [EMAIL PROTECTED] -- -Original Message-From: Tarun Garg [mailto:[EMAIL PROTECTED]]Sent: Wednesday, July 04, 2001 1:20 PMTo: [EMAIL PROTECT

Re: SOAP 2.2 & Tomcat Error: <404 Not found>

2001-07-04 Thread Tarun Garg
you don't need to specify the content type anywhere. are you sure your server installation is alright ? You'll have an rpcrouter url for your server, which looks something like this ( though in your case it might be different).   http://localhost:8080/soap/servlet/rpcrouter   when you point

Re: problem in running Apache SOAP2.2 client.

2001-07-04 Thread Tarun Garg
Title: problem in running Apache SOAP2.2 client. Which port does your server run on ? Which port does your client try to connect to ?       - Original Message - From: Anjali Jain To: [EMAIL PROTECTED] Sent: Wednesday, July 04, 2001 12:22 PM Subject: RE: problem in r

Re: TcpTunnelGui.

2001-06-28 Thread Tarun Garg
. > > There is another good tool you can try, which I use for Debugging. Have > a look at http://www.pocketsoap.com/tcptrace/. > > > Tarun Garg schrieb: > > > > Can I use TcpTunnelgui to tunnel my soap requests to some host other than > > the localhost ? > &

Re: TcpTunnelGui.

2001-06-28 Thread Tarun Garg
L PROTECTED]> Sent: Wednesday, June 27, 2001 5:44 PM Subject: Re: TcpTunnelGui. > Yes, you can. > But maybe you are behind a firewall or a proxy and/or you cannot resolve > the Domain Name. > > There is another good tool you can try, which I use for Debugging. Have > a look a

TcpTunnelGui.

2001-06-27 Thread Tarun Garg
Can I use TcpTunnelgui to tunnel my soap requests to some host other than the localhost ? I tried to tunnel the requests to the ibm uddi test registry site and get the following error. What am I doing wrong ? C:\apache\soap\soap-2_2>java org.apache.soap.util.net.TcpTunnelGui 8070 http://www-3.

tomcat3.2.1, soap2.1, wstk2.3

2001-06-08 Thread Tarun Garg
I had Win2k/jdk1.3.0/tomcat3.2.1/soap2.2 running merrily ( at least all the soap samples given were running). Then I installed IBM wstk2.3 on my machine. Meanwhile I also shifted to jdk 1.3.1 wstk2.3 comes with soap2.1, so I tried to shift to soap2.1. I mapped the context /soap to soap2.1/webapps/