Re: SOAP -- .net interoperability -- questions

2002-07-05 Thread Steve Loughran
- Original Message - From: "Giacomo Fiorentini" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 04, 2002 01:52 Subject: SOAP -- .net interoperability -- questions > I tried the Axis beta 2, with interoperability with .net (to and from), and > I didn't found particular

re: Deserialization of Java beans

2002-07-05 Thread Ian Roughley
Jeffery, I had the same problem this morning (ok, it was most of the start of this week). I found by not using the java2wsdl and wsdl2java code generators, it worked. My suspicion is that it is in the deployment descriptors that are generated - haven't had time to follow up yet. /Ian I have

re: Deserialization of Java beans

2002-07-05 Thread Ian Roughley
Jeffery, I had the same problem this morning (ok, it was most of the start of this week). I found by not using the java2wsdl and wsdl2java code generators, it worked. My suspicion is that it is in the deployment descriptors that are generated - haven't had time to follow up yet. /Ian I have

RE: Client stub to invoke services published in UDDI registry ?

2002-07-05 Thread Volkmann, Mark
When you're using generated client stubs to invoke a service, the only thing you want is the location of the service. You can extract the location of the WSDL description from the UDDI registry, parse that, and extract the value of the location attribute on the soap:address element that is wi

Client stub to invoke services published in UDDI registry ?

2002-07-05 Thread Axis Help
Hi, How to  use the Client stub generated by WSDL2Java, to invoke services ( described in WSDL ) in UDDI registry. ? ThanksDo You Yahoo!? New! SBC Yahoo! Dial - 1st Month Free & unlimited access

re: beans as attributes to beans

2002-07-05 Thread Ian Roughley
Jim, I have both the client and server as Axis. My clients is a simple java class run from the commands line and the server is running Axis under Tomcat. Were you returning a complex object from the server or sending one to it? Thanks, Ian I have done this and it seems to work fine. Is your

re: beans as attributes to bean

2002-07-05 Thread Ian Roughley
Pascal, The serializing in not the problem. I am doing the reverse of example 5 - I am sending a string to the web service and returning a complex object. By using TCPMon I can see all the data serialized correctly from service going back to the client. But on the client the DeserializeImpl i

How to Pass a value from Basic Handler to EJB

2002-07-05 Thread Marteijn Nouwens
Hi,   I am currently facing the problem that i have to store the soap message in a database and pass the primary key on to the EJB which will process the Data futher.   Can anywone give me a tip on how to do this. I tried a lot but they do not seem to communicate.     Thanks,     Marteijn N

RE: Deserialization of Java beans

2002-07-05 Thread Mick Robinson
Title: Message Have you run the wsdl2java on your web service wsdl, that will generate the code needed to consume the bean..  Its the easiest approach..   -Mick -Original Message-From: Jeffrey Rego [mailto:[EMAIL PROTECTED]] Sent: Friday, July 05, 2002 2:17 PMTo: [EMAIL PR

Deserialization of Java beans

2002-07-05 Thread Jeffrey Rego
I have set up a server and client using Axis, and need to send a Java bean back and forth.  I can make the Jave bean serialize, but deserialization throws an error on both sides (it can't find the deserializer).  Both basic and complex Java beans produce this error.  Thanks for your help.     -Jeff

Invoke Error

2002-07-05 Thread Cohan, Sean
I'm using the 7/5 build. I'm glad to see the error trying to deploy with the 7/2 build has gone away. I'm able to build and deply a little test app I wrote. I used Java 2WSDL and WSDL2Java. I'm able to put the service in axis\services and have tomcat/axis recognize it as an axis service. But

RE: wsdl2Java proxy classes and SOAP headers

2002-07-05 Thread Martin Pichardo
Sylvain, The wsdl files i am using contain soapheaders. The patch you describe is exactly what I need. Could you send me the patch? What do I have to do to setup? Do i need to install the lastest build of axis ? Thanks, Martin List: axis-user Subject: RE: wsdl2Java proxy classes and SO

RE: wsdl2Java proxy classes and SOAP headers

2002-07-05 Thread Martin Pichardo
Sylvain, The wsdl files i am using contain soapheaders. The patch you describe is exactly what I need. Could you send me the patch? What do I have to do to setup? Do i need to install the lastest build of axis ? Thanks, Martin List: axis-user Subject: RE: wsdl2Java proxy classes and SO

RE: [Namespace] : personnalize namespace prefix

2002-07-05 Thread Wimmer, Matthias
Pascal, how did you add this header element? You might want to try SOAPEnvelope.addHeader( new SOAPHeaderElement( String namespace, String prefix ) ) If this proposal works, please send a kind response. Matthias Wimmer > -

Re: axis and IWS 6.0

2002-07-05 Thread Monika . Huk
Hi Cyril, thanks for your information. I just submitted the problem to the bugzilla database. Gruesse Monika Huk > > > > >"cyril gonnot" <[EMAIL PROTECTED]> >04.07.2002 03:01 >Please respond to axis-user > > To: [EMAIL PROTECTED] > cc: > Subject: Re: axis

RE: Beautify your WSDL view...

2002-07-05 Thread Mick Robinson
Thank you Darren! This helped a great deal, and explained some other problems that I've had before. I just got to look now at what I did to generate that wsdl... I don't think we put the spaces in there on purpose?. Anyone else have similar problems? -mick -Original Message- From: Darre

RE: beans as attributes to beans

2002-07-05 Thread Stickley, Jim
I have done this and it seems to work fine. Is your client and server both Axis, or are you using another SOAP implementation? I have gotten it to work with the following combinations: Client Server AxisAxis .NETA

Réf. : beans as attributes to beans

2002-07-05 Thread pascal . recchia
I develop Web Services which return objects that contain beans as attributes in other beans. I don't use the wsdl2java ... But if you want serialize on client side a bean .. bean, you must use this method registerTypeMapping : QName qn = new QName( "urn:BeanService", "Order" ); call.regist

RE: Integrating Axis with a web server

2002-07-05 Thread Jason D. Lee
Thanks for the pointer, Brian. I think the reference I remember seeing was the option on the install, which, for some odd reason, I declined last time. I reran the installer, selected the option, and I'm off and running. Thanks a lot! -- Jason Lee - Programmer 405.745.1789 Hobby Lobby Stores,

WSDL, UDDI, JAXR

2002-07-05 Thread Axis Help
Hi, I have created client stubs and server skeleton classes using WSDL2Java tool in axis.I am able to invoke the server side services using client stub generated by WSDL2Java. Now I want to register my services ( using WSDL) into UDDI registry, and then I want to invoke the services.I trying to u

beans as attributes to beans

2002-07-05 Thread Ian Roughley
Hi, Has anyone had experience with objects that contain beans as attributes in other beans? The Java2WSDL and WSDL2Java work fine, and looks good. On the server side the return object is serialized correctly, but on the client there are exceptions for deserializing (org.xml.sax.SAXException: !!

Globale and session variable in axis

2002-07-05 Thread Akacem Mohammed
Hello blake, thank you for your suggestion. Mohammed Mohammed, I could be missing something in your question, but wouldn't a singleton work in this case? Simply create a static current() method on in your connection pool that returns the VMs only instance of the connection pool class. Tha

AW: Globale and session variable in Axis

2002-07-05 Thread Akacem Mohammed
-Ursprüngliche Nachricht- Von: blake biesecker [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 4. Juli 2002 16:39 An: '[EMAIL PROTECTED]' Betreff: RE: Globale and session variable in Axis Mohammed, I could be missing something in your question, but wouldn't a singleton work in this c

Integrating Axis with a web server (Tomcat)

2002-07-05 Thread Suresh Marella
Title: Integrating Axis with a web server (Tomcat) Hi Jason Lee , You can integrate "Tomcat 4.01 and Axis" . Please follow the following steps. I assume that 1.  You have Tomcat 4.01 zip (jakarta-tomcat-4.0.1.zip) file is available with you 2.  You have xml-axis-beta2 zip (xml-a

Re: Integrating Axis with a web server

2002-07-05 Thread Glyn Normington
Since Axis does not provide a robust server, you should probably ask this question on [EMAIL PROTECTED] Glyn

Re: Integrating Axis with a web server

2002-07-05 Thread Brian Ewins
Jason D. Lee wrote: > I'd like to integrate Axis (or Tomcat, whichever is appropriate) with Apache > so that on my development system (Win2K), my web service is available as > long as my machine is on. I have Apache running as a service, and I'd like > to be able to avoid having the extra window

questions about nightly build 07-02

2002-07-05 Thread Geza.Szocs
Hi, I experienced the following changes/problems in Axis nigthly build 07-20 (previously I used beta2): 1. The namespace for the SOAP operation seems to have moved into SOAPAction. Is this so ? What does the SOAP spec say about this ? Is a namespace mandatory for the SOAP operation ? Until