Re: library http channel

2005-03-18 Thread Adrian Dick
Hi, I have just found a problem with the packaging of the binaries on unix platforms, that I believe could be the root of your problems. A fix has just been placed into CVS and will be available in the next nightly build ( http://cvs.apache.org/dist/axis/nightly ) For more detail on the problem

RE: is it possible to change soapenc:string to xsd:string in generated WSDL?

2005-03-18 Thread Merten Schumann
as suggested, created an enhancement request http://issues.apache.org/jira/browse/AXIS-1879 :-) cu Merten -Original Message- From: Davanum Srinivas Sent: Tuesday, March 15, 2005 6:29 PM To: axis-user@ws.apache.org Subject: Re: is it possible to change soapenc:string to

soap header binding

2005-03-18 Thread Küst Heiko
hi, a question about headers: when i define a header (some type with some attributes) and define the binding for that header to be soap-encoded, the multiRef reference to the header goes to the soap-body (*) which means that the header information is splitted up between soap-header and soap-body:

Error : No deserializer defined for array type

2005-03-18 Thread c . tupe
Hi All, I have provided webservices for an existing application. The application is developed in WebObjects and is deployed in Axis web service server. I am returning array of custom class which is of the form Javabean. Earlier I was getting error at both end Server as well as Client. Then I

How to implement encryption of soap enveleope messages using wss4j?

2005-03-18 Thread anshuk pal chaudhuri
I have got the structure of the encrypted body,i mean how it should it look like. which class should we need to use and what are the methods should be used? __ Do you Yahoo!? Yahoo! Small Business - Try our new resources site!

problem with web service method which returns boolean, not understood by JAX-RPC client

2005-03-18 Thread Merten Schumann
Hello, my (Sun J2EE 1.4 RI from 2005) JAX-RPC client fails against a web service hosted by Axis 1.2RC3. I do try to invoke a method boolean returnSomething(). I end up with invalid boolean value: at com.sun.xml.rpc.encoding.simpletype.XSDBooleanEncoder.stringToObject(XSD BooleanEncoder.java:62)

RE: .NET and Axis

2005-03-18 Thread aedemar . cooke
Title: .NET and Axis Hi Dino, thanks for your suggestion but I have found that I can generate helper classes using --helperGen on the WSDL2Java command. These helper classes contain the typeDesc code that Axis uses for it serialization. BeanSer/Deser actually tries to load these _Helper

RE: .NET and Axis

2005-03-18 Thread Dino Chiesa
Title: .NET and Axis terrific, I'm glad it worked for you. Your approachsounds like a good one. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 8:12 AMTo: axis-user@ws.apache.orgSubject: RE: .NET and Axis Hi Dino, thanks for your suggestion but I have

'response' to one-way operation

2005-03-18 Thread Jeff Greif
When a one-way operation is invoked via SOAP over HTTP, is there an HTTP response to the client, or is the connection just closed by the server? If there is some sort of response, what is supposed to appear on the wire back to the client? Jeff

JDBC Service

2005-03-18 Thread Gregory G Carter
Hello, I have Axis up and running, and have done some examples but I am really interested to know how I can return a JDBC result set from a web service, and what exactly is involved in the client end. Has anyone attempted to obtain result sets of JDBC queries from a web service? -gc

Re: JDBC Service

2005-03-18 Thread Axel Burwitz
Gregory G Carter wrote: Hello, I have Axis up and running, and have done some examples but I am really interested to know how I can return a JDBC result set from a web service, and what exactly is involved in the client end. Has anyone attempted to obtain result sets of JDBC queries from a

Re: 'response' to one-way operation

2005-03-18 Thread Gregory G Carter
I furthermore... Is there a map of the response codes you get back from the http transport session vs the exceptions you get for a soap request. I think I could probably answer that one myself by cracking open the source code...but I am lazy at the moment. -gc Anne Thomas Manes wrote: HTTP is

Re: 1.2rc2 (Wrapped) Document/Literal soap response for array items xmlns set to

2005-03-18 Thread Anne Thomas Manes
As a quick workaround, add elementFormDefault=qualified to your schema: schema xmlns=http://www.w3.org/2001/XMLSchema; targetNamespace=http://xmlns.mycompany.com/ws; elementFormDefault=qualified Anne On Fri, 18 Mar 2005 03:08:07 +, M S [EMAIL PROTECTED] wrote: Hi, It

RE: 'response' to one-way operation

2005-03-18 Thread Ephemeris Lappis
Think that the http protocol is just a transport binding for your service. In the future, another binding should be selected : for the one-way call, an asynchronous protocol could be a good candidate. Your client code should not be aware of this technical detail, the same way your client logic

Re: 'response' to one-way operation

2005-03-18 Thread Anne Thomas Manes
From the WS-I BP [1]: 3.4.4 HTTP Success Status Codes HTTP uses the 2xx series of status codes to communicate success. In particular, 200 is the default for successful messages, but 202 can be used to indicate that a message has been submitted for processing. Additionally, other 2xx status codes

Re: Axis 1.2 RC3 service with tree like objects structur and VB.net client = ERROR

2005-03-18 Thread Anne Thomas Manes
Please provide the WSDL. On Fri, 18 Mar 2005 20:17:38 +0100, Torsten Trzeciak [EMAIL PROTECTED] wrote: Hello, I have a tree like java xobject structure with arrays: Copany[] name employees[] last name first name

Re: Using the use=literal attribute

2005-03-18 Thread Anne Thomas Manes
Please provide more information: - WSDD - WSDL On Thu, 17 Mar 2005 18:34:41 +0100, Julien Martin [EMAIL PROTECTED] wrote: Hello, I want to use the use=literal with my wsdd I tried adding use=literal in the wsdd and I get this from axis when I try to load the wsdl in the

Re: Using .NET how to deserialize obj from detail element of SOAP fault sentby AXIS?

2005-03-18 Thread Tim K. (Gmane)
Anne, Would this then be an Axis bug? Shouldn't Axis generate the proper WSDL for custom exceptions when using WSDL2Java? Thanks. Tim Anne Thomas Manes wrote: Per both the SOAP 1.1 spec and the WS-I BP, faults must be described as document/literal -- even if the input and output messages are

Re: Using .NET how to deserialize obj from detail element of SOAP fault sentby AXIS?

2005-03-18 Thread Anne Thomas Manes
I think so. On Fri, 18 Mar 2005 12:38:03 -0800, Tim K. (Gmane) [EMAIL PROTECTED] wrote: Anne, Would this then be an Axis bug? Shouldn't Axis generate the proper WSDL for custom exceptions when using WSDL2Java? Thanks. Tim Anne Thomas Manes wrote: Per both the SOAP 1.1 spec and

Re: 'response' to one-way operation

2005-03-18 Thread Jeff Greif
The use case here was a test platform that simulates web services without a real soap stack or functional implementations of those services. For request-response operations, it builds an http response containing the right headers and soap envelope with content read out of a fixed document in the

Re: Using .NET how to deserialize obj from detail element of SOAP fault sentby AXIS?

2005-03-18 Thread Tim K. (Gmane)
Anne, First a correction, I meant to say Java2WSDL. I looked for a bug and I can't find anything, do you know if there's a bug filed already? If not, I will file one. I wonder if there's still enough time to get it fixed for the 1.2 release. Can any of the Axis developers please comment on this?

Problem deploying default Axis webapp in WebSphere 5.1.0

2005-03-18 Thread ragade
Title: Problem deploying default Axis webapp in WebSphere 5.1.0 hi, I'm trying to deploy Axis (axis-1_2RC3) to WebSphere 5.1.0 (default installation). I started with just trying to deploy the default axis webapp. I jar'd up E:\jakarta\axis-1_2RC3\webapps\axis as axis.war First I ran