Overloaded Operations in Doc/Lit WSDL

2004-03-30 Thread Kartik
es anyone know the reason? I am planning to use WebServices for three major languages - Java, C# and C++. And all the three languages support overloaded methods. Why would WSI not allow it? Thanks. Kartik __ Do you Yahoo!? Yahoo! Finance Tax Center - File o

Re: Very Basic Problem with operation invocation

2004-03-19 Thread Kartik
out it? I guess, Axis WSDL-to-Java generator should raise a warning if it encounters a mutlipart message element. Would you agree? Thanks. Kartik --- Anne Thomas Manes <[EMAIL PROTECTED]> wrote: > Kartik, > > The problem is in your WSDL message definition. When > using >

Re: Very Basic Problem with operation invocation

2004-03-11 Thread Kartik
I can't do that as I am using doc-literal format and not the rpc-encoded format. Correct me if I am wrong, but in doc-literal, the only way I can correspond a message part to a type is by re-routing the types as elements. Thanks. Kartik --- [EMAIL PROTECTED] wrote: > Hi, > >

Very Basic Problem with operation invocation

2004-03-11 Thread Kartik
test.wsdl - Provides a sample implementation of the org/apache/ka/ParamTestImpl.java methods. - Build and deploy the service on Tomcat. - Generate client code using the local/deployed WSDL. - Build and run the client to invoke the method testTwo(). - See the SOAP messages and the behavior or the ser

Re: SOAP bindings questions: Http and JMS

2004-02-29 Thread Kartik
Hi Mike, I am not sure about the standards, but IONA's Artix provides transports for SOAP or HTTP, JMS, CORBA and others, may be checking out a few articles on their site would be beneficial. Thanks. Kartik --- Mike DuVall <[EMAIL PROTECTED]> wrote: > My understanding of the

Session management and interoperability

2004-02-29 Thread Kartik
? Is any development going on in that line? Thanks. Kartik __ Do you Yahoo!? Get better spam protection with Yahoo! Mail. http://antispam.yahoo.com/tools

How to tell Axis what WSDL to publish?

2004-01-30 Thread Kartik
When I deploy my webservice, Axis does not publish the original WSDL at the endpoint location - instead it creates one on-the-fly - which is not very much liked by WSDLToxyz generators commercially available (.NET wsdlt.exe, IONA Artix wsdltojava etc.) Is there a way to force Axis to publish the o

Re: AdminClient throws java.lang.reflect.InvocationTargetException while deploy

2003-08-04 Thread Kartik
Yes. I am using J2SE 1.4.1_03-b02 on Windows 2000. Any clues? Hope my WSDL is correct. TUIA, Kartik --- Samir Shaikh <[EMAIL PROTECTED]> wrote: > Are you sure you are using jdk1.4+ ? > - Original Message - > From: "Kartik" <[EMAIL PROTECTED]> > To:

AdminClient throws java.lang.reflect.InvocationTargetException while deploy

2003-08-04 Thread Kartik
tails from the stack trace. May be one of you can! Is there something wrong in my WSDL or something wrong in the way I am using wsdl2java? TUIA, Kartik __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com

RE: [Axis with C#.NET] Custom object serialization / deserialization

2003-07-27 Thread Kartik
Excellent. Thanks, Chris. - Kartik --- Chris Means <[EMAIL PROTECTED]> wrote: > Kartik, > > I've used C# (VS.net) to talk to web services, so > here's my suggestion: > > In VS.net, create a web reference for your C# > project, and enter the > UR

[Axis with C#.NET] Custom object serialization / deserialization

2003-07-27 Thread Kartik
t))? 2. How my java based Row class can be mapped to a C# based Row class. 3. What about serialization/deserialization? I do not need exact instruction, if someone can explain with a different example as well, it would be good. Even a link to some similar explanation would suffice. Thank