RE: Parameters Name

2002-06-27 Thread Naresh Bhatia
Title: RE: Parameters Name Well, I tried compiling my interface class with -g but that does not put the parameter names in the wsdl. I had to create a dummy implementation class, compile it with -g and then supply it to Java2WSDL with the --implClass option. Only then the proper parameter name

RE: Parameters Name

2002-06-27 Thread Heitzso
I tried this with just my class compiled with -g and it worked great. I assume the --implClass option is provided if you don't want to go to the trouble of compiling a special debug-version of your class in your usual place. i.e., I set up a 'wsdl' target in ant but I rip out my standard build

Re: automatic deployment in axis

2002-06-27 Thread Martin Jericho
All you have to do is include the generated WEB-INF/server-config.wsdd file in your WAR file. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 27, 2002 8:02 PM Subject: automatic deployment in axis > > Hi. > > > > I have a webapp containing axi

Re: Newbie Question! HELP

2002-06-27 Thread Noel Tijerino
Have you checked to see if $JAVA_HOME/lib/tools.jar is in your classpath? At 09:33 AM 6/27/2002 -0700, you wrote: >Hi, > >I am trying to set up axis and run calculator.jws example on Tomcat 3.3.1 >and jdk1.3.1_03 > >I keep getting this error > >Exception in thread "main" java.lang.RuntimeExcept

Newbie Question! HELP

2002-06-27 Thread Rishi Prakash
Title: Newbie Question! HELP Hi, I am trying to set up axis and run calculator.jws example on Tomcat 3.3.1 and jdk1.3.1_03 I keep getting this error Exception in thread "main" java.lang.RuntimeException: Compiler found in your cl asspath.  Make sure you added 'tools.jar'     at org.

Re: Errors running sample clients

2002-06-27 Thread Jools
"Cohan, Sean" wrote: > > It turns out my CLASSPATH was polluted. I was able to run example2 going > using xerces. However, when I try example3, I get the following: > > C:\jakarta-tomcat-4.0.4\bin>java org.apache.axis.client.AdminClient > deploy.wsdd > - Processing file deploy.wsdd > - Excepti

RE: "Service not found" faults

2002-06-27 Thread Ted Neward
> The URL itself is a third mechanism, and is the one that I would > recommend. Assuming your service is located at > http://host/axis/yourService, simply ensure that the WSDD file used to > deploy your service contains . > I double-checked, and portType is definitely named; but surely you don

RE: Errors running sample clients

2002-06-27 Thread Cohan, Sean
It turns out my CLASSPATH was polluted. I was able to run example2 going using xerces. However, when I try example3, I get the following: C:\jakarta-tomcat-4.0.4\bin>java org.apache.axis.client.AdminClient deploy.wsdd - Processing file deploy.wsdd - Exception: java.io.FileNotFoundException: dep

RE: Parameters Name

2002-06-27 Thread Naresh Bhatia
Title: RE: Parameters Name - But isn't Java2WSDL supposed to generate the implementation class? - Can't Java2WSDL pick the parameter names from the class-of-portType if it is compiled with -g? Thanks. Naresh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Se

RE: Errors running sample clients

2002-06-27 Thread Cohan, Sean
I was really hoping that your suggestion would work and I'd be off to the races, but... I then got the following error: C:\xml-axis-beta2\samples\userguide\example2>java samples.userguide.example2.CalcClient -p8080 add 2 5 - Exception: org.apache.axis.ConfigurationException: java.lang.SecurityEx

Re: Errors running sample clients

2002-06-27 Thread Jools
> I am a complete newbie (to axis) and have just installed axis. I'm running > through the user guide samples and I get an error when trying to run > clients. For example, when I run the example2\CalcClient as instructed in > the user guide, I get the following error: I had the same problem a

Errors running sample clients

2002-06-27 Thread Cohan, Sean
I am a complete newbie (to axis) and have just installed axis. I'm running through the user guide samples and I get an error when trying to run clients. For example, when I run the example2\CalcClient as instructed in the user guide, I get the following error: C:\xml-axis-beta2\samples\userguid

RE: Interesting TAG -> Code Questions

2002-06-27 Thread Mick Robinson
Tom, Thanks for the help, and sorry I didn't originally give Jrun's webservice taglib the credit it deserved! You did a wicked job on that one! Dropped the learning curve way down!. Anyways, just one more thing, I wanted to try.. You suggested for the .NET web services problem I was having that

RE: Interesting TAG -> Code Questions

2002-06-27 Thread Jesse D. Sightler
Hi Kevin, I have a feeling that you meant for that link to be: http://www.macromedia.com/software/coldfusion Though, I'd be really curious to see Macromedia's latest Sorfware as well. ;) Anyway, thanks for the tip (and the link)... I'll be sure to check it out sometime. -- ===

RE: Interesting TAG -> Code Questions

2002-06-27 Thread Tom Jordahl
Kevin, ColdFusion MX has much cooler support for web services, the tag. You can provide a WSDL file and CFMX will run the Axis WSDL2Java under the covers, compile it, convert all of your ColdFusion structures and arguments to the right Java types, invoke the web service using the generated

RE: Interesting TAG -> Code Questions

2002-06-27 Thread Mick Robinson
Sorry, I should of mentioned that, I'm using the AXIS implementation in Macromedia JRun4, which comes with the handy dandy taglib (webservicetag.jar).. I highly recommend it! -Mick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 27, 2002 11:08

Re: Learning the code

2002-06-27 Thread Kevin . Bedell
I'm more intersted in the source code for now... But thanks - I appreciate the pointer. [EMAIL PROTECTED] on 06/27/2002 02:24:31 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Kevin Bedell/Systems/USHO/SunLife) Subject: Re: Learning the code There is a book

Re: Learning the code

2002-06-27 Thread Jim . Jackson
There is a book. http://www.amazon.com/exec/obidos/ASIN/1861007159/ref%3Dnosim/theprogrammer-20/002-5609332-0700039 Jim Jackson SunGard EBS Kevin.Bedell@s

RE: Interesting TAG -> Code Questions

2002-06-27 Thread Kevin . Bedell
Tom - Will this tag lib make its way into Cold Fusion? Tom Jordahl <[EMAIL PROTECTED]> on 06/27/2002 02:22:19 PM Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc:(bcc: Kevin Bedell/Systems/USHO/SunLife) Subject: RE: Interesting TAG -> Code Quest

Re: Interesting TAG -> Code Questions

2002-06-27 Thread Kevin . Bedell
Where did you fnd this taglib? "Mick Robinson" <[EMAIL PROTECTED]> on 06/27/2002 02:04:58 PM Please respond to [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> cc:(bcc: Kevin Bedell/Systems/USHO/SunLife) Subject: Interesting TAG -> Code Questions Hello, I'm Mick, I'm new to the list, an

RE: Interesting TAG -> Code Questions

2002-06-27 Thread Tom Jordahl
Hi Mick, First, let me just point out that the webservice tag you are using is a feature of JRun, not part of Axis. I am glad you are having success with the tag, since I wrote it. Anyway, to answer your Axis coding questions 1. You need to register a type mapping. You need the following ca

Learning the code

2002-06-27 Thread Kevin . Bedell
I'm new to Axis and am interested in understanding the code and how it works. Can anyone give recommendations as to which packages/java files may be most useful for me to look at first? Where should I start? Thanks for all the efforts - Kevin

Interesting TAG -> Code Questions

2002-06-27 Thread Mick Robinson
Hello, I'm Mick, I'm new to the list, and it's a pleasure meeting everyone, I see big things happening between all of us! :) Ok lets get to the point. I got 2 things. First, I've been very successful consuming web services in JSP with the use of the webservice taglib. What I need to do now is c

Re: WSDL location?

2002-06-27 Thread Steve Loughran
- Original Message - From: "Sam Ruby" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 27, 2002 1:27 AM Subject: Re: WSDL location? > Alexander L. wrote: > > > > I am wondering where to access the WSDL files which are automatically > > generated during a ?WSDL url r

RE: Unable to send attachments bigger then 1Kb

2002-06-27 Thread robert rowntree
I don't know that this will help but one of the attachment examples in the IBM WS developer pack uses RPC and dynamic invocation to send 3 files ( 2 of them binary ) as RPC attachments. One of the files in the sample is 3K. IBM WSTK download at: http://www.alphaworks.ibm.com/webservices after

Re: WSDL location?

2002-06-27 Thread Alexander Lyubshav
Thanks, that is a very handy page I will use in the future. I notice that it still has deployed a test service I made.. and I already deleted all the files so I'll have to go and manually make an undeployment file just to get rid of it. It turns out that when I reboot Tomcat, my versioning pro

Re: WSDL location?

2002-06-27 Thread James Black
fd wrote: > Thanks for the hint. But, my problem remains. Let me enumerate the exact steps I'm >taking so you can tell me if i'm missing something: > However if I change the wsdd and java file method to another name "aaa", and >redeploy using the same steps, then when I run I get: > N

Re: WSDL location?

2002-06-27 Thread fd
Thanks for the hint. But, my problem remains. Let me enumerate the exact steps I'm taking so you can tell me if i'm missing something: C:\blah\% del $TOMCAT_DIR$\webapps\axis\WEB-INF\server-config.wsdd C:\blah\% javac foo\FooService.java C:\blah\% copy foo\FooService.class $TOMCAT_DIR$\webapp

RE: Runtime Exception

2002-06-27 Thread Hurst, Cyrus
Hi, I have a similar stack trace going from Beta 1 to Beta 2. I have the following setup : Client Side: 1) JMSClient 2) JMSSender 3) JMSTransport Server Side: 1) Weblogic receive and send queue 2) JMSListener 3) Ejb web-service The JMSListener receives the message

Re: WSDL location?

2002-06-27 Thread James Black
fd wrote: > Do you know if any of this information is... cached in memory? > I'm just trying to figure out why the generated WSDL is inaccurate (has the method >name from an old compilation) even though I run the updated deploy.wsdd file again. >(I thought I already learned about the correct l

Help!!! wsdl2java from UDDI wsdl documents

2002-06-27 Thread Rich Newcomb
Greetings, I am trying to generate java skeleton code from the UDDI 2.0 specification wsdl files. These files can be found here: http://uddi.org/wsdl/inquire_v2.wsdl http://uddi.org/wsdl/publish_v2.wsdl When I execute this WSDL2Java command: c:\axis>java org.apache.a

Re: WSDL location?

2002-06-27 Thread fd
> > I am wondering where to access the WSDL files which are automatically > > generated during a ?WSDL url request. There doesnt seem to be a file > > called "BlahService.wsdl" anywhere, so I'm not sure if the wsdl > > document is simply generated on-the-fly for each request. If so, > > wha

RE: SOAP Messaging - SOAPConnection call failes

2002-06-27 Thread Wimmer, Matthias
Kevin: I am quite a newbee to all this axis stuff. But I was a little bit confused by your code. I always use code that is similar to the one in the examples. And it works fine. This code looks a little bit like: Service service = new Service(); Call call= (Call) service.createC

Runtime Exception

2002-06-27 Thread Chohan, DB (Dharmesh)
Hi, I have already raised this query but had no response. I have got a web service which runs okay on windows with axis beta1. I have been trying to run the same application on Linux with axis beta2, and I get the following exception. I can compile the MDSService.java file okay but when it is

RE: automatic deployment in axis

2002-06-27 Thread Jason D. Lee
If you are wanting Tomcat to automatically reload any JARs/WARs/classes that have been changed since Tomcat loaded it, I think what you are looking for is . Add that to server.xml in the Tomcat conf directory right under the comment that says -- Jason Lee - Programmer 405.745.1789 H

RE: automatic deployment in axis

2002-06-27 Thread Wimmer, Matthias
Martin: I never tried but I think it works like this: Step 1: Deploy your Web services Step 2: Make sure that the class files or jar files that are used by the Web services reside at web-inf/classes or web-inf/lib Step 3: Compress the whole axis directory into a ZIP file Step

RE: NewBie Question

2002-06-27 Thread BRICKER_JONATHAN_E
Is your server running on a port that is not 80? try this: java org.apache.axis.client.AdminClient -lhttp:://services/AdminService deploy.wsdd mine looks like this java org.apache.axis.client.AdminClient -lhttp://duke1.lilly.com:8080/cande/services/AdminService deploy.wsdd hope this helps Jo

RE: axis client question

2002-06-27 Thread Wimmer, Matthias
There is a java application shipped with Axis. Check this out: java org.apache.axis.utils.tcpmon good luck Matthias Wimmer -Original Message- From: Alexander L. [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 27, 2002 12:44 AM To: [EMAIL PROTECTED] Subject: Re: axis client qu

automatic deployment in axis

2002-06-27 Thread Martin . Garton
Hi. I have a webapp containing axis and a web.xml much like the one in webapps/axis/WEB-INF. The jars for the webservices I want are also included and I can deploy them okay using the AdminClient and a .wdss file. However, I want to be able to have the webservices already deployed so I ca

xsd:any as opposed to Element in Axis SOAP

2002-06-27 Thread Bob Powell
  I need to create a web service with a parameter type of xsd:strng and a return type of xsd:any as opposed to tns1:element (where tns1 is xmlns:tns1="http://xml.apache.org/xml-soap")   original WSDL element:  desred WSDL element: wsdl:part name="sql" type="xsd:string" />   original WSDL el

RE: AXIS error

2002-06-27 Thread Anthony Smith
I get this when I type http://localhost:8080/axis/NHLService.jws?wsdl in the browser window -Original Message- From: fd [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 4:54 PM To: [EMAIL PROTECTED] Subject: Re: AXIS error whats teh compilation error? > Sorry, something seems

RE: NewBie Question

2002-06-27 Thread Anthony Smith
I am still a little confused. I attached the deply file I was trying to use (staright out the examples) Ok now at the command prompt I do (in the stock directory): java org.apache.axis.client.AdminClient deploy.wsdd and I get: - Processing file deploy.wsdd - AxisFault: AxisFault faultCode: h

Re: WSDL location?

2002-06-27 Thread Helen L Rehn
I believe this is incorrect. There are WSDL files which are automatically generated during a ?WSDL request in Axis which are different from the ones created by a tool like java2wsdl or by hand. I think that these are just represented as objects in memory, because I've heard that you can prog

Re: installation: why a failure is actually a success.

2002-06-27 Thread Sam Ruby
Ralph Sakhr wrote: > >> the stock quote service tries to go through your firewall. Unless >> you run tomcat with proxy settings (something like >> -Dhttp.proxyhost=foo -Dhttp.proxyport=8080 ) it wont work > > Thanks for the hint regarding firewalls. I dont know a thing about > them. My fi

Re: document-style service

2002-06-27 Thread Sam Ruby
Alexander L. wrote: > > Turns out I was being fooled by the duplicate webapps structures-- > one in my tomcat installation, one in my axis installation. You've > got to put the classes in the tomcat installation directory! I > wonder why there is a "webapps" structure in the axis instllatio

Re: "Service not found" faults

2002-06-27 Thread Sam Ruby
Ted Neward wrote: > > Am I mistaken in understanding that doc/literal is supposed to key off of > the SOAPAction header? If that's a correct understanding, then why isn't it? > :-) Axis must determine the service before it can even be aware of whether the service is doc/literal or rpc/encoded o

Re: WSDL location?

2002-06-27 Thread Sam Ruby
Alexander L. wrote: > > I am wondering where to access the WSDL files which are automatically > generated during a ?WSDL url request. There doesnt seem to be a file > called "BlahService.wsdl" anywhere, so I'm not sure if the wsdl > document is simply generated on-the-fly for each request.

RE: Return a primitive type when java.lang.Object is expected

2002-06-27 Thread Oren Bar-El
build a custom Serializer for primitive types ? doesn't this look like a bug ? especially since the line that throws the exception has the remark // FIXME! (org.apache.axis.message.RPCHandler:206) -Original Message- From: Stickley, Jim [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 27,

Re: WSDL location?

2002-06-27 Thread Heitzso
... I'm guessing, but perhaps will stimulate clarification from the list .NET architecture uses the ?WSDL mechanism, AXIS does not. "AXIS Next Generation Java SOAP" examples use java2wsdl mechanism to generate your WSDL file, then they place the blah.wsdl file in a directory services/blah.w

RE: Return a primitive type when java.lang.Object is expected

2002-06-27 Thread Stickley, Jim
You may have to build a custom Serializer in Axis. Jim Stickley Birch Telecom (816) 300-6743 [EMAIL PROTECTED] -Original Message- From: Oren Bar-El [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 9:23 AM To: [EMAIL PROTECTED] Subject: RE: Return a primitive type when java.lan

RE: axis client question

2002-06-27 Thread Oren Bar-El
there is a built in tool in Axis called tcpmon which listens to tcp ports and prints the traffic. run this from the command line (from the axis jar dir): java -cp axis.jar org.apache.axis.utils.tcpmon. you can look in Axis documentation for more info, Oren. -Original Message- From: He

Unsubscribe from the mailing list

2002-06-27 Thread Liu, C.C
Please remove me from the mailing list. Thanks.

RE: axis client question

2002-06-27 Thread Heitzso
if you're developing in a linux environment tcpflow is sweet. Heitzso > > > Is there an easy way to dump out the request xml to see what is actually > > being sent?

WSDL2Java WSDLException

2002-06-27 Thread Akacem Mohammed
Hello; I tried to deploy a test example HelloServer und got the following error. Below is my deploy.wsdd file. I installed Axis.beta2 und tomcat 4.0 C:\Programme\Tomcat 4.0\webapps\axis\WEB-INF\classes\de\ba\steaI>java org.apache.axis.wsdl.WSDL2Java deploy.wsdd WSDLException (at /deployment):