Axis C++ version 1.1 Released

2004-04-19 Thread damitha
Hi all, Axis C++ team is proud to announce the release of Apache Axis C++ version 1.1. This C++ SOAP engine implementation provides a platform for developing Web services using C/C++ and also includes a client side library for developing C/C++ client applications. This release includes

Axis C++ version 1.1 Released

2004-04-19 Thread damitha
Hi all, Axis C++ team is proud to announce the release of Apache Axis C++ version 1.1. This C++ SOAP engine implementation provides a platform for developing Web services using C/C++ and also includes a client side library for developing C/C++ client applications. This release includes

JMS problem

2004-04-19 Thread Sebastian Urbanski
Hi, I need do webserwice which for (soap reaquest from www client) connect to JMS (send message to Sonic 4.0.2 - JMS is ready and work). After answer message (from JMS), this webserwice must return answer to www client. How I can do it? Axis + Tomcat is good framework? Maybe somebody have

Axis :: Array deserialization :: Exception !! ['Watchdog': checked] ['Watchdog': Virus checked]

2004-04-19 Thread KKanagaraj
Hi there, I have deployed the examples5 supplied by axis, which shows how to use beans in webservice. Well, it works very fine when I deploy this service as Java:RPC, it is deserializing the array of string perfectly. But, When I deploy the same service as document/literal, I get an

Programmatic deployment of a web service

2004-04-19 Thread Gaganis Giorgos
Hello I want to deploy web services using the admin webservice. I cannot figure out what parameters it needs. Any help would really be appreciated. Thank you very much in advance Giorgos Gaganis

SOAP request :: String length constraint !! ['Watchdog': checked] ['Watchdog': Virus checked]

2004-04-19 Thread KKanagaraj
Hi All, I have modified examples5 supplied by Axis samples. The modification is, I have added an additional constraint in the length of an element : element name=customerName nillable=true simpleType restriction base=xsd:string maxLength value=5 / /restriction

Using axis with WLS 8.1

2004-04-19 Thread Anadiotis George
Hello We are trying to integrate Axis 1.1 with WLS 8.1. Specifically,what we need todois expose a service object of an existing Web Application as a Web Service. Please note that in this scenario, WLS is only used as a servlet container, so we chose to go about it using Apache Axis. Following

Client side Type Mapping

2004-04-19 Thread Oetting, Jan
Hi, I need Custom Serialization for java.sql.Timestamp. I've written a serializer and deserializer and registered them on the server side. Now I need to register them on the client side. One possibility is to modify the WSDL2Java generated Stubs. I don't wan't to change them (because if changes on

Types as XML

2004-04-19 Thread Jason Dobies
In our application, we have a need to access the data that came through our web service as both Java objects and their underlying XML representation. We're employing literal use, so my first reaction is that if I could access the soap body directly, I could simply grab the XML from there. My

Binary Data

2004-04-19 Thread Jerry Jalenak
Hi All, I'm needing to return binary data (.tif images) from an Axis webservice to both Java clients and C# clients. Is there a recommended best-practice for doing this? I found a hit in google on using the javax.activation.DataHandler to the binary data to a SOAP message as an attachment. Is

InvocationTargetExceptionError when accesing a native library

2004-04-19 Thread Mamnani, Praveen K (Praveen)
Title: InvocationTargetExceptionError when accesing a native library Hello, I am creating a web service that requires access to a native 'c' library. I have written the appropriate JNI code and tested it against a regular java app and it works fine. However, when the native library is

Re: Binary Data

2004-04-19 Thread Tom Nelson
I can't profess to be a source of good advice, but I have done some tests that are similar. I've had some success at interoperability by declaring the return type of the the service method as an 'Object' instead of a 'DataHandler': Object getFile(String name) { return new DataHandler(new

RE: Binary Data

2004-04-19 Thread Jerry Jalenak
Tom - Thanks for the reply. I had gone ahead and tried to return a type of 'DataHandler', but was having problems on the client side making it understand the return type. Never occurred to me to try 'Object'. I'll make the changes and try it again. Thanks! Jerry Jalenak Development Manager,

Webservice calling webservice

2004-04-19 Thread Richard Alan Herz
Hi! i have a web service published with axis. now i want one of the methods to call another web service when it gets invoked. naive like i am i thought i just put the following lines in my ws method: --- --- --- // new stub object org.tnms.ots.client.OpenTrustServiceBindingStub

Installation error after coping over axis directory

2004-04-19 Thread Justin Singer
I installed Tomcat as part of the Java Web Services Developer 1.3 pack. I've been able to access web applications deployed here. I just downloaded Axis 1.1. and followed the installation instructions. I copied over the contents of the webapps\axis directory into the webapps folder, restarted the

Known WSDL emitting issue or new 1.2 beta bug?

2004-04-19 Thread Anderson Jonathan
Greetings everyone, I want to get a reality check before entering a JIRA bug report. Thanks go out to the SOAPtest guys over at Parasoft for helping me realize this problem - it was quite subtle. In the following WSDL, I do the following: BankService-DocLiteral.wsdl, target namespace:

RE: Can I do a web service as pure xml (no RPC stuff at all)?

2004-04-19 Thread Samir Shaikh (ex 444)
I also have a similar question in which I want to build and deploy a webservice in axis that are proprietary xml messages flowing between the servers, no SOAP Encoding. Please help. Thanks. Samir -Original Message-From: David Thielen [mailto:[EMAIL PROTECTED]Sent: Sunday,

Re: Known WSDL emitting issue or new 1.2 beta bug?

2004-04-19 Thread Davanum Srinivas
Yes, please open a bug report. thanks, dims --- Anderson Jonathan [EMAIL PROTECTED] wrote: Greetings everyone, I want to get a reality check before entering a JIRA bug report. Thanks go out to the SOAPtest guys over at Parasoft for helping me realize this problem - it was quite subtle.

RE: JMS problem

2004-04-19 Thread Krishnendu Kunti
Hi Seba Can you explain your scenario in bit more detail? We have done some work in the same area...maybe it can help provided I understand your scenario Cheers Krish -Original Message- From: Sebastian Urbanski [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 12:42 PM To: [EMAIL