Jan Kaiser/IS.Teledata ist außer Haus.

2005-01-31 Thread Jan Kaiser
I will be out of the office starting 01.02.2005 and will not return until 04.02.2005. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. In dringenden Fällen wenden Sie sich bitte an [EMAIL PROTECTED]

RE: Interoprability issue of Axis with .Net

2005-01-31 Thread Dhananjayan_K
(B (B (BThanks (BBill (B (B -Original Message-From: Bill Keese (B [mailto:[EMAIL PROTECTED]Sent: Tuesday, February 01, 2005 (B 11:26 AMTo: [EMAIL PROTECTED]Subject: Re: (B Interoprability issue of Axis with (B .NetDhananjayan_K wrote: (B (B (BI have (B

Re: Interoprability issue of Axis with .Net

2005-01-31 Thread Bill Keese
(B (B (B (B (B (BDhananjayan_K wrote: (B (B (B (B I (Bhave created a web reference("NetClient") for a webservice running in (BAxis thru "Add Web Reference", (B in (Border to invoke the service I have to instansiate that like (B    NetClient.Employee (Bemp1 = new NetClient.E

Re: Castor Based objects giving Errors

2005-01-31 Thread Bill Keese
Do you know of any ways to create wsdls using the castor objects? One thing you can do is to import your XSD into your WSDL file. See http://www-106.ibm.com/developerworks/webservices/library/ws-castor/ Bill

RE: Interoprability issue of Axis with .Net

2005-01-31 Thread Dhananjayan_K
(B (B (BHi (BBill, (B  (BSorry for (Bmisleading... (BIam able to (Bcreate the web reference in .Net, but iam not able to create an instance for the (Bweb service and invoke it. (BIt does not give (Bany errors. (B  (Bsome thing (Blike... (BI have created a (Bweb reference("N

Re: Castor Based objects giving Errors

2005-01-31 Thread Ananth T. Sarathy
Thanks, that worked. The problem was that I used Java to WSDL to set up the intial framework then, I set up the a Castor object model. I was trying to recreate a wsdl from the new objects with Java2WSDL to see if it would work, and it didn't. Do you know of any ways to create wsdls using the cas

Re: document style yields "No such operation"

2005-01-31 Thread Bill Keese
"in0" is the parameter name, not the operation name, so why is the error message "No such operation 'in0'"? It sounds like a confusion between document/literal vs. wrapped literal. You have to decide whether the client sends a message that looks like hello world or just like this: hello wo

Re: question about usage of org.apache.axis.client.Service

2005-01-31 Thread Bill Keese
I'm not sure but I tend to think that it's better to initialize the service object from your WSDL: QName serviceName = new QName("http://soapinterop.org";, "TestService"); service = new Service("http://localhost:8080/axis/services/test";, serviceName); That's a bit orthogonal to

Re: [Announce] Internationalization progress of Axis (fwd)

2005-01-31 Thread Shouhei Kodama
[EMAIL PROTECTED](B (B $B3N$+$K!";HMQ$5$l$F$$$J$$(Bkey$B$,$I$N$h$&$JLu$K$J$k$N$+$r(B $BA[Dj$9$k$N$OFq$7$$$G$9$h$M!#(B (B (B# $B;d$O!"$I$N%=!<%9%U%!%$%k$+$i$b(B $B!!6&DL$G;HMQ$9$k(B=$B$r(B*.properties$B$K(B $B!!5-=R$7$F$*$/$H>! [EMAIL PROTECTED]"(B (B> (B> $B!!LZB<$G$9!#3NG'M-

Re: Loose-coupling a namespace-to-package binding

2005-01-31 Thread Takahiro Tsubono
$BLZB<$5$s!"(B (B $BDZLn$G$9!#(B (B (B> $B!!$"$^$jK\Bj$H4X78$J$$$G$9$,!"DZLn$5$s$O%*!<%9%H%i%j%":_=;$J$s(B (B> $B$G$9$M!#:#$,NI$$%7!<%:%s$G$7$g$&$+(B...$B!#(B (B $B$*$C$H!"$P$l$F$$$^$9$M!##17n!A#27nCf=\$^$G$,[EMAIL PROTECTED];~4|$G$9!#(B $BF|$,Ev$?$k$HMO$1$=$&$K$J$kF|$,$"$j$^$9$,!

Re: Interoprability issue of Axis with .Net

2005-01-31 Thread Bill Keese
(B (B (B (BDhananjayan_K wrote: (B (B (B (B Hi, (B I (Btried another simple example from java.sun.com, for this iam not able (Bto create Client from .Net (by choosing (B "Add (BWeb Reference")can anyone help... (B (BWhat was the error message?  I tried using "Add Web Referenc

Basic configurations with WSDL2Java generated

2005-01-31 Thread uri
Hi, I am using axis to code a soap client, a very simple one. I used WSDL2Java so I actually wrote no code. My app is on a web server, so obviously it's multithreaded. I have a few issues I am not sure of - * To what "level" are the generated classes thread safe? Do I need to obtain a new "

Next Generation Web Services presentation

2005-01-31 Thread Dennis Sosnoski
Many of the presentations from the JavaPolis 2004 conference are now being hosted for streaming at JavaLobby, including my "Next Generation Web Services" talk. You can get easy access to the presentations from the JavaPolis media page

Registering a JAX-RPC Handler?

2005-01-31 Thread Paul Jungwirth
Hello, I am using Axis 1.1. I can see how to register an org.apache.axis.hander.Handler, but is there any way to register a javax.xml.rpc.handler.Handler? I ask because the Axis version seems to have this problematic behavior: If a service method throws an exception, onFault is not called. The

Re: Castor Based objects giving Errors

2005-01-31 Thread TMG
Ananth, The problem has to do with capitalization, not castor. The complex type "searchParameters" in your schema has to match the capitalization of your operation parameter (in retrieveProducts) as defined in your server-config.wsdd. I'm not sure how you got things in this state ... generati

question about usage of org.apache.axis.client.Service

2005-01-31 Thread Lam, King
I am not sure if there will be future problem the way that I am using the Service class. I initilized the service class as static class in the super class. super class: public static org.apache.axis.client.Service axisService; static { axisService = n

Multiple SSL Web service calls with different certificates within the same JVM

2005-01-31 Thread Johnson, Brian
Title: Multiple SSL Web service calls with different certificates within the same JVM Facing an issue with the lastest Axis 1.2RC2 release.  We have an enterprise app that must make many web services calls with each call requiring a different digital certificate.  The digital certificate is d

Error while deploying JWS in another webapp

2005-01-31 Thread Kumar Pandya
Hi, I am trying to deploy JWS in my existing webapp as compared to /axis webapp in tomcat. This service works when deployed in /axis, but does not work when deployed in /mywebapp. I get following error. I generated stub classes using WSDL file after deploying in /mywebapp to ensure its point to

RE: Axis Gurus - Please help .. Urgent .... Issue with Document c lass ???

2005-01-31 Thread Brown, Mike
Okay, I've been here several times before. Essentially Websphere Server provides its own SOAP implementation based on SAAJ 1.1 Axis 1.2RC2 uses SAAJ 1.2. One of the jars that the Websphere container loads is SAAJ1.1.jar When your axis.war gets loaded by default SAAJ1.1.jar is the first place WS l

Castor Based objects giving Errors

2005-01-31 Thread Ananth T. Sarathy
I am having a problem with a webservice using Castor objects. I used the attached xsd to create the objects using castor. When I try to use client code to get my products I get this axis fault (client side) AxisFault faultCode: {http://xml.apache.org/axis/}Client faultSubcode: faultString: No

RE: sample help

2005-01-31 Thread Worth, Patrick (GMI)
Title: Message ok. after some more investigating, i have decided that the end of file error is coming from the AdminService. i came to that conclusion based on the fact that the SAX samples can parse the deploy.wsdd. So, i am assuming that the AdminService is not configured correctly or ther

Re: Using Headers Client Side

2005-01-31 Thread M Litherland
Thanks again, I think I'm going to have to speak with the vendor - those headers are supposed to be for the SendHL7 method. It doesn't make sense to send the data without the headers nor the headers without the data. Thanks for pointing this out to me. That'll teach me to pay more attention t

document style yields "No such operation"

2005-01-31 Thread Paul Stevens
I'm having difficulty getting my 1.2 RC2 release of Axis to support my service in document style. I have distilled the problem down to a very simple example. I use this java file as input to java2wsdl: package com.tivo.cds; public interface EchoService { public String echo(String

Re: Using Headers Client Side

2005-01-31 Thread TMG
Mike, This wsdl indicates that it only sends a header, no body .. so the argument to the method should be automatically placed in the soap header. The message SendHL7HL7Header would have two parts if it was going to send both a header and body. I've never sent just a header .. always with a

Re: Using Headers Client Side

2005-01-31 Thread M Litherland
Tom, Thanks for the reply. I'm attaching the WSDL here. My "send" method only accepts one argument, so I can't stick the header in there. Thanks again, Mike TMG wrote: Mike, Without seeing the wsdl, I can only speculate as to how it was implemented. That said, normally the first argument is

Re: Using Headers Client Side

2005-01-31 Thread TMG
Mike, Without seeing the wsdl, I can only speculate as to how it was implemented. That said, normally the first argument is the header object with the stub, and the generated code moves it to the proper place in the soap messages. For example, using a stub: MyLocatorServiceLocator locator =

RE: question/problem

2005-01-31 Thread Simon Fell
The imports are needed to correctly comply with the XSD spec. There's an errate to the WS-I BP that clarifies that the rules were not suposed to make inline schemas invalid. Unfortuanly the WS-I tools haven't been updated to refelect that.   Cheers Simon From: Eugene Shershnev [ma

WSDL2Java & .NET Web Service

2005-01-31 Thread Jeff Pfost
I am new to Axis and I tried running WSDL2Java on a .NET Web Service and I pick up the error, 'Required element expected in the input XML document'. The Web Service takes 12 parameters passed in an input object.When I looked at the SOAP message the input parameters are all in the rather than in th

sample help

2005-01-31 Thread Worth, Patrick (GMI)
Title: sample help I would appreciate any help here. I have installed axis on solaris 8 and the happiness page comes up just fine. I have tried to install the stock example and am coming up with a 'Premature end of file' sax error on the deploy.wsdd file. The file is fine. I hae v

question/problem

2005-01-31 Thread Eugene Shershnev
Hi All,   The wrapped WSDL that Axis generated for my service failed to pass WS-I test using SOAPscope. It was failing on R2002 and R2004 of the requirements. In the WS-I BP 1.0 all the samples related to these two requirements have both namespace and location attributes. Also, in the schema

Using Headers Client Side

2005-01-31 Thread M Litherland
Hi all, I'm new to Axis and I am trying to create a SOAP client to communicate with a vendor. They have supplied me with the WSDL and I ran WSDL2Java against it to create my stubs. There are custom headers, so I specified the '-a' option for WSDL2Java to produce a stub for the custom header as

Re: Loose-coupling a namespace-to-package binding

2005-01-31 Thread Toshiyuki Kimura
$BDZLn$5$s!"(B (B $B!!LZB<$G$9!#(B (B $B!!$"$^$jK\Bj$H4X78$J$$$G$9$,!"DZLn$5$s$O%*!<%9%H%i%j%":_=;$J$s(B $B$G$9$M!#:#$,NI$$%7!<%:%s$G$7$g$&$+(B...$B!#(B (B (BOn Tue, 1 Feb 2005, Takahiro Tsubono wrote: (B (B> $BM=A[DL$jLLGr$$0U8+$,5"$C$F$-$F4r$7$$$G$9!#(B (B $B!!Ev$?$jA0$N$3$H$r

Using URL Rewriting on the client side

2005-01-31 Thread Praveen Peddi
Hello all, I am using the generated stubs (generated by wsdl2java) on the client side. I need to use URL rewriting which mean I have to append the ";jsessionid={session id}" to the service URL. I looked at the generated API but could not figure out a way to do tis. I was using Axis Call obje

Re: MTOM, XOP support

2005-01-31 Thread Eugene Shershnev
Well, not really. I'm just wondering "when" in general :-) Thanks, Eugene - Original Message - From: "Davanum Srinivas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "thilina Gunarathne" <[EMAIL PROTECTED]> Cc: "Eugene Shershnev" <[EMAIL PROTECTED]> Sent: Saturday, January 29, 2005 9:45a

Re: Loose-coupling a namespace-to-package binding

2005-01-31 Thread Takahiro Tsubono
$BDZLn$G$9!#(B (B $BM=A[DL$jLLGr$$0U8+$,5"$C$F$-$F4r$7$$$G$9!#(B (B (BOn Sun, 30 Jan 2005 21:16:44 -0800 (BToshiyuki Kimura <[EMAIL PROTECTED]> wrote: (B (B> $B!!;d$N9M$($H$7$F$O!"F1$8%$%s%?%U%'!<%9(B($BF~=PNO(B)$B$r;}$C$F$$$k$H$7$F$b!" $B0[$J$l$P!"$=$l$O!XF1$8%5!<[EMAIL (B> PROTE

Axis Gurus - Please help .. Urgent .... Issue with Document class ???

2005-01-31 Thread babloosony
Hi, I have successfully developed and deployed an EJB using WSAD 5.1.2's WebSphere 5.0 Test Environment. I have even able to access the EJB using UTC(Universal Test Client) in WSAD and by launching the j2ee client module using WebSphere lauchClient program. Basically I have below directory struct

Re: [Announce] Internationalization progress of Axis (fwd)

2005-01-31 Thread Toshiyuki Kimura
[EMAIL PROTECTED]"(B (B $B!!LZB<$G$9!#3NG'M-Fq$&$4$6$$$^$7$?!#(B (B (BOn Mon, 31 Jan 2005, Shouhei Kodama wrote: (B (B> # $B:#;H$C$F$$$J$1$l$P!"Lu$5$J$/$FNI$$$N$+$I$&$+!"(B (B> $B!! $B!!6u5$$rFIH$7$F!"$I$N;[EMAIL PROTECTED](B $BL$;HMQ$H$J$C$?$N$+$rD4::$7$h$&$H$7$?$N$G$9$,!"?t$,B?$9$.

Re: HELP! DLLs and Axis

2005-01-31 Thread Stuart Barlow
What do you mean when you say 'When I run it in Axis'? AXIS is not a platform but a WS toolkit. Are you running AXIS inside tomcat? Or a different App Server? Patrick Martin wrote: Hi, just a quick comment. "Access Violation" is a "proper programmer"'s term for attempts to read/write invalid memory

RE: HELP! DLLs and Axis

2005-01-31 Thread Patrick Martin
Hi, just a quick comment. "Access Violation" is a "proper programmer"'s term for attempts to read/write invalid memory locations. It never happens in Java (almost), but is a classic fault in systems composed of (you guessed it) 3rd party dlls. I'm suspecting you're going down the wrong route by

Re: [Announce] Internationalization progress of Axis (fwd)

2005-01-31 Thread Shouhei Kodama
$BLZB<$5$s!'(B (B (B[EMAIL PROTECTED]/$J$C$F$7$^$$$^$7$?!#(B $B!V2x$7$$Lu!W$N3NG'$5$;$FD:$-$^$7$?!#(B (B $B$^$:!"(Bresource.properties$BFb$GL@<(E*$K(B $B!V(B#UNUSED$B!W$D$$$F$$$J$$(Bkey$B$K$D$$$F$OA4$FLu$7$^$7$?!#(B (B $B$3$l$O!"8=:_%=!<%9%U%!%$%k$G;HMQ$7$F$$$J$$(Bkey$B$G$"$C$

RE: Sending binary data as byte array

2005-01-31 Thread Arijit Mukherjee
A question on the similar lines: I have a web service which receives image data as byte[] contained in a complex type. The service then uses hibernate to store the object in MySQL. The column type in MySQL is text (which as per MySQL is equivalent to CLOB/BLOB). Now when I retrieve the object u

Re: Array of Objects in Axis and .NET interop (bug AXIS-1547)

2005-01-31 Thread Bill Keese
I added a proper testcase to the bug.    Please take a look.  Thanks! Bill Keese wrote: I found the bug:     http://issues.apache.org/jira/browse/AXIS-1547 The bug contains a testcase, more or less; do you want something more than that? Thanks, Bill Davanum Srinivas wrote:

RE: Interoprability issue of Axis with .Net

2005-01-31 Thread Dhananjayan_K
(B (B (BHi, (BI tried another (Bsimple example from java.sun.com, for this iam not able to create Client from (B.Net (by choosing (B"Add Web (BReference")can anyone help... (B  (B (Bxmlns="http://schemas.xmlsoap.org/wsdl/" (Bxmlns:ns2="urn:StringService2"