RE: SSL issue while using Axis and WLS

2003-02-21 Thread Stickley, Jim
d first focus on setting up a trust store and getting the signers certificate loaded.    regards, Krishna -Original Message-From: Stickley, Jim [mailto:[EMAIL PROTECTED]]Sent: Monday, February 17, 2003 9:31 AMTo: '[EMAIL PROTECTED]'Subject: RE: SSL issue

RE: SSL issue while using Axis and WLS

2003-02-17 Thread Stickley, Jim
Title: SSL issue while using Axis and WLS Have you done SSL before with .NET and Weblogic? Do you have SSL requirements for the .NET service?  Is it configured to do server authentication, or both client and server authentication?  Client authentication will require you setu

RE: SSL and Axis (client-side)

2003-02-04 Thread Stickley, Jim
I had this problem using the 1.1 beta release of Axis and was able to get around it by getting the latest nightly build. Apparently this has been fixed since the 1.1 beta release.   Jim Stickley Enterprise Architect Birch Telecom (816) 300-6743 [EMAIL PROTECTED]   -Original

RE: javax.wsdl

2002-07-16 Thread Stickley, Jim
The build for 7/15/02 does not include a wsdl4j.jar   Should I use the wsdl4j.jar from some earlier build?   Jim Stickley Birch Telecom (816) 300-6743 [EMAIL PROTECTED]   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002

javax.wsdl

2002-07-16 Thread Stickley, Jim
Which jar file contains the javax.wsdl package?  I am getting no class def found errors when running Java2WSDL under 7/15/02 build of beta3:   d:\BirchStuff\PreOrder\SOAPClient>java org.apache.axis.wsdl.Java2WSDL -l http://10.38.128.63:38080/axis/services/CSRSessionHomeSOAP -o CSRSessionH

RE: Serialization of return values and inheritance hierarchies

2002-07-12 Thread Stickley, Jim
Do you define a Serializer in your deploy.wsdd file for all your classes, or just the abstract class? I'm not sure if this will fix your problem, but I believe that Axis will only serialize the classes that are specified in the wsdd file. The only thing I'm not sure of is if Axis will match the

RE: Bean serialization problem

2002-07-12 Thread Stickley, Jim
Title: Bean serialization problem You need to specify the Serializer in the deploy.wsdd file.  I have found that when no Serializer is specified, Axis will generate this error.  See the UserGuide on how to setup simple serializers for classes that follow the Bean pattern.  If these simple

SOAP to Java type mappings...

2002-07-12 Thread Stickley, Jim
Can anyone point me to the documentation that defines how java types are mapped to SOAP types? I would like to find the Java time that maps a SOAP dateTime type. If this documentation exists, please add it to the User Guide, since this is critical to building services. >From inspecting the Axis

RE: ANNOUNCE: Axis beta-3 version ready for download

2002-07-10 Thread Stickley, Jim
What is left to bring Axis to 1.0 release? I need to plan for the impacts to my project when we upgrade from beta3 to release 1.0 later this year. Jim Stickley Birch Telecom (816) 300-6743 [EMAIL PROTECTED] -Original Message- From: Glen Daniels [mailto:[EMAIL PROTECTED]] Sent: Tuesday

RE: beans as attributes to beans

2002-07-09 Thread Stickley, Jim
I was returning very complex objects from the server to the client, in both Axis-to-Axis as well as Axis-to-.Net. The one thing I found I had to avoid was using the Java Containers, by using native java arrays. Jim Stickley Birch Telecom (816) 300-6743 [EMAIL PROTECTED] -Original Message--

RE: beans as attributes to beans

2002-07-05 Thread Stickley, Jim
I have done this and it seems to work fine. Is your client and server both Axis, or are you using another SOAP implementation? I have gotten it to work with the following combinations: Client Server AxisAxis .NETA

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

2002-06-27 Thread Stickley, Jim
hrown from Call.invoke (before it reaches my code) when it discovers that the returned type is int. where can I wrap the returned type Oren. -Original Message- From: Stickley, Jim [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 4:35 PM To: '[EMAIL PROTECTED]'

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

2002-06-26 Thread Stickley, Jim
Title: Return a primitive type when java.lang.Object is expected You can not return a primitive type as a java.lang.Object, you will need to wrap it in one of the java.lang type classes, i.e.       Primitive type java.lang type     --- ---

RE: targetNamespace has changed reciently...

2002-06-10 Thread Stickley, Jim
I think I need to add that this is coming from Java2WSDL.    Jim Stickley Birch Telecom (816) 300-6743 [EMAIL PROTECTED]   -Original Message- From: Stickley, Jim [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 10:38 AM To: '[EMAIL PROTECTED]

RE: Attribute's corrupted with WSDL2Java

2002-06-10 Thread Stickley, Jim
documentation to a mangle set of code.   Jim Stickley Birch Telecom (816) 300-6743 [EMAIL PROTECTED]   -Original Message- From: Stickley, Jim [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 10:41 AM To: '[EMAIL PROTECTED]' Subject: RE: Attribute's corrupted with

RE: Attribute's corrupted with WSDL2Java

2002-06-10 Thread Stickley, Jim
defining these elements, it will be confusing to a client when they attempt to match documentation to a mangle set of code.   Jim Stickley Birch Telecom (816) 300-6743 [EMAIL PROTECTED]   -Original Message- From: Stickley, Jim [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10,

RE: Attribute's corrupted with WSDL2Java

2002-06-10 Thread Stickley, Jim
I understand what you are say, but this is not a very robust conversion.  The biggest problem with this is that the WSDL file used in this example was generated from Java source, and the java source had underscores, now the generated source does not match the original source, thus the jar f

targetNamespace has changed reciently...

2002-06-10 Thread Stickley, Jim
I reciently upgraded my Axis distribution from the 5/13/02 build to the 6/10/02 build, and have seen a change in the targetNamespace:   5/13/02 version: targetNamespace="http://PreorderComponent.Birch.com"   6/10/02 version: targetNamespace="http://10.38.128.63:38080/axis/services/CSR

Attribute's corrupted with WSDL2Java

2002-06-10 Thread Stickley, Jim
Any class that has attributes that have underscores in it are not generated correctly, i.e. the underscores are removed!   Example WSDL (minus unrelated structures):                            Java code generated by WSDL2Java (minus unrelated code)

RE: AXIS to .NET interoperability error!

2002-06-07 Thread Stickley, Jim
patch in the next week or so.     Jim Stickley Birch Telecom (816) 300-6743 [EMAIL PROTECTED]   -Original Message- From: Stickley, Jim [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 3:02 PM To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' Cc: Robertson

Type metadata generation with WSDL2Java

2002-06-04 Thread Stickley, Jim
Can anyone explain the purpose of the TypeDesc code generated in the stub classes when generating stubs with WSDL2Java? Sometimes my classes have TypeDesc info and sometimes they don't. What criteria determine when this is generated? In relation to this, Arrays of classes and references to clas

RE: AXIS to .NET interoperability error!

2002-05-31 Thread Stickley, Jim
an object knowing that all of its references have already been deserialized.   Jim Stickley Birch Telecom (816) 300-6743 [EMAIL PROTECTED]   -Original Message- From: Stickley, Jim [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 2:54 PM To: '[EMAIL PROTECTED]'

RE: AXIS to .NET interoperability error!

2002-05-31 Thread Stickley, Jim
e about the order of object references in the SOAP message?   Jim Stickley Birch Telecom (816) 300-6743 [EMAIL PROTECTED]   -Original Message----- From: Stickley, Jim [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 8:43 AM To: '[EMAIL PROTECTED]'; '[EMAIL PROTEC

RE: AW: How do you pass an XML document between Axis and .Net Client?

2002-05-31 Thread Stickley, Jim
You should be able to put the XML doc in a simple string and pass that string back and forth. Jim Stickley Birch Telecom (816) 300-6743 [EMAIL PROTECTED] -Original Message- From: Robert Evans [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 6:41 AM To: [EMAIL PROTECTED] Subject: R

RE: WSDL -> WSDD failed ! Please help !

2002-05-31 Thread Stickley, Jim
The following line of your wsdd file deploys all public methods:       You can replace "*" with a list of methods, if you do not wish to have all methods published.   Jim Stickley Birch Telecom (816) 300-6743 [EMAIL PROTECTED]   -Original Message- From: HARI,SAN

RE: WebService Studio error...

2002-05-30 Thread Stickley, Jim
Message- From: Stickley, Jim [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 12:21 PM To: '[EMAIL PROTECTED]' Cc: [EMAIL PROTECTED]; Robertson, Angela Subject: WebService Studio error...   I received the following error from a web service call using the WebService Studio on

RE: WSDL2Java error!

2002-05-15 Thread Stickley, Jim
If you do a little research, you could find it yourself, part of the URL in your error message is the following: http://www.w3.org/ Within 1 minute of visiting that site I was able to find the following url: http://www.w3.org/XML/Schema You might start by looking at that. Jim Stickley

RE: how to implement session in axis

2002-05-15 Thread Stickley, Jim
This is a copy from the user guide defining WSDD options: Scoped Services Axis supports scoping service objects (the actual Java objects which implement your methods) three ways. "Request" scope, the default, will create a new object each time a SOAP request comes in for your service. "Applicatio

RE: online wsdl generator error:

2002-05-14 Thread Stickley, Jim
have its error handling cleaned up so that this kind of problem can be solved more easily. Jim Stickley Birch Telecom (816) 300-6743 [EMAIL PROTECTED] -Original Message- From: Stickley, Jim [mailto:[EMAIL PROTECTED]] Sent: Monday, May 13, 2002 5:05 PM To: '[EMAIL PROTECTED]

RE: Java2WSDL breaks for me beta1 -> beta2

2002-05-02 Thread Stickley, Jim
I bet the classes have circular references in them, causing the compiler to iterate forever between the classes that reference each other. I had this problem and had to redesign my classes so they did not have circular references. Jim Stickley Birch Telecom (816) 300-6743 [EMAIL PROTECTED] ---

RE: Perhaps there will be a form for invoking the service here...

2002-04-12 Thread Stickley, Jim
There is also a Microsoft .Net based tool for testing web services at: http://www.gotdotnet.com/team/tools/web_svc/default.aspx You will need to have the .NET Framework installed to make this work (you can get that from the Windows Update web site) -Original Message- From: Peter A. Kozm

RE: Initial configuration problem...

2002-04-09 Thread Stickley, Jim
everything worked ok. -Original Message- From: Stickley, Jim [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 12:16 PM To: [EMAIL PROTECTED] Subject: Initial configuration problem... I am using tomcat 4.0.2 with Axis Beta 1 and I can load the axis/index.html when I type in http

Initial configuration problem...

2002-04-09 Thread Stickley, Jim
I am using tomcat 4.0.2 with Axis Beta 1 and I can load the axis/index.html when I type in http://localhost:8080/axis/. I have installed the axis directory into the tomcat webapps dir (file listing below) and am getting a tomcat error when tomcat loads the axis webapp (summary follows, full listi

Problem with deploying web services with axis...

2002-04-08 Thread Stickley, Jim
I am having a problem locating the following file (referenced in your installation guide and clipped out below): /axis/services/AdminService I can not find anything in the source, or the webapps that looks anything like this. I figure it is a file that someone has forgotten to i