Valid signature for AXIS Message-style services

2003-09-09 Thread Sateesh Ayyagari
Hi, I would like to know whether the following method : public void method(SOAPEnvelope req, SOAPEnvelope resp); is still a valid signature for message-based services in AXIS. It gives me an error while deploying. I used the javax.xml.soap.SOAPEnvelope. Am I supposed to use a different

Route the SOAP message to the client

2003-09-09 Thread Sateesh Ayyagari
Hi, Is there a way that I can route(set the path) the SOAP messages sent by the AXIS Message-style service to a particular client? If there exists what is the format of the URI for the client? I know that the Valid Element[] signature in the Message-style service would respond to the

Interoperabiity through AXIS Message based Services

2003-09-08 Thread Sateesh Ayyagari
Hi, I am trying to interop .NET client with a Java Web Service(AXIS) through Message based Services offered by AXIS. I followed the latest release of the convention in declaring the web method for Message based services, i.e., public Element[] publishCatalog(Element[] soapElements) throws

Schema Question

2003-03-25 Thread Sateesh Ayyagari
Hi, I have a question in understanding one of the schemas generated by AXIS. I am putting it in a general way. I would appreciate any help from the people who are familiar with the understanding of schemas. I would like to confirm it with my understanding given below after the schema code. Here

Re: Map Serializer error during interop between .NET and AXIS

2003-03-24 Thread Sateesh Ayyagari
to import Soapbinding showing up? Could you kindly explain in detail. Thanks, Sateesh. Davanum Srinivas [EMAIL PROTECTED] wrote: Try latest nightly build of axis.--- Sateesh Ayyagari <[EMAIL PROTECTED]>wrote: Hi, I am trying to interop between a .NET client and a AXIS web service. AXIS su

Map Serializer error during interop between .NET and AXIS

2003-03-23 Thread Sateesh Ayyagari
Hi, I am trying to interop between a .NET client and a AXIS web service. AXIS supports Map types to be serializable. When I serialize a Hashtable in a Java Web Service, AXIS generates the following schema in the types element of the WSDL. - wsdl:types - schema

Re: Session Management

2003-03-20 Thread Sateesh Ayyagari
Hi, Has anyone worked on session maintainance between an AXIS client and a C# web service using SOAP headers? Sateesh. Toshiyuki Kimura [EMAIL PROTECTED] wrote: Hi Saradhi,I think that many developers of web services are waiting forthe SOAP Header based session mechanism. But it has not becomea

RE: Maintain Session with .NET and AXIS

2003-03-18 Thread Sateesh Ayyagari
, the next step is do debug server and/or client side, I suppose . Sorry I can not help more than that. Thomas -Original Message-From: Sateesh Ayyagari [mailto:[EMAIL PROTECTED] Sent: Saturday, March 15, 2003 12:06 AMTo: [EMAIL PROTECTED]Subject: RE: Maintain Session with .NET and AXIS

RE: Maintain Session with .NET and AXIS

2003-03-18 Thread Sateesh Ayyagari
hat I used at the time) required a different namespace (also I might be wrong). Thomas -Original Message-From: Sateesh Ayyagari [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 10:48 PMTo: [EMAIL PROTECTED]Subject: RE: Maintain Session with .NET and AXIS Hi Thomas, I have a ques

RE: Maintain Session with .NET and AXIS

2003-03-14 Thread Sateesh Ayyagari
ion handling, it can be used as is). The last time I played with that I had to slightly modify it to wrap the sessionID into a complex type so a C# .NET client can handle it in a complete transparent manner. Thomas -Original Message-From: Sateesh Ayyagari [mailto:[EMAIL PROTECTED] Sent:

RE: Maintain Session with .NET and AXIS

2003-03-12 Thread Sateesh Ayyagari
find more details on all that for sure. Thomas -Original Message-From: Sateesh Ayyagari [mailto:[EMAIL PROTECTED] Sent: Monday, February 10, 2003 1:57 PMTo: [EMAIL PROTECTED]Subject: Maintain Session with .NET and AXIS Hi, I have a question regarding maintaining session. How do we mainta

Stateful Web Services

2003-03-12 Thread Sateesh Ayyagari
Hi, I am trying to maintain session state between an AXIS client and a C# Web Service. I produced the Java stubs on the client side and tried to set the session state with the setMaintainSession method in the stub, but the data isnt persistent. Did anyone work on this? If so could you kindly

Interoperability between Java client and .NET remoting service

2003-03-08 Thread Sateesh Ayyagari
If HTTP channel was used in .NET remoting, then SOAP messages can be exchanged between an AXIS client and .NET remoting service. Are there any useful links or books on such an interop? Sateesh.Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, and more

Maintain Session with .NET and AXIS

2003-02-10 Thread Sateesh Ayyagari
Hi, I have a question regarding maintaining session. How do we maintain session for a Java Web Service which is consumed by a C# client? Any links would be appreciated. Sateesh.Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now