Re: help: deployment/wsdl errors

2003-07-08 Thread Sonja Pieper
Davanum Srinivas wrote: Please submit a bug report with the test case that can be used to recreate the problem. BUT before that try upgrading to 1.1 Axis and/or latest CVS to see if the problem still exists. (http://ws.apache.org/axis/bugs.html) Thanks, dims I did not know the release was finally

help !!! DIME attachments problems

2003-07-08 Thread Philippe GENESTE
Hello, Sorry i'm new on SOAP with attachments !!! I try to download file from Server (AXIS) on client (Gsoap) via a web service. I have a problem to retrieve files on client side (problem in GSOAP soap_lookup_type function) Perhaps someone can tell me what is wrong in my implementation. Here m

Re: getOption in handler returns Null !!

2003-07-08 Thread beoh
Thanks, Dan. I already got it to work. :) Beoh > Try putting your handler parameters within the /deployment/handler > declaration (where you define what "AuditTrailHandler" is in the first > place), rather than under /deployment/service/requestFlow/handler where > you invoke it. That should ge

Re: getOption in handler returns Null !!

2003-07-08 Thread Dan Kamins
Try putting your handler parameters within the /deployment/handler declaration (where you define what "AuditTrailHandler" is in the first place), rather than under /deployment/service/requestFlow/handler where you invoke it. That should get the parameter through. There is an example of this in

Re: custom (de) serializer

2003-07-08 Thread Srinath Perera
Hi If the (De)Serializers are not mention in the deploymnt discriptor axis can't find it unless you give him this info by hack into src code ect. for more info Axis userguide cutom type mapping part(If am rember correct). It has few samples named to look at. regards Srianth On Wed, 2003-07-

Re: getOption at client side ..

2003-07-08 Thread beoh
This is my client-config.wsdd file http://xml.apache.org/axis/wsdd/"; xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";> when i invoked the 'AttachmentService', handlers are not invoked at all for both request an

getOption at client side ..

2003-07-08 Thread beoh
Hi, At the AXIS client side, can i specify service-specific handlers in client- config.wsdd instead of specifying the handlers to be invoked at the tag ? thanks, Beoh

Re: What mime-type for PDF returned in attachment?

2003-07-08 Thread Philip Puccio
Hi Dims, Are you telling me that Axis 1.1 does not support these types and I should get the latest Axis build from apache? Thanks, . . . Phil >>>Please try latest cvs. >>> >>>Thanks, >>>dims From: Philip Puccio on 07/08/2003 08:52 PM To:[EMAIL PROTECTED] cc: Subject:What mime-typ

getOption method returns null in Handler ...

2003-07-08 Thread beoh
Hi, I encountered a strange problem. I am not able to retrieve the parameter from the delpoyed handler. In my handler code, it just returned me Null. I have absolutely no idea what went wrong. Anyone has any clue ? This is my deployed service, http://schemas.xmlsoap.o

getOption in handler returns Null !!

2003-07-08 Thread beoh
Hi, I encountered a strange problem. I am not able to retrieve the parameter from the delpoyed handler. In my handler code, it just returned me Null. I have absolutely no idea what went wrong. Anyone has any clue ? This is my deployed service, .. ... I am not ab

Re: What mime-type for PDF returned in attachment?

2003-07-08 Thread Davanum Srinivas
Please try latest cvs. Thanks, dims --- Philip Puccio <[EMAIL PROTECTED]> wrote: > Hi, > > I've successfully used attachments (using mime type "text/plain") to send > Strings as input parameters and as return values. Now I'm trying to return a > byte array ( byte[ ] ) and am consistently failin

What mime-type for PDF returned in attachment?

2003-07-08 Thread Philip Puccio
Hi, I've successfully used attachments (using mime type "text/plain") to send Strings as input parameters and as return values. Now I'm trying to return a byte array ( byte[ ] ) and am consistently failing because I'm not picking the proper mime-type. Here's what I've tried along with the result

Re: NT error

2003-07-08 Thread Akhil Gupta
Hi Joseph Generally you get "connection reset by peer" error if the machine you are trying to connect does not authenticate you to connect to it. To me it looks like that the machine on which you are running you client is not allowed to connect to the Windows NT machine where you are running WebS

Bug in org.apache.axis.handlers.LogHandler ?

2003-07-08 Thread Dan Kamins
I'm planning to file a bug report, but I wanted to make sure I'm sane first and that the bug is what I think it is. The handler defined in org.apache.axis.handlers.LogHandler attempts to log the elapsed time of processing. To do so, it stores the start time in a class field called "long start"

Re: examples stock doesn't work

2003-07-08 Thread Akhil Gupta
Hi Yu Sometimes what happens is that there is some control character at the end of the file and then i prevents it from getting parsed properly. My suggestion will be to copy the text that you attached in the mail and save it as a file. Then validate it with some XML editor and then try to deploy

Re: Problem with AXIS 1.1 (Possible Bug)

2003-07-08 Thread Anne Thomas Manes
Perhaps you can tell us what problems occur in Axis 1.1? I see a number of problems with the WSDL, so perhaps the error was with Axis 1.0: The binding specifies style='document' and use='literal', but the soap:body and elements specify encodingStyle and namespace attributes, neither of which sh

Re: custom (de) serializer

2003-07-08 Thread Joachim Van der Auwera
Oh yes, this message also appears (on the server side) when I try to query the web-service. In fact, it seems the custom serializers samples are utterly useless (or I am getting retarded). While the (de)serializer classes exist, they are not mentioned in the deployment descriptors and don't seem t

Axis specification question

2003-07-08 Thread Michael Fuller
Hello, I'm fairly new to web services. I'm currently working on a project with another organization that has specific requirements in regards to web services from our end. Some of the specs I was able to determine for myself via the requirements page. For the others, I wonder if someone cou

custom (de) serializer

2003-07-08 Thread Joachim \(PROGS\)
I am trying to write custom (de)serializers. When in the AxisServlet, I now ask the wdsl to be generated, I get the following error AXIS error Sorry, something seems to have gone wrong... here are the details: Fault - ; nested exception is: WSDLException: faultCode=OTHER_ERROR: Can't find prefix

SV: Axis 1.1 + WebLogic 7.0 + Sun-JSSE/Certicom-SSL

2003-07-08 Thread Morten Sabroe Mortensen
...What have you "java.protocol.handler.pkgs" set to? At some places, the BEA-doc says "weblogic.net", at other places, it says "com.certicom.net.ssl". As far as I can tell, it is the same for both "7"-and "8"-doc. Regards, Morten S. Mortensen -Oprindelig meddelelse- Fra: [EMAIL PROTECTE

Re: help: deployment/wsdl errors

2003-07-08 Thread Davanum Srinivas
Please submit a bug report with the test case that can be used to recreate the problem. BUT before that try upgrading to 1.1 Axis and/or latest CVS to see if the problem still exists. (http://ws.apache.org/axis/bugs.html) Thanks, dims --- Sonja Pieper <[EMAIL PROTECTED]> wrote: > Hi, > > I have

help: deployment/wsdl errors

2003-07-08 Thread Sonja Pieper
Hi, I have seen this problem on the list before with no resolution so far, I am still hoping someone out there can help me. I am deploying a service which is successfully used BUT when I try to get the wsdl I get the following error which some people have said could be connected to my service

RE: Problem with AXIS 1.1 (Possible Bug)

2003-07-08 Thread santosh . joshi
Dims, Thank you very much for the expert help. Very much appreciated. Wonder how come it works with AXIS 1.0 :-) Regards, Santosh -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 1:40 PM To: [EMAIL PROTECTED] Subject: RE: Problem with AXI

how to monitor the progress of the attachment part

2003-07-08 Thread Vijayender
er Community, Could you kindly tell me how to implement streaming using SOAP messages and attachment parts. I want to watch the progress of the file/message thats getting transfered from server to the client. Thanks in anticipation, vijayender

I need help: session management

2003-07-08 Thread casavic
Hi all. I have a problem in session management; i'm not be able to set the "session timeout" in a Web service that use SOAP sessions. Can anyone help me??? Thank

RE: Problem with AXIS 1.1 (Possible Bug)

2003-07-08 Thread Davanum Srinivas
Slight problem with your wsdl...See attached wsdl. C:\bugs>diff Finder.orig.wsdl Finder.wsdl 104c104 < --- > 112a113 > -- dims --- [EMAIL PROTECTED] wrote: > All, > > The following wsdl attached to this message, works fine wit

RE: Axis 1.1 + WebLogic 7.0 + Sun-JSSE/Certicom-SSL

2003-07-08 Thread Geza.Szocs
> ...Which version of WebLogic are you using? 7.0.2.0? -What > does your "/logs/log.txt" say? Yes , I've been using 7.0.2.0. First with Solaris, then on Linux. Same thing. > You are using the WebLogic-internal JDK 1.3.1_06? First I used the internal JDK, then I moved to JDK1.4. 1.4 is not sup

SV: Axis 1.1 + WebLogic 7.0 + Sun-JSSE/Certicom-SSL

2003-07-08 Thread Morten Sabroe Mortensen
...Which version of WebLogic are you using? 7.0.2.0? -What does your "/logs/log.txt" say? Are you using Windows or Solaris or something else? -I use Windows. You are using the WebLogic-internal JDK 1.3.1_06? Have you done anything to the "/JDK 1.3.1_06/jre/lib/security/java.security" file or

SV: Axis 1.1 + WebLogic 7.0 + Sun-JSSE/Certicom-SSL

2003-07-08 Thread Morten Sabroe Mortensen
I put the three Sun JSSE-archives into the global classpath - I modified the "startWebLogic.cmd" file (I am using Windows for development). I had no success leaving them locally in the application (my connector) - had to be global. Worked for you without a problem? Wow! No, I am not sure - SOM

RE: Axis 1.1 + WebLogic 7.0 + Sun-JSSE/Certicom-SSL

2003-07-08 Thread Geza.Szocs
>On the mailing-list, a couple of weeks back, I see a few people asking about the >combination of >Axis, WebLogic and HTTPS. But no real answers, I guess. >I am fighting in the same arena. I was the one asking that question, but you are right, no answers. :( >I am implementing a connector runni

Axis 1.1 + WebLogic 7.0 + Sun-JSSE/Certicom-SSL

2003-07-08 Thread Morten Sabroe Mortensen
Title: Axis 1.1 + WebLogic 7.0 + Sun-JSSE/Certicom-SSL Hi, If anyone is using Axis 1.1 under WebLogic 7 together with the internal BEA/Certicom-SSL-implementation for client-calls with Axis, I would be pleased to hear about it!!! - On the mailing-list, a couple of weeks back, I

RE: Problem with AXIS 1.1 (Possible Bug)

2003-07-08 Thread santosh . joshi
All, The following wsdl attached to this message, works fine with wsdl2java shipped with AXIS 1.0 but does not work with AXIS 1.1. Probably exemplifying it will expose the problem, to experts on this list. Hope for an answer. Regards, Santosh -Original Message- From: [EMAIL PROTE

Re: confusion: are embedded complex types possible with axis or not?

2003-07-08 Thread Andreas Bohnert
hello dan, i provided a simple service & test case for this issue in bugzilla. hope it's usefull.. by the way: the exception does not happen if you use rpc style. andreas - Original Message - From: "Dan Kamins" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 08, 2003 10:

Problem with custom exceptions not getting deserialized

2003-07-08 Thread Peter Landmann
Hello all, I use Axis 1.1 and would like to work with custom exceptions. I generated the client side code with wsdl2java, and the generated client stub correctly declares these exceptions, but unfortunately the deserialization doesn't seem to work: I get an AxisFault instead of my self-defined exc

Re: Problem with custom exceptions not getting deserialized

2003-07-08 Thread Peter Landmann
Hi all, I took a look on the exception classes generated by wsdl2java and got it to work now: The point seems to be that the exception class needs to be derivated from AxisFault, then the deserialization works. I'm not happy at all to have to derivate my exceptions from AxisFault, as I want to k

Re: confusion: are embedded complex types possible with axis or not?

2003-07-08 Thread Dan Kamins
There is a fairly complicated issue regarding complex types (nested, in arrays, etc.) and some of the code that handles them (including WSDL2Java autogenerated code) which has changed from Axis v1.0 to v1.1 and broken some applications (mine included, with that same exception). Forcing xsi-typ

confusion: are embedded complex types possible with axis or not?

2003-07-08 Thread Andreas Bohnert
Hi, there are some posting to that topic but there seems to be no conclusion. there is an example from Rhett.DeWall http://marc.theaimsgroup.com/?l=axis-user&m=105657899026622&w=2 if you have something like this: John Doe 999 999 you will end in