Re: namespace prefix question

2005-05-26 Thread Jan Delannoy
Thanks, Mark. I'm afraid your suspicion is correct, though. I looked into this SerializationContext class and it looks like the right place indeed, except that there doesn't seem to be a way to configure this SerializationContext using the createCall - invoke way of calling a service... Looks lik

remote procedure returning an array of object

2005-05-26 Thread Omar Bennani
Hi all I have to write a java client to send and receive an array of object but there is no XSD type to use with call.addParameter() and call.setReturnType() how can i do ? some one has an example ? should I use wsdl2java with my wsdl file? what i have to do after that? help please

Re: Intermediaries

2005-05-26 Thread Anne Thomas Manes
Typically what you do is create a WSDL whose location points to the first intermediary, and then use WS-Addressing headers to indicate further routing information. Anne On 5/26/05, Wayne Richards <[EMAIL PROTECTED]> wrote: > Hi all, > Does amy one have ideas on how intermediaries actually work.

Intermediaries

2005-05-26 Thread Wayne Richards
Hi all, Does amy one have ideas on how intermediaries actually work. I have done som reading and they see to do most of what I would want to do, but I cannot find concrete examples. What service is called first, would it be the first header's uri? How can you hide the final end point from the clien

1.2 can't handle a simple String[]???

2005-05-26 Thread Dan Armbrust
This seems to be a serious regression bug... But maybe I'm doing something wrong... I was using 1.2 beta, and everything was working for me. Now under 1.2 final, the handling of arrays appears broken. Here is the error: org.apache.axis.AxisFaultorg.xml.sax.SAXException: Found character data

RE: ClassNotFound after deployment, but fine after tomcat restart

2005-05-26 Thread Hewitt, Christopher
Thanks for replying.   I should have also mentioned a strange problem I have related the to original post.   After deploying a service and restarting tomcat (restart #1), behavior is unexpected... The ?wsdl url is viewable in my web browser, however, my client application says that it can

Fw: HTTP 500 When try view WSDL / Ecedute method as test with Get

2005-05-26 Thread Tony Hamill
Hi (sorry for report I am at a total impasse),     I am very new to AXIS. I have been able to get Tomcat (5.5) working and installed AXIS. I can verify the install by viewing the happyaxis.jsp page. The only jar I don't have is xmlsec which is optional. I can view the list of deployed servi

client-config.wsdd revisited

2005-05-26 Thread Michael Oliver
I am having trouble with client-config.wsdd I found the following in the archives --- Axis looks for client-config.wsdd in two places: 1) The current directory of the process 2) The classpath, in package org/apache/axis/client Therefore if you put it at the root of your classpath, it won't fi

RE: Undeploying issues

2005-05-26 Thread Kador, Daniel
Nevermind. I've solved the issue. Silly oversight on my part. Apologies for cluttering up the list. -Original Message- From: Kador, Daniel Sent: Thursday, May 26, 2005 1:20 PM To: axis-user@ws.apache.org Subject: Undeploying issues I've created a very simple web-service. I can deploy

Undeploying issues

2005-05-26 Thread Kador, Daniel
I've created a very simple web-service. I can deploy and test it with no problems, but the problem arises when I try to undeploy it. The AdminClient tool throws up this error: Exception: AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultSt

RE: Using Axis With Weblogic

2005-05-26 Thread Mark Ford
Don't convert, rather expose the existing EJB as a web service through the WS4EE / JSR 109 specification. Check your weblogic manuals for information on this. They must have some working examples. -Original Message- From: Chandu Koppella [mailto:[EMAIL PROTECTED] Sent: Thursday, May 26, 2

ANNOUNCE: WSABI For Axis v1.0 RC2 now available

2005-05-26 Thread mbarton
Fellow Axis Users!! WSABI For Axis 1.0 RC2, a new version of the leading open source Web services management (WSM) product has been released. It is now available in source and binary form at Source Forge. This is a Release Candidate snapshot of the latest development tree, adding new features and

Using Axis With Weblogic

2005-05-26 Thread Chandu Koppella
Hi ,  Please Please  suggest me the possible solutionsI have been looking for it from past 2 weeks with out any definite solution... I am assigned to convert an EJB packed as jar file in to web services ...my application server is weblogic...I started with servicegen utility in weblogic to

RE: namespace prefix question

2005-05-26 Thread Mark Ford
The only place where I've seen something like this is in the SerializationContext.getPrefixForURI(String uri, String defaultPrefix). When calling this, you'll get the existing prefix mapped to the namespace or the default prefix you passed in. If you passed null for the default and there is no exis

Re: namespace prefix question

2005-05-26 Thread Jan Delannoy
Yes, in theory they are equivalent. The problem is I'm using a kind of scripting tool that allows me to define variables using XPath expressions, but for some reason this tool expects an explicit namespace prefix... So I can only see two solutions: 1) make the namespaces explicit using an intermed

Re: namespace prefix question

2005-05-26 Thread Tom Oinn
Jan Delannoy wrote: Hi again, I would really appreciate it if someone could help me out with this, even just letting me know that this isn't possible would already be helpfull... As far as I can tell the two fragments you show above are equivalent - is there any particular reason you want o

Re: Different wsdl2java behaviour between 1.2Beta and 1.2Rel Axis (Java version)

2005-05-26 Thread Jan Delannoy
Have you tried using the -w (or --wrapArrays) option of WSDL2Java? Apparently this is only documented in the documentation that comes with the download, I can't seem to find this on the Axis web site... The documentation says: - -w, --wrapArrays When processing a schema like this:

Re: namespace prefix question

2005-05-26 Thread Jan Delannoy
Hi again, Another question about namespaces in Axis: can I force Axis to use explicit namespace prefixes instead of default namespaces? What I would like is something like this: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org

Different wsdl2java behaviour between 1.2Beta and 1.2Rel Axis (Java version)

2005-05-26 Thread MacKinnon, Tim
Title: Different wsdl2java behaviour between 1.2Beta and 1.2Rel Axis (Java version) I downloaded the Axis 1.2 Final Java release from http://www.apache.org/dyn/closer.cgi/ws/axis/1_2 the other day. I wanted to upgrade from the 1.2 Beta version that I have been using for the past few months.

Callling MapPoint WebService

2005-05-26 Thread Sebastien Arbogast
Hi, I'm trying to figure out a way to access a location web service for my web application. I just discovered MapPoint Web Service so I got an evaluation account and I tried to execute the last sample on this page : http://demo.mappoint.net/, which uses Axis 1.2 RC2 I got the application running

Re: Axis vs Other App Containers

2005-05-26 Thread Mark Hansen
Axis is a great choice because if you switch containers again, you can stick with Axis. Also, it is a lot simpler than dealing with all the overhead of managing and deploying web services in a big bulky J2EE container ... (my personal bias ...). However, if you must manage your web services withi

Axis vs Other App Containers

2005-05-26 Thread Kiran Kumar
Hello friends, I need to provide some webservices in my web-application. Currently this application is on oracle 9iAS. They have plans to migrate this application on weblogic 8.1, but in near future.   I want to build the web services such a way that when I migrate to a different container, I

RE: AxisFault: Did not understand "MustUnderstand" header(s)

2005-05-26 Thread Anand, Rajesh
Title: Message     Can you paste your full soap msg which goes out to the wire and your java pgm which builds this soap msg.        rgds, Rajesh Anand Email:[EMAIL PROTECTED] -Original Message-From: Manuel Nicolas Ortuño [mailto:[EMAIL PROTECTED] Sent: 26 May 2005

AxisFault: Did not understand "MustUnderstand" header(s)

2005-05-26 Thread Manuel Nicolas Ortuño
I have a client of web service that use axis api. When I call the service I get the exception   AxisFault  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}MustUnderstand  faultSubcode:  faultString: Did not understand "MustUnderstand" header(s):  faultActor:  faultNode:  f

RE: weblogic 8.1 and axis 1.2

2005-05-26 Thread Kiran Kumar
Hi Anish, There is nothing specific you need to configure when you are using Axis on a different container (other than tomcat). Think Axis as a web-application, you can war it and deploy it on any container, it should work right out of the box. But with weblogic 8.1 there is a conflict betwe

RE: Weblogic 8.1.2 and Axis 1.2

2005-05-26 Thread Ayers, Sam
Thanks, Aoife! I hate to be a hard case, but please also mention in that BEA ticket that a reply to this list might also prevent them from losing a chunk of their customer base :-) Sam -Original Message- From: Aoife Kavanagh (Ext. 987) [mailto:[EMAIL PROTECTED] Sent: Thursday, May 26,

Re: Weblogic 8.1.2 and Axis 1.2

2005-05-26 Thread Aoife Kavanagh (Ext. 987)
Hi, Just to mention that I eventually got my beans working with Axis 1.2 and Weblogic I originally tested adding just saaj.jar to the front of the classpath used by starting the weblogic server but this did not help. Following some further tweaking of configuration I retried this and it now work

RE: Weblogic 8.1.2 and Axis 1.2

2005-05-26 Thread Ayers, Sam
Thanks, Bob. This is very useful and informative information. Since BEA Weblogic is a significant player in the app container space, and as there are many folks out here who need to use both weblogic app serves and apache axis web applications, is there anyone from BEA listening in here who ca

weblogic 8.1 and axis 1.2

2005-05-26 Thread Anish Jindal
Hi, i have weblogic 8.1 and axis 1.2 on my comp. and i knwo how to run axis with tomcat...but i want to run it with weblogic and Jrun. so please give me some tutorial for configuring my weblogic server for axis and also for Jrun Thank You Anish Jindal

Eclipse & Axis

2005-05-26 Thread Anand, Rajesh
Title: Eclipse & Axis Folks,     As this is my first experiment.     I need answers to some questions.     1. When I have completed and tested my Java app using Eclipse on PC. If I want to run the same app on 400, what object/s I need to ship to my as400??    

RE: Weblogic 8.1.2 and Axis 1.2

2005-05-26 Thread Aoife Kavanagh (Ext. 987)
Hi Bob, That is what I did (in fact I tried it both ways). I get an error starting the module with a no ClassDefFoundError for org/apache/log4/Priority which my beans use (I ship the log4j.jar that I want used in my WEB-INF\lib directory). I also get a NoClassDefFoundError for org/apache/axis/s