RE: passing xml documents

2002-07-24 Thread Hurst, Cyrus
The following code will also work for sending xml doc in the payload : call.setTargetEndpointAddress(new URL(endpointURL)); SOAPBodyElement[] reqSOAPBodyElements = new SOAPBodyElement[1]; File associateFile = new File("c:\\java\\xml-axis\\samples\\cprmessaging\\ass

SimpleAuthenticationHandler in server-config...

2002-07-24 Thread Hurst, Cyrus
Hello Friends, Can anyone explain how the "Authenticate" handler specified in the server-config.wsdd is being used or if its even being used : I guess I should ask why any of these are defined as such ...?? Thanks much, -Cyrus

RE: provider="java:EJB"

2002-07-24 Thread Hurst, Cyrus
Hi Mark, I have Axis beta 3 deployed on Weblogic 6.1 sp1 and the following deploy.wsdd works: http://xml.apache.org/axis/wsdd/"; xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"; xmlns:xsi="http:/www.w3.org/2000/10/XMLSchema-instance">

RE: Supported Collection Types

2002-07-22 Thread Hurst, Cyrus
Hi Jonas, Axis supports the data types specified in JAX-RPC 1.0 with the addition of: Bean Enumeration Map Vector Collection ArrayList and List Regards, -Cyrus -Original Message- From: Rathert Jonas (Platinion) [mailto:[EMAIL PROTECTED]] Sent: M

RE: Problem deploying Axis.war to Weblogic 6.1 sp1

2002-07-15 Thread Hurst, Cyrus
SOAP client rather than a browser. In case you are interested, my AXIS transport name appears to be 'http' When I had Axis as exploded directory this worked fine ..Any ideas? -Original Message----- From: Hurst, Cyrus [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 20

Corrrection : Problem deploying Axis to WebLogic 6.1 sp2 & 7

2002-07-15 Thread Hurst, Cyrus
deployed web services. I can also invoke web services from client without any problems . -Original Message- From: Hurst, Cyrus [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 3:06 PM To: '[EMAIL PROTECTED]' Subject: RE: Problem deploying Axis to WebLogic 6.1 sp2 & 7

RE: Problem deploying Axis to WebLogic 6.1 sp2 & 7

2002-07-15 Thread Hurst, Cyrus
Hello Mark, I believe I'm having some problems relating to this or maybe not I'm using Weblogic 6.1 sp1 with Axis beta 3 . I have deployed Axis as a .war file and packaged in an ear file . Anytime I access the AxisServlet by pointing to http://d2loc:9023/axis/servlet/AxisServlet I

RE: JMS transport Sample

2002-07-08 Thread Hurst, Cyrus
Hi Pascal, Yes, there is an example in the Wrox Axis book by Romin Irani and S. Jeelani Basha . -Cyrus -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 12:09 PM To: [EMAIL PROTECTED] Subject: JMS transport Sample Hi, So

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: Does AXIS supports SMTP. JMS etc.

2002-06-26 Thread Hurst, Cyrus
Hi , Has anyone successfully implemented the JMS transport handler in Wrox Axis book(pg 155) using Beta 2? I basically took the example and taylored it to my own needs but the JMSListener seems to choke on the message. With the book based on Beta 1 I'm guessing it may be a compatibility

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

2002-06-26 Thread Hurst, Cyrus
Hello Oren, I have a java web-service that returns int ...The encoded response looks something like: http://schemas.xmlsoap.org/soap/encoding/"; xmlns:ns1 ="AssociateInfo"> 8002255 On the client I cast the returned object to Integer and it seems to work fine ... -C

RE: Axis on WebLogic Server 6.1 sp2

2002-06-21 Thread Hurst, Cyrus
 Hi Joseph,     I am running Axis on Weblogic 6.1 sp1 and have no problems but I do remember someone having  the same issue as you ...Can you send the  webapp entry for Axis in config.xml ?    -Cyrus   -Original Message-From: Joseph Carew [mailto:[EMAIL PROTECTED]]Sent: Friday,

NoSuchMethodException...

2002-06-18 Thread Hurst, Cyrus
All, I keep running into this problem and haven't found the cause of it .. I am testing out a message-based service . In my client code I have this as my endPointURL : String endpointURL = "http://localhost:8080/axis/services/CPRMessagingService";; In my message ser

RE: Exposing EJBs as web services...

2002-06-13 Thread Hurst, Cyrus
some exceptions on the weblogic console, it means that your bean is not correctly deployed. -Original Message- From: Hurst, Cyrus [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 12, 2002 5:41 PM To: '[EMAIL PROTECTED]' Subject: RE: Exposing EJBs as web services... Both ..

RE: Exposing EJBs as web services...

2002-06-12 Thread Hurst, Cyrus
the difference. Thomas -Original Message- From: Hurst, Cyrus [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 12, 2002 5:24 PM To: '[EMAIL PROTECTED]' Subject: RE: Exposing EJBs as web services... Thats what I thought but when I only copied Remote and Home interface I

RE: Exposing EJBs as web services...

2002-06-12 Thread Hurst, Cyrus
). -Original Message-From: Hurst, Cyrus [mailto:[EMAIL PROTECTED]]Sent: Wednesday, June 12, 2002 4:59 PMTo: [EMAIL PROTECTED]Subject: Exposing EJBs as web services...  Hello,     I am trying to expose an existing stateless session bean as a web service .  I

Exposing EJBs as web services...

2002-06-12 Thread Hurst, Cyrus
 Hello,     I am trying to expose an existing stateless session bean as a web service .  I  basically followed the example(creating the client and wsdd)  given in the Wrox Axis(pg 255) .  The book  says to only copy the Remote and Home interface for the EJB into axis\WEB-INF\classes\ .  I

RE: AXIS on WebLogic 6.1

2002-05-31 Thread Hurst, Cyrus
Hello There, I am running AXIS under WebLogic6.1 ...I didn't find anything on the web relating to AXIS/WebLogic6.1 but I can tell you what I did to get it up and running 1) copied the axis webapp into the applications directory .. ie /cpr/config/Release_5.5.1/applications/axis 2) Adde