Re: /services/ intermittent display

2005-05-25 Thread Mike Barton
WSABI, like Axis, lives within the context of the webapp. So, it is possible to have multiple instances under a single web container. --Mike Michael Oliver wrote: Great, what about more than one? We have a Component Framework where each Component is a stand alone webapp and each component has

Re: Basic Authentication

2005-05-25 Thread huagang
I guess, maybe you can try to set "username" in wsdd file like and set "passwd" in users.lst file 致 礼! ?   huagang {/-◎◎-\} [EMAIL PROTECTED] ( (oo) )   2005-05-26 ? 62125151-6226 才智,德之资也;德者,才之师也

Axis 1.2 servlet client fails.

2005-05-25 Thread Bob Carpenter
Hi, I use Axis 1.2, JVM 1.4.2, WinXP. I'm having a problem with making some soap client calls from within a servlet. These are the three services I call: http://samples.gotdotnet.com/quickstart/aspplus/samples/services/MathService /VB/MathService.asmx?WSDL http://dev.fargeo.com/WebServices/1138_

RE: Weblogic 8.1.2 and Axis 1.2

2005-05-25 Thread Bob Carpenter
Hi Sam, It seems to be working OK. I can access (most) soap providers without problem. I say most because I will be submitting a question to the list soon about some problems my client calls are having, but I don't think the problems are related to using Axis the way that I am. I'm only working in

RE: /services/ intermittent display

2005-05-25 Thread Michael Oliver
Great, what about more than one? We have a Component Framework where each Component is a stand alone webapp and each component has its own server-config.wsdd Michael Oliver CTO Alarius Systems LLC 6800 E. Lake Mead Blvd, #1096 Las Vegas, NV 89156 Phone:(702)643-7425 Fax:(702)974-0341 *Note new e

Re: /services/ intermittent display

2005-05-25 Thread Mike Barton
Michael, Yes... you can configure WSABI to read (and modify) arbitrary wsdd files. Simply open "wsabi-configure.properties" file under /WEB-INF/classes directory of WSABI with your favorite editor and modify the following properties: providerClass=org.allesta.wsabi.axis.configure.provider.A

RE: /services/ intermittent display

2005-05-25 Thread Michael Oliver
Mike, WSAbi looks great, however it looks like it only works with axis installed as a stand alone application at /webapps/axis/ I have axis added to existing webapp at a different path, can WSAbi be configured for that? Michael Oliver CTO Alarius Systems LLC 6800 E. Lake Mead Blvd, #1096 Las Ve

Re: /services/ intermittent display

2005-05-25 Thread Mike Barton
Michael, Try using WSABI, which allows you manage Axis via a simple web based GUI. This should get you going really fast. WSABI is available at: Download: http://sourceforge.net/projects/wsabi4axis Information: http://www.allesta.com Live Demo: http://demo.wsabi.org --Mike Michael Oliver

Problem adding new transport & handler

2005-05-25 Thread Eric . Hardesty
I'm trying to add a new transport, which I am able to configure and have the endpoint recognized but I'm not getting my Sender called since based on traces no chain is being added.  I am trying to follow the JMS example since this is going to be SOAP over some endpoint specific communication metho

RE: .NET and attachments to Axis....

2005-05-25 Thread Jeremy Hynoski
You will need WSE2.0 and Visual Studio 2003 to do decent DIME attachments, but here's what I use: Note: this is using: using Microsoft.Web.Services2.Attachments; using Microsoft.Web.Services2.Dime; DimeAttachment attach = new DimeAttachment("text/xml",TypeFormat.MediaType,@"C:mypathname

.NET and attachments to Axis....

2005-05-25 Thread Grimm_Clifford
Anyone have an example of how to send an attachment in a .NET client to send to an Axis Server? I don't care what .NET language since they are pretty much similar. Cliff --- Clifford Grimm Centera Integration Architect EMC C

/services/ intermittent display

2005-05-25 Thread Michael Oliver
I have built and deployed a web service as part of an existing Web Application.   I deployed the web service using the AdminClient and deploy.wsdd   The Web Service is accessible and /services/AlariusAssignmentsServicces?wsdl works And the service methods are accessible and also wor

RE: multiRef namespace question

2005-05-25 Thread Mark Ford
Can you clarify what you mean by "children of the accessor elements correspond to the structure defined in the schema that defines the accessor element type structures." Do you mean that they correspond to the structure irrespective of namespace qualification? -Original Message- From:

RE: Weblogic 8.1.2 and Axis 1.2

2005-05-25 Thread Ayers, Sam
Interesting... Doesn't putting the jar files ahead in the startweblogic classpath cause the weblogic server to pick up the classes in the axis jar files (instead of usting its own)? If so, does weblogic seem to behave OK running the axis classes instead of its own? Or, do you just avoid using

RE: Weblogic 8.1.2 and Axis 1.2

2005-05-25 Thread Bob Carpenter
Hi Aoife, I was NOT able to get it to work with the web.xml having this: true /container-descriptor> If you remove it, and place the axis jars like I mentioned below, then it should work. --BobC -Original Message- From: Aoife Kavanagh (Ext. 987) [mailto:[EMAIL PROTECTED] Sent: Wed

namespace prefix question

2005-05-25 Thread Jan Delannoy
Hi, I'm using an Axis generated stub class to call a web service. The generated messages use namespace prefixes like ns1, ns2, ns3, etc. even when it's the same namespace. Can I force Axis to use a namespace prefix of my choice for a given namespace? I'm using Axis 1.2 final. Many thanks, Jan

I need a Client .Net with Axis web service

2005-05-25 Thread Pippo Plutone
Hi all, I have a AXIS web service (with provider="java:MSG" and not provider="java:RPC") and my method of web service is: public Document echoDocument(Document doc) throws RemoteException { return doc; } I want a client .Net that use this web service? I've searched everywhere but nothi

complex type (help please)

2005-05-25 Thread Omar Bennani
what can i do to use complex type in my client java side ? should I use wsdl2java ? help _ Découvrez le nouveau Yahoo! Mail : 1 Go d'espace de stockage pour vos mails, photos et vidéo

Using Axis Fault

2005-05-25 Thread Ferruh Zamangoer
Hi,   I want to know if the steps which use to throw a Fault is right. I write a interface in with two methods like:   1.) public interface CUserService {     public boolean addUser(String pseudonym, User user) throws CUserException;     public boolean removeUser(String pseudonym) t

Re: Basic Authentication

2005-05-25 Thread YIXING MA
Hi guys,   Can anyone tells me how to reject a soap message in Axis Handler?   Thanks, Yixing Ma 

RE: Weblogic 8.1.2 and Axis 1.2

2005-05-25 Thread Aoife Kavanagh (Ext. 987)
Hi Bob, Thanks for the reply but unfortunately no joy. I did as you suggested but that just introduced problems for my initialisation servlet. Once change since I originally posted is that I replaced the NoClassDefFoundError with a NullPointerException by also deploying the wsdl4j.jar along with

Re: multiRef namespace question

2005-05-25 Thread Jan Delannoy
You're right, of course, I'm confusing things again. Global elements are always qualified, and the elementFormDefault and attributeFormDefault attributes apply to the local elements. And I see now that my problem was something completely different than Marks. The example I gave where the child ele

REPOST: Some Questions Regarding Wrapped Literal and Axis

2005-05-25 Thread Sagar Pidaparthi
HI, I would appreciate an answer to my questions below please. Regards Sagar Hi, I have a few questions and would appreciate answers from any one. When I use Wrapped Literal in Axis 1.2, after I generate wsdl using jav2wsdl and run wsdl2java, the deploy.wsdd file contains classes with

Complex types with client java

2005-05-25 Thread Omar Bennani
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 ? help please _

Basic Authentication

2005-05-25 Thread Jyothishree Honnavalli
  Hi ,   I found on apache axis-user mail archives discussion on Basic authentication. I looked at one of the solutions and tried using the stub as well…still getting 401 error. Please  let me know how you figured it out.   import org.apache.axis.client.*; import javax.xml.namespace.*

Re: Question about generated Java w/ WSDL2Java

2005-05-25 Thread Anne Thomas Manes
I suggest you log a bug. On 5/25/05, Kador, Daniel <[EMAIL PROTECTED]> wrote: > Anne, > > Thank you very much for your help. I'll try to clean up the WSDL and > see if that helps. > > As for the extraneous '>' bug, I'm most definitely using Axis 1.2. I > knew that this was supposedly fixed in

RE: Weblogic 8.1.2 and Axis 1.2

2005-05-25 Thread Keith Hatton
I believe you can create an APP-INF/lib folder in the EAR file, Jars in there should be visible to all components in the EAR. Hope this helps Keith -Original Message- From: Bob Carpenter [mailto:[EMAIL PROTECTED] Sent: 25 May 2005 15:01 To: axis-user@ws.apache.org Subject: RE: Weblogic

Re: multiRef namespace question

2005-05-25 Thread Anne Thomas Manes
Actually, it's the opposite. If you specify elementFormDefault="qualified", then all elements defined within the schema by default are namespace qualified. And to override the default, you would need to specify form="unqualified" on the specific element. Note that when using RPC style, you don't h

RE: multiRef namespace question

2005-05-25 Thread Mark Ford
The elementFormDefault atttribute on the schema only applies to local elements, not global elements. See http://www.w3.org/TR/xmlschema-0/ Section 3.1 Target Namespaces & Unqualified Locals. -Original Message- From: Jan Delannoy [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 25, 2005 3:36

RE: Weblogic 8.1.2 and Axis 1.2

2005-05-25 Thread Bob Carpenter
Hi Aoife, You and I are working similar problems. I posted my question on BEA's dev2dev forum. No one really had a good explanation - the axis' jars being in the WEB-INF/lib should work, but doesn't. So, someone suggested the brute-force method of adding the jars to the classpath of the app by inc

RE: Question about generated Java w/ WSDL2Java

2005-05-25 Thread Kador, Daniel
Anne, Thank you very much for your help. I'll try to clean up the WSDL and see if that helps. As for the extraneous '>' bug, I'm most definitely using Axis 1.2. I knew that this was supposedly fixed in the 1.2 release, which is why I am confused as to why they are appearing. Should I just chal

Re: WSDL 1.1 Operation Overloading Support

2005-05-25 Thread Anne Thomas Manes
You should avoid using operation overloading. On 5/25/05, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: > Hi All, > I need some help with information on level of support on Operation > Overloading in Axis Java 1.1. > WSDL 1.1 seem to support operation overloading. Does Axis Java 1.1 > sup

Re: Document-oriented services using Axis 2.0

2005-05-25 Thread Anne Thomas Manes
Try using Axis 1.2. On 5/25/05, Kiran Kumar <[EMAIL PROTECTED]> wrote: > > > Hello Friends, I read in Apache Axis 2.0 introduction document, it now > supports document-oriented webservices. I am really happy about it. But I am > failed to get any sample example or instructions on how to use >

Re: Question about generated Java w/ WSDL2Java

2005-05-25 Thread Anne Thomas Manes
A few recommendations: Things work a lot more easily if you use the "wrapped" style rather than "unwrapped". In the "wrapped" style, the input element name must be the same as your operation name. So, for the GetPurpose operation, you input element should be called GetPurpose rather than GetPurpos

Document-oriented services using Axis 2.0

2005-05-25 Thread Kiran Kumar
Hello Friends, I read in Apache Axis 2.0 introduction document, it now supports document-oriented webservices. I am really happy about it. But I am failed to get any sample example or instructions on how to use document-oriented (both client and server side) services. If you have any example,

Question about generated Java w/ WSDL2Java

2005-05-25 Thread Kador, Daniel
Hi, I hope this won't be too long, but I've got a few questions. I've got my WSDL broken into two parts - definitions and services. I've attached them below, as well as the schema I'm using. Using the command "java apache.axis.org.wsdl.WSDL2Java -s -S true AIEstateService.wsdl", I generate the

Axis Fault in Document Style

2005-05-25 Thread Fiore Paolo
Title: Axis Fault in Document Style Hi, to everybody I would to know if/how is possible to 'throw a customized Exception' from a WS in document/literal style to onother WS in document/literal. To be more clear, I created an object Fault_message starting from an xsd file and creating a java

Weblogic 8.1.2 and Axis 1.2

2005-05-25 Thread Aoife Kavanagh (Ext. 987)
Hi, I'm working with Weblogic 8.1.2 and Axis 1.2 on a Windows environment. I'm deploying an EAR file that contains the following: a number of message driven beans and a war file containing an init servlet and my application libs including my axis jars. My transport is SOAP over JMS so my beans r

WSDL 1.1 Operation Overloading Support

2005-05-25 Thread Samisa Abeysinghe
Hi All,     I need some help with information on level of support on Operation Overloading in Axis Java 1.1.     WSDL 1.1 seem to support operation overloading. Does Axis Java 1.1 support this? What about Axis Java 1.2?       I greatly appriciate any answers or pointers to some documentation on thi

RE: Header & attributes in SOAP msg

2005-05-25 Thread Anand, Rajesh
Title: Message     Gigi,       In most examples I've seen call.addparamter method to add parameters for the remote method call.   However, in my case I've an extra element as mentioned below, before the parameters in the body of soap.   Can I add this extra element using addBODYElement

RE: Header & attributes in SOAP msg

2005-05-25 Thread Luigi Della Monica
Title: Message …logger is an instance of a Log4J logger.   To save on file you can do:   FileOutputStream os = new FileOutputStream(new File("filename.xml")); msgContext.getMessage().writeTo( os ); os.close();   sorry, but I didn’t understood the other question.   Bye, Gigi

RE: Header & attributes in SOAP msg

2005-05-25 Thread Anand, Rajesh
Title: Message     Thanks for your code.       So I can add this to my soap client app and write it to txt file. which class does this belong to - logger.info???         One other thing, if you notice the body of soap msg     SOAP-ENV:Body>         xmlns:getIndex = "http://na

need some help

2005-05-25 Thread Anish Jindal
Can anyone of you tell me some link where i can find some tutorial for java web service programming with axis(not the command tools). Problem: Actually i m trying to make a tool which can publish web service given a class file. And automatically generate a client code for invoking web service prov

RE: Header & attributes in SOAP msg

2005-05-25 Thread Luigi Della Monica
Title: Header & attributes in SOAP msg Hi, You can easily add an handler on the response. I have tested it on the request but I think that work also on the response.   This is a code snippet of my handler. I serialize on my log but you can write on file.   public class EnvelopeLoggerHa

Header & attributes in SOAP msg

2005-05-25 Thread Anand, Rajesh
Title: Header & attributes in SOAP msg     Folks,     Is there a way to see soap msg before it goes out, maybe write it out to a .txt file to view it.     The soap msg I need to create has attributes and special headers defined.     Here is the snippet of what I need to

Re: multiRef namespace question

2005-05-25 Thread Jan Delannoy
If I'm not mistaking, when the schema elementFormDefault is set to qualified this only means that the global element declarations (i.e. those that are direct children of the schema element) should be namespace qualified. The local declarations (defined inside other elements or complexTypes) defaul