RE: "Service not found" faults

2002-07-01 Thread K. Swaminathan
->-Original Message- ->From: Ted Neward [mailto:[EMAIL PROTECTED]] ->Sent: Thursday, June 27, 2002 6:33 PM ->To: '[EMAIL PROTECTED]' ->Subject: RE: "Service not found" faults -> -> ->> The URL itself is a third mechanism, and is the one that I would ->> recommend. Assuming your service is

Re: [NEWBIE] Axis or SOAP

2002-07-01 Thread Martin Jericho
I went straight for axis and have no regrets (so far!) - Original Message - From: "Alex McLintock" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 02, 2002 12:36 AM Subject: [NEWBIE] Axis or SOAP > > >I'm just dipping my toes in with Apache's SOAP tools and I'm a bit > >

RE: WidgetClass Main

2002-07-01 Thread Kevin . Bedell
Now Now. We were all beginners once... try this: "java WidgetClass" "Cohan, Sean" <[EMAIL PROTECTED]> on 07/01/2002 07:16:31 PM Please respond to [EMAIL PROTECTED] To:"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: (bcc: Kevin Bedell/Systems/USHO/SunLife) Subject:RE: WidgetCl

RE: WidgetClass Main

2002-07-01 Thread Cohan, Sean
Nervermind. DUH! -Original Message- From: Cohan, Sean [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 6:49 PM To: '[EMAIL PROTECTED]' Subject: WidgetClass Main Why do I get the following when I run Main in the WidgetClass sample? Thanks. C:\jakarta-tomcat-4.0.4\webapps\axis\WEB

WidgetClass Main

2002-07-01 Thread Cohan, Sean
Why do I get the following when I run Main in the WidgetClass sample? Thanks. C:\jakarta-tomcat-4.0.4\webapps\axis\WEB-INF\classes\samples\userguide\examp le6>java Main Exception in thread "main" java.lang.NoClassDefFoundError: Main (wrong name: samples/userguide/example6/Main) at java.la

RE: Axis EJB example

2002-07-01 Thread thomas . cherel
Title: RE: Axis EJB example Try this. Quite an extensive example,  involving security and a bunch of other thing. But it uses EJBs. -Original Message- From: Michael Klem [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 4:45 PM To: [EMAIL PROTECTED] Subject: Axis EJB example

UDDIUtil and WSDLUtil

2002-07-01 Thread Volkmann, Mark
Title: UDDIUtil and WSDLUtil Many people asked to see my code for finding WSDL URLs in a UDDI registry and extracting service locations from WSDL URLs. I've attached a zip file containing the code. Some details of UDDIWSDLClient.java are specific to WebLogic 7, but could easily be modified to

problem reading nested JAR files

2002-07-01 Thread Abhishek Agrawal
We are trying to implement different types of webservices that need different jar files ( eg. xindice webservice needs xindice.jar) I will like to pack all the jar files needed by my webservice into the my webservices jar itself. For example if i have xindice webserive that needs xindice.jar,

Axis EJB example

2002-07-01 Thread Michael Klem
Does anyone know of an Axis example that uses EJBs?

SOAP - AXIS IMPLEMENTATION

2002-07-01 Thread Muthu Samuthira
Title: SOAP - AXIS IMPLEMENTATION Hi guys,   Below is the response I get when I make a service invocation. I use axis as my webservice engine.I just created a  HelloWorldService which returns a simple message. Generated fault:  Fault Code = ns1:Server.NoService  Fault String = The AXI

Re: WSDL2Java Bug?

2002-07-01 Thread James Black
"Cohan, Sean" wrote: > However, the WSDL2Java generated interface incorrectly contains 2 versions > of the method each with the class as it's argument: > > public com.gosps.cbd.note.api.Note getNote(com.gosps.cbd.note.api.Note > in0) throws java.rmi.RemoteException; > public com.gosps.cbd

WSDL2Java Bug?

2002-07-01 Thread Cohan, Sean
I used Java2WSDL to gen my wsdl file from my interface. I then used WSDL2Java to gen my stubs,skeletons,impls, etc. My interface has a method with 2 signatures. One passes in a class and the other passes in an Integer. It looks like the wsdl is correctly created with 2 messages/operations:

Trying to define security in a WSDL file

2002-07-01 Thread Nuno Guerreiro
I'm using digital signatures in a Web Service. I request that any client who calls the web service presents a digital certificate in the SOAP Header. This was highly based on the security sample provided with Axis. But I'm having a hard time in defining the WSDL for this service, since the WSDL t

Still problem with bean serializer

2002-07-01 Thread Stefan Wagner
Hi! I just don't get it. I still want to send just a simple bean but get always the same error. I use JDK1.4, Tomcat 4.0.4, Axis Beta2 on Linux. I created a simple bean with two attributes and getter and setter methods. Then I created a simple interface with a method that return that bean. The

[NEWBIE] Axis or SOAP

2002-07-01 Thread Alex McLintock
>I'm just dipping my toes in with Apache's SOAP tools and I'm a bit >confused as to whether I should be looking at Apache SOAP or Apache Axis, >or both? The website seems to suggest that I should only concern myself with Apache Axis - can I ignore the Apache SOAP stuff then. Sorry if this is

protocol compression

2002-07-01 Thread Pavel Bernshtam
Hi! I need to use very large Java Beans which are serialized to XML. So to reduce network traffic I want to use compressed streams (HTTP has standard header for such purpose). How I make it work with axis? Thank you! Be

Re: WSDL2Java: FOO_Bar name is converted to FOOBar

2002-07-01 Thread Brian Ewins
Sure, I'll do it, I just thought you'd have wanted the thrill ;-) Ok, your bug is online here: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10375 -Baz [EMAIL PROTECTED] wrote: > Brian, > > I'm aware of the specification. The underscore character is mentioned there > explicit as the valid

RE: UDDI registry implementation

2002-07-01 Thread Jeffrey V Simpson
I would be interested in seeing the what you did. Jeffrey V. Simpson Sr. Technical Consultant QAT [EMAIL PROTECTED] [EMAIL PROTECTED] 703-872-3397 "Volkmann,

Re: wsdd

2002-07-01 Thread Helen L Rehn
wsdl2java will also generate deploy.wsdd and undeploy.wsdd Thanks, Nell Helen (Nell) L. Rehn Extreme Blue Intern 919-254-6251 (office) Helen L Rehn/Durham/IBM [EMAIL PROTECTED] "Cohan, Sean" <[EMAIL PROTECTED]> 07/01/2002 10:05 AM Please respond to axis-user To: "'[EMAIL PROTE

wsdd

2002-07-01 Thread Cohan, Sean
We can use wsdl2java to gen our stubs and skeletons and java2wsdl to gen our wsdl. Is there anything the will gen our wsdd for us? Unless we're using jws, we need this descriptor, don't we? Sean Cohan Software Performance Systems

Re: Re: WSDL2Java: FOO_Bar name is converted to FOOBar

2002-07-01 Thread David . Ostrovsky
Brian, I'm aware of the specification. The underscore character is mentioned there explicit as the valid character in class and interface names: 20.1 ? Class and interface names always begin with an upper-case letter. The remaining characters are either digits, lower-case letters or upper-case

RE: Help needed in writing a deserializer

2002-07-01 Thread Naresh Bhatia
Title: RE: Help needed in writing a deserializer Well, please don't go by the simplicity of this example. I have some constraints in the real application where I cannot make my classes beans (with a default constructor and getters and setters for all members). So I want to make this simple cus

Re: WSDL2Java: FOO_Bar name is converted to FOOBar

2002-07-01 Thread Brian Ewins
That mapping is supposed to be part of the JAX-RPC standard. Read 'Appendix: Mapping of XML Names' on page 141-143 of the spec - you're not supposed to get control of the mapping. However it looks like the mapping you've seen is a bug! It appears to be treating '_' as a punctuation char when its

PL: Axis authentication - how to?

2002-07-01 Thread Piotr Szymanski
Hi. I have Tomcat 4.0.1 windows edition (OS Win2k) with xml-Axis. I configured and this team working fine. I have problem with user authentication. I am wroting test application with user authenticatation. I have Oracle database. During starting Tomcat server I am using Tomcat of RealmJDBC mechan

re: DoS attacks

2002-07-01 Thread James Black
Hello, I am wondering if anyone else has worked on a solution to handle DoS attacks. My boss asked me about this issue, and short of only allowing people with a valid username and password, there is little I can do, I think. We are also thinking about restricting who can access the wsdl file

WSDL2Java: FOO_Bar name is converted to FOOBar

2002-07-01 Thread David . Ostrovsky
Hello. I have the name FOO_Bar in typeMaping section. something like that: During genereation process this name is converted to FOOBar. ( Both generated java file(s) and deploy.wsdd). I figured out, that javifyNames() function JavaGeneratorFactory

wsdl2Java proxy classes and SOAP headers

2002-07-01 Thread Martin Pichardo
Hello, Do the proxy classes generated by the wsdl2Java tool support SOAPHeaders. If so, does anyone have a simple code snippet for passing SOAPHeaders with the beta2 build. I am trying to pass user credentials to a .Net protected webservice. I also need to pass an X509 certificate but have

Getting an argument in a handler as object.

2002-07-01 Thread Gerrie Spits
Hi all, I have a handler which reads an argument from the web service by getting the request message from the MessageContext as xml and extracting the argument part from that. But is it also possible to get the argument in the handler as object, like in the service class? Thanks in advance, Ger

Please give me a list of Weblogic 5.1 settings

2002-07-01 Thread Podgaetsky, Genady
Hi all, I'm a newbie in Axis and trying to integrate it with Weblogic 5.1. I passed through the archive of Axis and found some issues mentioning some problems with interoperability between Weblogic 5.1 and Axis b2. Could anyone provide me with the answers on the following questions 1. Does Weblog

RE: UDDI registry implementation

2002-07-01 Thread Chohan, DB (Dharmesh)
Hi Mark,   I am working on UDDI and would appreciate to try out your sample code.   Thanks Dharmesh -Original Message-From: Volkmann, Mark [mailto:[EMAIL PROTECTED]]Sent: 29 June 2002 02:09To: '[EMAIL PROTECTED]'Subject: RE: UDDI registry implementation I've successfully