Tools for deploying web services

2005-07-29 Thread Jonathan J. Vargas R.
hi, are there tools like DeployTool on Sun Java System Application Server to be used for Axis and Tomcat? they simplify the work. -- Jonathan J. Vargas Rodriguez [EMAIL PROTECTED] "Conservar el silencio interior cuando vuelo en la tormenta me es mejor, porque asi ya no soy otra gota de la tempes

Bad envelope: html

2005-07-29 Thread Jie Zhou
Hi Everyone,   I'm testing my web service with a simple client. When I invoke my client, I got the following. Does anybody know what might have caused this? I can get the WSDL of my service via http://hostname:port/axis/services/MyService?WSDL.   What does it mean and how can I debug t

Re: File Not foundExcception

2005-07-29 Thread EmpereurYollson
Hello I've trouble with Axis by starting the ClientClass suppose to deal with The ServerClass.Axis and tomcat are ok. In the file  stdout.log appear the follow  Message after execute the ClientClass : Error while getting Startup Dataset:java.io.FileNotFoundException:startupnb.dat   Where I'm suppos

Castor and Axis

2005-07-29 Thread Peter
Hi, Is there currently any good reason to pursue using Castor along with Axis? Thank you, Peter

Re: Axis bug?

2005-07-29 Thread Davanum Srinivas
Please log a bug report in JIRA thanks, dims On 7/29/05, Patrick Quinn <[EMAIL PROTECTED]> wrote: > > Hi > > This looks like an Axis bug. > > > Original WSDL (fragment): > > > > > > type="xsd:string"/> > > > > > > Bu

Re: WSDL of standard architecture XSDs and using 3rd party implementations in the WSDL2Java Web Service Generation Process

2005-07-29 Thread Davanum Srinivas
See example below. It uses the -x option to exclude generation for specific namespaces. http://schemas.xmlsoap.org/ws/2004/08/addressing=org.apache.axis.message.addressing"/> http://schemas.xmlsoap.org/ws/2004/08/addr

Re: Exception: Document root element is missing

2005-07-29 Thread Anne Thomas Manes
Although Axis does technically support Vector, you should not use any Java collections in your web service interface. If you want to support interoperability, you should convert your collections to arrays. Anne On 7/27/05, Sreedhar Morangapally <[EMAIL PROTECTED]> wrote: > Hi all, > I'm a novice

Re: Namespace problems

2005-07-29 Thread Anne Thomas Manes
How did you build this service? - Java first? Using JWS or WSDD? - WSDL first? Can you share with us your WSDD and WSDL files? Anne On 7/27/05, Davide Romanini <[EMAIL PROTECTED]> wrote: > Hi, > > I've a problem with a web service written for Axis and consumed by .NET > client. I configured it

Re: SAXException: Found character data inside an array element while deserializing

2005-07-29 Thread Anne Thomas Manes
I think you want to invoke the request like this: Object ret = call.invoke(x); When using WRAPPED, Axis automatically marshals the parameters into the wrapper element for you. Alternatively, you could change the style to DOCUMENT: call.setOperationStyle(org.apache.axis.constants.Style.D

Re: how to bind int array to OMelemant in java service,and also get used in client side if service returned array element binded OMElement

2005-07-29 Thread Anne Thomas Manes
As a new user, I suggest you start with Axis 1.2 rather than Axis 2M (which is not yet functionally complete). Anne On 7/28/05, thilina madu <[EMAIL PROTECTED]> wrote: > I am new to web service also java.I am using apache > axis2m release for my websevice development(with >NET > C#). > I am devel

java 1.5.0 and axis 1.2 problems

2005-07-29 Thread Fabio Luciano Verdi
hi everybody we are getting a very weird problem with axis 1.2 and java 1.5.0. We have created some web services and after making some requisitions on them (to be precise, after making 167 reqs) the following errors appear: Exception in thread "main" AxisFault faultCode: {http://schemas.xmls

JMS Handler for "jms" protocol

2005-07-29 Thread meghan . pietila
I've just spent several hours tracking down why I could not get pass in an endpoint starting with "jms", as directed to do in the org.apache.axis.transport.jms.JMSTransport.setupMessageContextImpl method comments (which note that using the model outlined in the PDF on setting up JMS clients is dep

RE: Ensure Axis 1.3 will work for you.

2005-07-29 Thread Jayaraman, Venkatesh
Dananum Do we have comprehensive list of bugs that are solved in 1.2 and 1.3 release of Axis? -Venky -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 27, 2005 12:37 PM To: axis-user@ws.apache.org; Davanum Srinivas (JIRA) Subject: Ensure Axis 1

Getting wrong "name" attribute value on "complexType"...

2005-07-29 Thread tfennelly
Hi. Looking for a little help implementing the writeSchema method of the Serializer interface. Basically I seem to be getting something other than what I expected in the WSDL - and in the wrong location. I have the method implemented as follows (see target WSDL entry in comments):

Re: Troubles deserializing string object

2005-07-29 Thread Anne Thomas Manes
Add this parameter to your service WSDD: Anne On 7/28/05, Denis Schlesinger <[EMAIL PROTECTED]> wrote: > Hi Lars, > > I think your string type should be in the namespace > 'http://www.w3.org/2001/XMLSchema', so it should be: > > success > > Denis > > -Ursprüngliche Nachricht- > V

RE: Tomcat version recommended in Axis docs

2005-07-29 Thread Miller, Janet
It's working for me too. -Original Message- From: Guy Rixon [mailto:[EMAIL PROTECTED] Sent: Friday, July 29, 2005 6:46 AM To: axis-user@ws.apache.org Subject: Tomcat version recommended in Axis docs In the Axis documents it says "If you are installing Tomcat, get the latest 4.1.x vers

RE: named parameters in wsdl

2005-07-29 Thread Merten Schumann
James, follow the hint Davanum gave http://wiki.apache.org/ws/FrontPage/Axis/WhereAreParameterNamesPickedUpF rom ... use the implementation class (compiled with Java debug information) instead of the interface ... IMHO it's better than writing all the stuff to the .wsdd yourself cu Merten > -

Re: wsdl2java: why is "?wsdl" getting appended "service name" in generated *.wsdd?

2005-07-29 Thread Anne Thomas Manes
The location attribute points to the service endpoint, not to the WSDL. Anne On 7/28/05, Nikita Tovstoles <[EMAIL PROTECTED]> wrote: > Rajesh, > > thanks, your suggestion fixed my problem. one question: > > java2wsdl takes WSDL url as a param. Should *that* url include ?wsdl > since it ends up

Re: FW: provident response error

2005-07-29 Thread Anne Thomas Manes
RPC/Literal won't work with BizTalk. The message indicates that the response message doesn't conform to the WSDL. Didn't I see another message from you about Axis changing the response element name? I'm sure that's the source of the problem. I remember that a while ago (Axis 1.1 I think), Axis a

Re: How to throw and AxisFault as HTTP 401

2005-07-29 Thread Anne Thomas Manes
While it's true that you can't throw an AxisFault in the onFault handler chain, you can change the fault -- just modify the message. On 7/29/05, Nicolas De Loof <[EMAIL PROTECTED]> wrote: > > Hello, > > I'm building a web service that has some security requirement that > cannot be checked before

Re: FW: provident response error

2005-07-29 Thread James Wilson
The message looks familiar to some problems I was having a year ago with the Tibco BusinessWorks server and Weblogic's web service client. I don't remember the magic combination of type and encoding but it might have been rpc/literal. Quoting Patrick Quinn <[EMAIL PROTECTED]>: > Hi > > Would an

Re: Tomcat version recommended in Axis docs

2005-07-29 Thread James Wilson
This configuration is working for me also. In fact, I'd like to see the code generation from wsdl2java take advantage of Generics. I'm a bit obsessive and so I have to modify my *Stub classes after generation with @SuppressWarnings("unchecked") to block the warnings. Quoting Simon Brunning <[E

Re: Tomcat version recommended in Axis docs

2005-07-29 Thread Simon Brunning
On 7/29/05, Guy Rixon <[EMAIL PROTECTED]> wrote: > Is Axis compatible with Tomcat 5.5.x and Java 5? Works for me. -- Cheers, Simon B, [EMAIL PROTECTED], http://www.brunningonline.net/simon/blog/

Tomcat version recommended in Axis docs

2005-07-29 Thread Guy Rixon
In the Axis documents it says "If you are installing Tomcat, get the latest 4.1.x version..." [http://ws.apache.org/axis/java/install.html] Is this still the correct recommendation? I would have expected Tomcat v5.0.x by now, or maybe v5.5.x. Is Axis compatible with Tomcat 5.5.x and Java 5? Gu

Axis bug?

2005-07-29 Thread Patrick Quinn
Hi This looks like an Axis bug. Original WSDL (fragment): But: http://:8880/axis/services/ProvisioningTaskRequestPort?wsdl Why is Axis changi

Using local transport

2005-07-29 Thread Guy Rixon
Hi, can anybody please help me with advie on using the local transport? I'm trying to write unit tests that use local to avoid running a servlet engine; the client and service run in the same JVM and I exercise the handler chains without using HTTP. I'm particularly interested in using the WSS4J

RE: named parameters in wsdl

2005-07-29 Thread james . burton
Thanks James, that has steered me right. Anyone with same question, my wsdd is now along lines of: http://xml.apache.org/axis/wsdd/"; xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";> http://localhost:8080/axis/services/PortableGazetteer"; returnQName="g

Mark Malinoski/PHEAA is out of the office.

2005-07-29 Thread mmalinos
I will be out of the office starting 07/29/2005 and will not return until 08/01/2005. I will respond to your message when I return.