RE: Axis 1.2 Beta issue with derived classes

2004-06-18 Thread Banck, Arent-Jan
Title: Message Looks related to a bug I send in yesterday on Jira, AXIS-1400 Please file a new bug or comment on that. http://issues.apache.org/jira/browse/AXIS-1400 -Original Message-From: Saravanan Markandeyan [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004

How to run the WS-I scm in Axis 1.2 Beta

2004-06-18 Thread Cheng Po-wen
Hi, everybody: I don't know how to configure the WS-I scm for Axis BETA, I've modified the deploy.wsdd for manufacturer warehouse and successfully deploy it, and I use SOAPTest from Parasoft to do the test, and I got the following error message: Caused by: java.lang.RuntimeException:

Axis SOAPTest from parasoft

2004-06-18 Thread Cheng Po-wen
Hi, All: I use SOAPTest from Parasoft to test Axis's echo sample application, but it always fails on echoNestedArray echoMap echoMapArray echoNormalizedString echoHexBinary also, it seems that Axis doesnt support the deserializer for type {http://www.w3.org/2001/XMLSchema}DummyType Sting --

Axis - Deserialization via API

2004-06-18 Thread Benjamin Sempere
Hi, i ve a little question in glance with Axis. I used wsdl2java in order to generate Java classes. So all complexes types in my wsdl file are represented by a java class with getters for Axis (de)serializers called getSerializer and getDeserializer. In another class i will test these

Axis SOAPTest from Parasoft

2004-06-18 Thread Cheng Po-wen
Hi, All: I use SOAPTest from Parasoft to test Axis's echo sample application, but it always fails on echoNestedArray echoMap echoMapArray echoNormalizedString echoHexBinary also, it seems that Axis doesnt support the deserializer for type {http://www.w3.org/2001/XMLSchema}DummyType Sting --

wsdl is not generated

2004-06-18 Thread Michael Meyer
hi, I created with the help of the xdoclet axis tags the following service-wsdd file : service name=TestAxisJavaService provider=java:RPC parameter name=className value=de.juwimm.axis.test.ws.TestWSBean / parameter name=allowedMethods

RE: Populate WSDL2Java object from XML file.

2004-06-18 Thread jasenj1
Hmmm... That's not QUITE what I was looking for, but it may work. Rather than populate the WSDL2Java created object, just stuff the XML document in the SOAP body and punt. I need to change a few of the values in the document, but I can do that via DOM calls. And just to clarify, this IS the

RE: purpose/usage of .wsdd file

2004-06-18 Thread Anderson Jonathan
I think of it this way: Axis is essentially a servlet, and you deploy it in a WAR via the WEB-INF/web.xml deployment descriptor. Well, how do you tell Axis what services to deploy? The Axis WEB-INF/server-config.wsdd deployment descriptor tells Axis what classes to deploy as services

How to get the service object for a given session id

2004-06-18 Thread Chris Aiken
Hi, everybody! I like to get the service object for a given session id, not for a session object (like msgContext.getSession()). How can I get it? Where I have to search? Thanks for any help! Chris Virus checked by G DATA AntiVirusKit Version: AVK 14.0.1040 from 26.05.2004 Virus

How to get the service object for a given session id

2004-06-18 Thread Chris Aiken
Hi, everybody! I like to get the service object for a given session id, not for a session object (like msgContext.getSession()). How can I get it? Where I have to search? Thanks for any help! Chris Virus checked by G DATA AntiVirusKit Version: AVK 14.0.1040 from 26.05.2004 Virus

RE: Populate WSDL2Java object from XML file.

2004-06-18 Thread Anne Thomas Manes
Jasen, Typically, if the applications involved are working with and XML DOM, then you probably want to use the messaging interface. But there is an alternative. You might consider using JAXB, JaxMe, Castor, JiBX, or another XML/Object binding framework to map your XML document to the WSDL2Java

How to create more 2 portType

2004-06-18 Thread Gustavo De Simone
Hi there, I would like tohave more than one portType in the same WSDL. Is this possible in Axis? Meaning having more than one class implementing the endpoint services butwith the same WSDL. Is there any way to configuring the WSDD to have this configuration? I knowthis is possible in

Problem with DIME to C#

2004-06-18 Thread david . mounier
Hello, I've developped a webservice with c#, i need to call it from weblogic, therefore i've installed axis. My webservice uses WSE 2.0 to handle Dime attachments. I've used WSDL2Java to create proxy stub classes, but i don't manage to add the attachments on the call. Here is the client code :

RE: exceptiong handling

2004-06-18 Thread Vikas Phonsa
Thanks for your reply. But shouldn't an application be allowed to throw any kind of custom exceptions not tied to Axis Fault ? And I would appreciate if someone can give a concrete working example of a web service class actually throwing an exception (extended from Axis fault or

Re: exceptiong handling

2004-06-18 Thread Davanum Srinivas
see samples/fault - Original Message - From: Vikas Phonsa [EMAIL PROTECTED] Date: Fri, 18 Jun 2004 08:44:48 -0700 Subject: RE: exceptiong handling To: [EMAIL PROTECTED] [EMAIL PROTECTED] Thanks for your reply. But shouldn't an application be allowed to throw

RE: exceptiong handling

2004-06-18 Thread Vikas Phonsa
Yeah that's what I'm working on right now. Will get back. Thanks vikas -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Friday, June 18, 2004 9:28 AM To: [EMAIL PROTECTED] Subject: Re: exceptiong handling see samples/fault - Original Message - From:

RE: Exposing an EJB as a doc-literal web service

2004-06-18 Thread Rahul Jain
Anne, THANK YOU VERY VERY MUCH for all these detailed explanations. I think I am going to use the WRAPPED literal style for my web service, interpreting the xml from the client like a String. Your explanations are so goodlucid and detailedI have looked at several web services books out

RE: WS-I Test on doc/literal Web Service

2004-06-18 Thread Junaid . Bhatra
Yes that's what I thought too. I will report this as a bug. Thanks, Junaid Anne Thomas Manes

VB 6.0 client and Axis web service

2004-06-18 Thread Bhattacharjee, Raja
Has anyone tried to use VB 6.0 client against an AXIS web service? If yes, can you send me the options that I have and how to accomplish that? Couple of options that we see are: Create .net assembly dll from .net and use VB 6.0 from a box with .net framework in it. Create a WSML and WSDL in the

RE: exceptiong handling

2004-06-18 Thread Vikas Phonsa
I pulled out the source code for samples/faults from the apache axis cvs and tried to implement and test the web service. Same thing, I get the stack trace back in the SOAP message. The SOAP message should just have the fault string like no employee found. I don't want the entire big stack trace

passing parameters to a deployed SOAP service via WSDD

2004-06-18 Thread Mark D. Hansen
Can I pass parameters to a service (for initialization) using the WSDD file? If so how? Here is my WSDD: deployment xmlns=http://xml.apache.org/axis/wsdd/; xmlns:java=http://xml.apache.org/axis/wsdd/providers/java; service name=GetAddrFromPO style=message parameter name=className

Re: passing parameters to a deployed SOAP service via WSDD

2004-06-18 Thread vh
Mark D. Hansen wrote: One way to do this is passing through web.xml. Check axis doc for how to obtain the webcontext. I don't know if there's a better way. Can I pass parameters to a service (for initialization) using the WSDD file? If so how? Here is my WSDD: deployment

Good resources on different SOAP encoding styles

2004-06-18 Thread David Song
I was asked in a recent interview about the real (subtle) differences between the different SOAP encoding styles (RPC/literal, Document/literal, wrapped) and I could not answer it because I truly do not understand what exactly (not syntax) the real difference between RPC style and Document style.

Re: Good resources on different SOAP encoding styles

2004-06-18 Thread Dhanush Gopinath
David .. If u go back in this mailing list or mai archive , Anne has provided some excellent explanations .. please go thru it Dhanush - Original Message - From: David Song To: [EMAIL PROTECTED] Sent: Saturday, June 19, 2004 5:28 AM Subject: Good resources on

Re: Problem with DIME to C#

2004-06-18 Thread Dhanush Gopinath
David I am Java guy. So dont know how to handle in C# But do refer this http://www.mail-archive.com/[EMAIL PROTECTED]/msg20064/AttachmentHandling_in_Axis_v0.1.doc In that set the property to DIME instaed of MIME .. at the client side Cheers Dhanush - Original Message -