org.apache.axis.types.Name

2005-07-13 Thread Sascha Monteiro
Hi, I have used the wdsl2java and an element in a xsd; was represented as org.apache.axis.types.Name in my java stub. But when I use the Port to send a SOAP message to my server I get an error when I try to send S1/[EMAIL PROTECTED] in the Name field java.lang.IllegalArgumentException: Invalid

RE: array of int (int[]) as input parameter in Axis 1.2.1 ?

2005-07-13 Thread Xingshan He
I changed arg5 now to just taking in a int. Still got the error but now this time the error is related to the return type of String[]. It seems to me the problem lies in using array of jave (primitive) type, like String[], or int[]. What would I need to do to use array of java types? Anybod

Re: Axis and Applet coexistence?

2005-07-13 Thread Davanum Srinivas
Folks, *IF* you create a bug report and keep track of the exact problems/stacktraces, we could try to come up with a fix instead of beating around the bush... -- dims On 7/13/05, Luis Rivera <[EMAIL PROTECTED]> wrote: > Thanks for the reply. I actually did. Using the allow all custom security >

RE: Axis and Applet coexistence?

2005-07-13 Thread Luis Rivera
Thanks for the reply. I actually did. Using the allow all custom security manager that only overrides those two methods work fine when the applet is allowed to set a new security manager. But that's the problem, to allow the applet to do this I still have to add a couple of lines to the policy f

[wsdl2java] java.io.IOException: Element is referenced but not defined.

2005-07-13 Thread Angelo Immediata
Hi all; i have this wsdl file: http://eng.it"; xmlns:impl="http://eng.it"; xmlns:intf="http://eng.it"; xmlns:request="http://webServ/request"; xmlns:response="http://webServ/reponse"; xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; xmlns:wsdlsoap="http://schemas.xmlsoap.org

array of int (int[]) as input parameter in Axis 1.2.1 ?

2005-07-13 Thread Xingshan He
I am trying to send a rpc request to server, with one of the parameters of type int[].   The method’s signature look like this:     public String[] connect(Locale locale, SessionUser user, String switchKey, int target, int[] slots) throws Exception;   Here is my arrayMapping entry in W

RE: Axis and Applet coexistence?

2005-07-13 Thread Baker, Jay
Yeah, I don't think the sandbox is going to go for that. I'm pretty sure that you can't give a policy file to your client in an applet. Did you override #checkPermission (both methods - it is overloaded) with a no-op? That's what worked for us ... along with the signing of course. -Original

RE: Axis and Applet coexistence?

2005-07-13 Thread Luis Rivera
Hi, Well, it seems that with a custom security manager I still have the problem of having to modify the security policy file to allow the applet to use the new security manager. However, in my case I don't think I can go into each axis client's machine to install this new file. So, I want t

Re: Problem deploying webservice- can't find Deserializer

2005-07-13 Thread
Hi, on jboss 4 series you can create two types of web services 0. using jboss.net, based on axis 1.1 1. using jboss.ws, they want to move away from axis. To be more j2ee compliant(servlet or stateless session beans). You are using jboss.net, since you mentioned AdminClient to deploy your webservi

org.apache.axis.utils.tcpmon can transmit only XML files?

2005-07-13 Thread Paul I Fodor
org.apache.axis.utils.tcpmon can transmit only XML files?  In my application I also have small "wav" files but these are not transmitted corectly "wrong format.  I tryed downloading a zip file but this is not downloaded corectly either.  Can I use the tcpmon monitor (tunnel) to monitor all kind

Pkg To Namespace mapping issue

2005-07-13 Thread Sureka, Sushil
Hi,   We have run into an issue related to Axis Package to Namespace mapping. What we are trying to do is map multiple packages to the same namespaces (in other words different classes belongs to same namespace no matter which package they were defined on the java side)   The issue is w

Issue with .NET client consuming a AXIS WS

2005-07-13 Thread Gary Zhu
Hi all,   I deployed a WS on AXIS and was able to consume it through AXIS client. However, .NET client seems to be having problems consuming the AXIS web service and is getting a timeout error. Your help is appreciated.   Attached is the WSDL for the WS, and WSDD file.   Thanks in advan

Re: StAX implementation

2005-07-13 Thread Davanum Srinivas
we're using http://stax.codehaus.org/ On 7/13/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi All > Just wondering - which StAX implementation is AXIS 2 using. I saw that the > AXIOM model implementation is based on StAX . Is the stax implmenetation > with the Axis 2 war distribution or we h

StAX implementation

2005-07-13 Thread Anamitra . Bhattacharyya
Hi All Just wondering - which StAX implementation is AXIS 2 using. I saw that the AXIOM model implementation is based on StAX . Is the stax implmenetation with the Axis 2 war distribution or we have to add that separately? thanks Anamitra

Re: No Helper class and deploy.wsdd incorrect for class containing an array of Strings

2005-07-13 Thread Davanum Srinivas
Please log a bug report and mark it a blocker. -- dims On 7/13/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Hi, > > I have a class that has one property, an array of strings. On its own it is > not much use, but I have other classes that extend it so unless I get this > resolved, I

RE: Unsubscribe me please

2005-07-13 Thread Infos Informatiques - S. VALLIERE
Hi Rob, To unsubscribe, send a message to: -Message d'origine- De : Roy Benjamin [mailto:[EMAIL PROTECTED] Envoyé : mercredi 13 juillet 2005 18:32 À : axis-user@ws.apache.org Objet : Unsubscribe me please How do I get off this list? I have tried and tried the axis web page links

Unsubscribe me please

2005-07-13 Thread Roy Benjamin
How do I get off this list? I have tried and tried the axis web page links and they don't work Anyone know how? Roy

No Helper class and deploy.wsdd incorrect for class containing an array of Strings

2005-07-13 Thread aedemar.cooke
Title: No Helper class and deploy.wsdd incorrect for class containing an array of Strings Hi, I have a class that has one property, an array of strings. On its own it is not much use, but I have other classes that extend it so unless I get this resolved, I can't upgrade my application from

"functionality disabled"?

2005-07-13 Thread Thorsten Jungblut
Hi, recently i've updated the axis libs in a project from 1.1 to 1.2.1. Now i'm getting an error "functionality disabled" from time to time. What is it trying to tell me? All services worked perfectly with axis 1.1.. Thanks for any help Thorsten

Invalid element/Deserialization, again :(

2005-07-13 Thread John Baker
Hello, I know I've asked this before, and I've reviewed the remarks from last time and looked for obvious errors in my WSDL, but nothing is making itself obvious. Please consider this message arriving to an Axis server: http://www.caps-solutions. co.uk/webservices/connectors/servicerequest/messa

Re: SOAP message 'missing' element?

2005-07-13 Thread John Baker
So to answer my own question again, the WSDL file has a style="wrapped" attribute that controls this. However perhaps I have found a bug. Consider this: http://schemas.xmlsoap.org/soap/http"/> http://blah"; /> I thought that style="document" would automatically be app

RE: Adding Handlers to Axis 1.2.1

2005-07-13 Thread Jonathan Bruce
Hey Simon, Thx for the tip, all working now :-) That did the trick, I'm still casting to a org.apache.axis.MessageContext object from javax.xml.rpc.handler.MessageContext in the handleResponse as I need the richer set of the methods to obtain the response message etc. Cheers, -Jonathan

Re: SOAP message 'missing' element?

2005-07-13 Thread John Baker
In response to my own post, it would appear that the Stub source has the following: oper.setStyle(org.apache.axis.constants.Style.DOCUMENT); but it needs: oper.setStyle(org.apache.axis.constants.Style.WRAPPED); What causes Axis to add DOCUMENT and not WRAPPED? Something

Common exception handler...Pleeeeeeeeease help...!!!

2005-07-13 Thread Sumedh
Hi,Following article describes a way of creating a common excpetion handler in web services for weblogic.http://e-docs.bea.com/workshop/docs81/doc/en/core/index.htmlIs there any way I can do this in a JBoss implementation that uses Axis?I will be very grateful if somebody can put some light.

Re: "SAAJ0537: Invalid Content-Type" Exception

2005-07-13 Thread Davanum Srinivas
com.sun.xml.* means you are not using axis. Please ask the sun folks. -- dims On 7/13/05, Kumar <[EMAIL PROTECTED]> wrote: > Hi All, > > I am using SAAJ and JAXM API implementations. When I send request soap > message to the service I am getting back response soap message from the > service but

SOAP message 'missing' element?

2005-07-13 Thread John Baker
Hi, If you point your browser at http://www.javasystemsolutions.com/serviceRequestConnector.wsdl then you'll be presented with a WSDL. I've used this to generate some stubs and have called the 'SubmitGeneralServiceRequest' method. Here is the message generated by Axis: http://sc hemas.xmlsoap.org

Basic SOAP Understanding Question

2005-07-13 Thread John Baker
Hi, If I have a webservice with the method signature: public boolean doSomething(String s); I am wondering what the format of a SOAP request should be. I appreciate the SOAP request is crafted from the WSDL, but I'm looking at some other calls and I'm trying to figure out which part of the SOAP

Can there be more than one OUT/INOUT parameter?

2005-07-13 Thread jayachandra
Hi there! Can there be situations where a call instance during its configuration gets more than one OUT/INOUT parameter set throught the addParameter() method. Doesn't that sound strange? Any java method can only return one object, so then how come more than one parameter assume OUT parametership.

problem with the stub

2005-07-13 Thread vicky axis
I tried generating a stub, for a web-service whose WSDL was with me, using the WSDL2Java tool of axis2.. it worked fine and i got 2 JAVA files named service and serviceStub. The serviceStub file has an undefined getValue method... i understand that it is used by the RPC.. can anybody help!  Star

[axis] complex message element

2005-07-13 Thread Antonio Capurso
Hi to all, I'm developing a java class (using Axis toolkit) that invokes a web service in which for the operation called there are the following definitions: And "tns:AppMailVerifier2Request" is a complex type defined as follow: Which object

Re: How to configure and deploy JAX-RPC handler in Axis?

2005-07-13 Thread Toshiyuki Kimura
The definition by and is a style to specify the order and parameters of Axis-based handlers. It might be better to use the following style, if you surely want to keep the JAX-RPC spec. Thanks, Toshi On Tue, 12 Jul 2005, Venkat Reddy wrote: You need to specify the han

SSL-Webclient via Apache and mod_jk on Tomcat

2005-07-13 Thread Thomas Adams
Hi , I am using a SSL web client program by implementing the stubs of the axis wsdl2java generated classes. Everything works fine except of 2 exceptions that are thrown when trying to find the webservice by the client org.apache.axis.ConfigurationException: No service named InfonetImport is ava

operation tag

2005-07-13 Thread Antonio Capurso
Hi to all, I'm facing with a problem using a web service (that is a deployed Bpel process). The expected input for my web service is the following: http://www.w3.org/..."; name="payload"> http://acm.org/samples";> my_data But when my program runs (it's an open source using Axis class