Invoke Axis attachments using weblogic client

2004-02-16 Thread GANDHIRAJAN,AYYAPPAN (HP-India,ex2)
Hi every one, I apologise if this question is not related to this group. I have been trying to access an Axis attachment service using weblogic JAX-RPC soap client. While sending DataHandler as one of its parameter, weblogic soap client considers this as an attachment and sends it outside the SOA

Re: C# Cllient , Axis Server, Session Management

2004-02-16 Thread Srinivas Vemula
Thank you very much for your time Abhinav. Could you send me a sample wsdl u use with the headers ?? Srini Abhinav Maheshwari wrote: Hi Srinivas, You need to use the SessionHandler to maintain session information but there are problems with using the one supplied with Axis. This is a modified ve

Re: Axis web services - multi-threaded ??

2004-02-16 Thread Tony Blair
Hi there,   You need to set the scope to "Request".   Tony."Kenneth W. Meehan" <[EMAIL PROTECTED]> wrote: Hi,I have been running many of the Axis 1.1 sample web services withseveral different web services clients.In one of my web services client packages I have turned on HTTPpipelining, and I can n

JWSDP 1.3 + Axis installation ?

2004-02-16 Thread K. LY
Hi, I wanted to install Axis 1.1 on JWSDP 1.3, but I was not successfully. I followed all the installation-instructions. JWSDP 1.3 includes Tomcat 5 and many other features. If I install Jakarta Tomcat 5 alone and then Axis 1.1. then it works with little modification. How I can use JWSDP 1.3 wi

are wsdl2java generated stubs thread-safe?

2004-02-16 Thread John DeMal
Hi, I am using Axis 1.1 to generate client stubs to talk to web service. Can anybody let me know if the Stub generated by WSDL2Java is thread-safe? I noticed that each instantiation of service proxy is taking about 3 -4 seconds in my case. The wsdl that I am using is quite large (230K bytes) To

Tutorial for custom bindings

2004-02-16 Thread Oliver White
Title: Tutorial for custom bindings Hi folks, I've been lurking for a while, and it seems fairly obvious that WSDL2Java (and indeed WSDL2ws) is fairly limited when dealing with complex types. Has anyone thought about documenting their experiences hand coding bindings with Axis? Cheers, TI

Axis web services - multi-threaded ??

2004-02-16 Thread Kenneth W. Meehan
Hi, I have been running many of the Axis 1.1 sample web services with several different web services clients. In one of my web services client packages I have turned on HTTP pipelining, and I can now write a client that immediately sends numerous SOAP requests out to an Axis web service. If

Re: [repost] Java2WSDL serialization problem

2004-02-16 Thread Tony Blair
Hi there,   <>   The WSDL and WSDD are two different thing. I mentioned writing WSDD is simple not WSDL :-)   <>   No. But you don't need a mechanism to instruct java2WSDL to do such a thing. Just ingnore the

RE: [repost] Java2WSDL serialization problem

2004-02-16 Thread Mallipeddi, Sekhar
Matt,     I had similar problems and solved it using the following approach 1.  Create a base wsdl 'base.wsdl' file with just the complex types defined like your document.  These would be the complex types that java2wsdl cannot generate correctly so you would have to write them. 2. When usi

Re: [repost] Java2WSDL serialization problem

2004-02-16 Thread Matthew Sgarlata
Thanks Tony!   I tried adding the noOp method, and using the -e option, but the WSDL still doesn't look right.  Here is the command I used:  java org.apache.axis.wsdl.Java2WSDL    -o document.wsdl    -lhttp://localhost/jrocservice/services/DocumentService    -ecom.bah.jroc.vo.DocumentVo   

Re: java2wsdl problem with axis1.2 alfa

2004-02-16 Thread Tony Blair
Roberto,   The java2WSDL and WSDL2java not always work as one expected. They always work molto bene with those interfaces that contain simple type such as String, int, float and so on. The listUsers() interface seems simple, try to write the deploy.wsdd and the client code yourself and deploy the s

java2wsdl problem with axis1.2 alfa

2004-02-16 Thread Martini Roberto
Hi everybody ...since 1 month I'm hanging on the following problem: I want to generate with Axis 1.1 a pure document/literal wsdl (starting from a Java Interface ) without any reference to SoapEncoding. For example, when, the interface refers to an array of Objects (ex: public User[]

RE: C# Cllient , Axis Server, Session Management

2004-02-16 Thread Abhinav Maheshwari
Hi Srinivas, You need to use the SessionHandler to maintain session information but there are problems with using the one supplied with Axis. This is a modified version of the SessionHandler supplied with Axis which can be used. Also, you need to manually put the SOAP Header in the WSDL generated

C# Cllient , Axis Server, Session Management

2004-02-16 Thread Srinivas Vemula
Hi All, I am new to using axis. We are trying to communciate from a .NET C# client. Can any one let me know, how to track sessions in this scenario? Basically, we would like to put some authorization info in a session object as the first call from the client will be for authentication.

RE: concurrent call.invoke problem

2004-02-16 Thread Heitzeg, Bill
What was the difference in performance?  Also, what does your handler look like?     -Original Message- From: GANDHIRAJAN,AYYAPPAN (HP-India,ex2) [mailto:[EMAIL PROTECTED] Sent: Monday, February 16, 2004 2:14 AM To: '[EMAIL PROTECTED]' Subject: RE: concurrent call.invoke prob

Antwort: Web service trouble (urgent)

2004-02-16 Thread Michael Bierenfeld
Hi, some information about the used java type on the client side and the used type on the server side would be helpful. ususally we are haibg trouble with double on the server side (java) most clients php, python etc. use float as default. michael

Web service for italian users

2004-02-16 Thread Maffeo Gaetano
Title: Web service for italian users Hi all, I am using Jboss 3.2.3 with axis 1.x enclosed in Jboss. When i send a web service call with an italian character such as è or à or ù no problem. But when i call and wait for an answer by the web service with the italian character i got an Unicod

Web service trouble (urgent)

2004-02-16 Thread ahmed . alami-prestataire
Hello all, When trying to call an axis web service using soap client . I receive this error, can anyone help me please exception: [SOAPException: faultCode=SOAP-ENV:Client; msg=Unable to set 'ligne_carnet_titres' property: argument type mismatch.; targetException=java.lang.IllegalArgumentExceptio

RE: Axis + Weblogic 8.1sp2: Custom Deserialization Problem

2004-02-16 Thread Keith Hatton
I do remember having some difficulty with NoClassDefFoundErrors on Weblogic 7, but not sure if it will help resolve your problem. Anyway, the following works for me on WLS7. EAR file contains WAR file. WAR file contains Axis jars in WEB-INF/lib folder. All my "application" classes are in WEB-INF

exception while calling remedy web services

2004-02-16 Thread Jay D
Hello List members,We are using Axis in a stand-alone java client to connect to Remedy web services. Using the WSDL2java we generated the proxy classes. In addition to the input and output classes, it generated the following classes:OrdersPortTypeOrdersServiceOrdersServiceLocatorOrdersSoapBindingSt

RE: Can the client catch application exception?

2004-02-16 Thread Merten Schumann
Title: RE: Can the client catch application exception? Hi, I had the same problem and asked for help    http://marc.theaimsgroup.com/?a=10765943082&r=1&w=2 but got no answer yet ...    ~Merten > -Original Message- > From: Gao gjyalpha [mailto:[EMAIL PROTECTED]] > Sent: Saturd