Re: Beanserializer example

2001-12-15 Thread venkata akella
Thanaks alot guys.. for very good references... Sastry --- Chris Malley [EMAIL PROTECTED] wrote: venkata akella wrote: Can someone give reference to a working example(client and service) shows Beanserializer done using apache soap. thanks Sastry A good example can

Beanserializer example

2001-12-13 Thread venkata akella
Can someone give reference to a working example(client and service) shows Beanserializer done using apache soap. thanks Sastry __ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions for all of your unique holiday gifts! Buy at

How to retrieve the message at service method sent by the client

2001-12-12 Thread venkata akella
HI Can someone help me here... I have a service class and client class. Service class deployed on apache soap2.2. I am sending a message from the client to service and getting back the response properly. But I am trying to get the message sent by the client at service side. From client side I

RE: Getting javax.wsdl.WSDLException while generating proxy class

2001-12-09 Thread venkata akella
-typetext/xml/mime-type /mime-mapping You don't really need to modify server.xml. The ibm generated file simply has more ports(such as SSL connector, AJP connector) defined. You can do a diff to find that out. Hope this helps. Sandy -Original Message- From: venkata akella

RE: Getting javax.wsdl.WSDLException while generating proxy class

2001-12-08 Thread venkata akella
for the IBM WSTK: http://www.alphaworks.ibm.com/forum/webservicestoolkit.nsf/current?OpenView; Start=1Count=30 good luck, Sandy. -Original Message- From: venkata akella [mailto:[EMAIL PROTECTED]] Sent: December 7, 2001 9:30 PM To: [EMAIL PROTECTED] Subject: Getting

Getting javax.wsdl.WSDLException while generating proxy class

2001-12-07 Thread venkata akella
HI Can someone help me out here I am trying to generate proxy client class with wsdl file. But getting javax.wsdl.WSDLException exception. I have pasted that message down. Here is what I am doing... I am using apache soap2.2 with ibm webservices tool kit. I have a service class. First I

Getting Server.BadTargetObjectURI

2001-12-04 Thread venkata akella
HI Can someone help me out here. This is what I did. Installed tomcat 4.0 Using soap2.2 and xerces2.0.0-beta3 I did this setup on Win 2000 prof machine. I wrote a service with two methods. I have pasted that class(TaxCalculator.java) here. I am able to deploy this service using apache soap