RE: AdminClient

2005-02-01 Thread Sims, Scott
Check your Tomcat (or whatever web server you're running) output window for errors when you do the load.  I have noticed that in instances like that AdminClient may not complain but the web server will complain profusely. From: Edward Overly [mailto:[EMAIL PROTECTED] Sent: Tuesday, Februar

Re: Attachments - AXIS Server, .NET Client

2005-01-27 Thread Liu, Scott
Hi, John,   Could you please share your C# client code with us since the reference is so hard to find on this topic in the .NET society? I am writing a C# client to send an attachment to an Axis server.   Thanks,   Scott   [John Walker wrote] Do you mean the .NET client side?  I

RE: DIME Chunking

2005-01-14 Thread Sims, Scott
tried anything larger than 4.5 MB).    Scott From: Milazzo, Michael A HQISEC [mailto:[EMAIL PROTECTED] Sent: Friday, January 14, 2005 8:49 AMTo: [EMAIL PROTECTED]Subject: DIME Chunking Does anyone know whether Apache Axis 1.2RC2 supports DIME chunking?  I modified my code to send a file as a

Is service endpoint in service locator class in server side code actually used?

2005-01-12 Thread Liu, Scott
of it on the server side? Thanks, Scott

Large Data Transfer

2005-01-07 Thread Sims, Scott
plain this approach in detail available?  Are there any other approaches that people would recommend? Thanks, Scott

RE: Stub.getHeader in axis 1.1 or 1.2

2004-12-09 Thread Liu, Scott
) throws AxisFault { }   Thanks,   Scott   -Original Message- From: Tom Jordahl [mailto:[EMAIL PROTECTED] Sent: Thursday, December 09, 2004 1:27 PM To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: RE: Stub.getHeader in ax

Stub.getHeader in axis 1.1 or 1.2

2004-12-09 Thread Liu, Scott
my application I can set soap headers in .NET and Axis client and I can get soap headers in .NET but not in my Axis client. Any hints would be helpful.   Thanks,   Scott   > > -Original Message- > > From: Toshiyuki Kimura [mailto:[EMAIL PROTECTED] > > Sent: Tu

Stop typecasting

2004-10-28 Thread Scott Tully
xis from typecasting? What should I do? TIA- Scott

Why can't I have a enum type element as a request parameter?

2004-10-04 Thread Liu, Scott
m object: GetAllRecordType. I looked at the class and there is no "fromString" method. So we can not have a enum in the request? Thanks, Scott P.S. the stacktrace: java.beans.IntrospectionException: java.lang.NoSuchMethodException: com.netledger.dto.core.types.GetAl

RE: The Attributes and the UN-"wrapper" style

2004-09-16 Thread Liu, Scott
document style and wrapped style. Thanks, Scott -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 14, 2004 7:21 PM To: [EMAIL PROTECTED] Subject: RE: The Attributes and the UN-"wrapper" style The JAX-RPC spec prohibits use of attributes

RE: The Attributes and the UN-"wrapper" style

2004-09-13 Thread Liu, Scott
mention anything on this. I have read comments on the topic from Anne Thomas Manes (http://www.burtongroup.com/weblogs/annethomasmanes/archives/cat_apache_ axis.html). It is very helpful in understanding encoding style and programming style. Thanks, Scott -Original Message- From: Peter White

The Attributes and the UN-"wrapper" style

2004-09-10 Thread Liu, Scott
utes to go with the UN-wrapped style does Axis support it? My test revealed that it did not with v1.1. Is there a patch or will it be supported in Axis 1.2 for un-wrapped style? Your explanation is highly appreciated, Thanks, Scott

RE: How to enable Axis client to return more than one cookie

2004-08-09 Thread Liu, Scott
Posted. Thanks. Scott -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Sunday, August 08, 2004 7:33 PM To: [EMAIL PROTECTED] Subject: Re: How to enable Axis client to return more than one cookie Scott, Can you please post your diff to the bug report? -- dims

RE: How to enable Axis client to return more than one cookie

2004-08-08 Thread Liu, Scott
all the good work, Scott -Original Message- From: Liu, Scott Sent: Thursday, August 05, 2004 12:18 PM To: [EMAIL PROTECTED] Subject: RE: How to enable Axis client to return more than one cookie Thanks. The patch has not been checked in yet. The patch link only provides "differ

RE: Strange behavior on soap message generated by axis1.1?

2004-08-08 Thread Liu, Scott
,   Scott   -Original Message- From: Liu, Scott Sent: Friday, August 06, 2004 6:01 PM To: [EMAIL PROTECTED] Subject: Strange behavior on soap message generated by axis1.1?   I used Axis 1.1 RC2 before I switched to the stable Axis 1.1 final version (June 2003). Then the RESPONSE soap message

Strange behavior on soap message generated by axis1.1?

2004-08-06 Thread Liu, Scott
me to the solution or the axis class which maybe responsible for the behavior?   Thanks a bunch,   Scott  

RE: How to enable Axis client to return more than one cookie

2004-08-05 Thread Liu, Scott
Thanks. The patch has not been checked in yet. The patch link only provides "differences". Does anyone know where can I get the real patch so that I do not have to apply the patch line by line? Really appreciated, Scott -Original Message- From: Christian Campo [mailto:[EMAIL

RE: How to enable Axis client to return more than one cookie

2004-08-05 Thread Liu, Scott
,   Scott   -Original Message- From: Liu, Scott Sent: Wednesday, August 04, 2004 10:17 PM To: [EMAIL PROTECTED] Subject: How to enable Axis client to return more than one cookie   Hi, All,   I have a question on cookie or session management. This has been baffling me for a while. Hope

How to enable Axis client to return more than one cookie

2004-08-04 Thread Liu, Scott
client but the object was null. How do I solve this problem?   This is what I have.       AxisEngine eng = service.getEngine();     MessageContext ctx = eng.getEngine().getCurrentMessageContext();   The ctx object is null.   Thanks,   Scott

RE: Illegal XML character: �. DONOT see this character in TCP Mon

2004-08-01 Thread Liu, Scott
Will anyone in the Axis community care to respond? Or is this a fact of life? Thanks, Scott -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, July 30, 2004 8:54 AM To: [EMAIL PROTECTED] Subject: Illegal XML character: �. DONOT see this characte

newbie question - sending XML documents in soapenv:Body

2004-07-30 Thread Brian . Scott
Hello friends - I'm in the process of integrating two systems, I am using the AXIS SOAP engine and my counterpart at another organization is using the .NET SOAP engine. I have managed to create some stubs based on the other parties .WSDLs. They provided the following WSDL for one of our transac

Illegal XML character revisit and ways to handle the exception

2004-07-29 Thread Liu, Scott
ient Sax parser to ignore this and leave it to the client application to handle “&#xN;” as it fits.   Any suggestion is greatly appreciated.   Thanks,   Scott      

RE: high fidelity and streaming=on

2004-05-12 Thread Goldstein, Scott
;t work as expected? Is it supported for the client side (i.e. did I miss this in the code)? 2. This attribute seems to turn off the Sax Event Recording. However, I don't know what this means from an overall functionality and performance standpoint. I could use an explanation here. Thanks. Scott

RE: high fidelity and streaming=on

2004-05-12 Thread Goldstein, Scott
Alek, Thank you for your reply! So, from your message, it appears that this is a feature in Axis 1.2 and you're not sure whether it's available in 1.1. Also, it's still unclear exactly what the feature is. Do you know who I could contact to find out more information about it?

high fidelity and streaming=on

2004-05-10 Thread Goldstein, Scott
on on the the client side?  How about in 1.2?   Thanks.   Scott  

Content is not allowed in prolog

2004-04-20 Thread Scott Hopkins
am using Axis in combination with Xerces to connect to a .Net web service. I get a response correctly but Xerces throws a "Content is not allowed in prolog" exception when parsing. I believe this is because there is a Byte Order Mark (BOM) in the response (the ? showing up right before the New Y

RE: Is Axis creating a DOM object and hence it may cause memory issue?

2004-04-14 Thread Liu, Scott
Thanks, Anne, for the clarification.   Scott   -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 3:30 PM To: [EMAIL PROTECTED] Subject: RE: Is Axis creating a DOM object and hence it may cause memory issue?   When using

RE: Is Axis creating a DOM object and hence it may cause memory issue?

2004-04-14 Thread Liu, Scott
Thanks, Anne.   Does this imply that if I use Axis’ doc/literal web services framework it would be safe to assume the system memory is checked but in Axis messaging framework the system memory may not be optimized?   Scott   -Original Message- From: Anne Thomas Manes [mailto

Is Axis creating a DOM object and hence it may cause memory issue?

2004-04-12 Thread Liu, Scott
this DOM object is going to consume a lot of memory (it will make the Axis not usable?). Am I missing something here?   Thanks,   Scott  

Intercept XML payload for modification

2004-04-11 Thread Liu, Scott
the xml payload?   Thanks,   Scott  

Sending and Receiving Http Cookies

2004-03-11 Thread Goldstein, Scott
Stub?  If so, how? Thanks. Scott

Applying different handlers on client based on service

2004-03-02 Thread Goldstein, Scott
A, I want to apply HandlerA.  Is this possible through configuration in the client wsdd file? Thanks for the help. Scott

dirty deserializer when invoked 2+ times in rpc call

2004-03-02 Thread Scott Cantor
I have written a custom deserializer that subclasses DeserializerImpl. It is connected to the EJB provider. For methods where only one argument needs to use this deserializer, it works fine. However, for any number of invocations 2 or greater, the first argument deserializes fine and all objects

Found another user experiencing similar "null" response problem with .NET client working with Axis web service server

2004-03-02 Thread Liu, Scott
.v1.webservices">Now this is really simple0 3. .NET/C# client should have marshalled the xml to a response object. But it did not. It claimed that the "response" object is null.     Thanks a million,   Scott  

Help: .NET C# client failed to generate an object corresponding to a valid soap message in AXIS WS application

2004-02-24 Thread Liu, Scott
  Thanks,     Scott Liu  

Byte arrays in SOAP attachments.

2004-02-04 Thread Joshua Scott Emmons
This has been discussed here before, most completely at http://www.mail-archive.com/[EMAIL PROTECTED]/msg12463.html but it seems we haven't been able to come to a resolve. Can someone state definitively what the "proper" way to send byte arrays in a soap attachment via axis is? Everyone seems to

namespace and java class mapping

2004-02-02 Thread Liu, Scott
mespace to different packages at the same time? In other words urn:base.mycompany.com maps to com.mycompany.x1 and urn:operation.base.mycompany.com to com.mycompany.x2. The Castor solves this problem by providing namespace to package mapping in the castorbuilder.properties. Thanks, Scott

How do I tell Axis to deserilize an xml-soapSOAPStruct in stubs?

2003-12-12 Thread Scott Ellsworth
Howdy, all. I have read through the responses to my last post, and tried various experiments, but I think I am just missing something. Here is a more specific, and thus hopefully easier question that might illuminate what I am missing. I am trying to deserialize the following return from my

Re: Proper WSDL allowing Axis to interpret a SOAP::Lite hash ref

2003-12-12 Thread Scott Ellsworth
On Dec 12, 2003, at 12:51 PM, [EMAIL PROTECTED] wrote: Just a word of warning. Hash tables are not a standard interop type. You will loose compatibility between SOAP implementations. I suggest you use an array of Java Beans with key/value pair concept. Fair enough. I am having a bit of troub

Proper WSDL allowing Axis to interpret a SOAP::Lite hash ref

2003-12-12 Thread Scott Ellsworth
che.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java: 198) [java] at org.apache.axis.message.MessageElement.publishToHandler(MessageElement.j ava:722) [java] at org.apache.axis.message.RPCElement.deserialize(RPCElement.java:233) [java] at org.apache.axis.message.RPCElement.getParams(RPCElement.java:347) [java] at org.apache.axis.client.Call.invoke(Call.java:2272) [java] at org.apache.axis.client.Call.invoke(Call.java:2171) [java] at org.apache.axis.client.Call.invoke(Call.java:1691) [java] at com.alodar.feature.Alodar.GBIB.UserUtilsStub.get_user_ids_by_name(UserUt ilsStub.java:187) [java] at axisTest.callFeatureStub(axisTest.java:71) [java] at axisTest.main(axisTest.java:46) Scott

java.lang.reflect.InvocationTargetException with custom classes

2003-11-17 Thread Scott Yeadon
=utf-8 Date: Sun, 16 Nov 2003 23:23:48 GMT Server: Apache Coyote/1.0 Connection: close http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> soapenv:Server.userException java.lang.reflect.InvocationTargetException Thanks. Scott.

RE: Can't find specified service when creating a "service" object

2003-11-05 Thread Scott Artman
lem is that I'm not certain which strings to use for nameSpaceUri and serviceName based on the attached WSDL file. I've tried several combinations without success. If someone could enlighten me as to which strings I should use for these parameters, I would appreciate it. Thanks, Sco

Can't find specified service when creating a "service" object

2003-11-03 Thread Scott Artman
ace URI and local part of the qualified name? I have tried several values for each of these parameters with the same results. Scott AgentService.xml Description: Binary data

need help with SAXException: Deserializing parameter

2003-09-08 Thread scott
port javax.xml.rpc.ParameterMode; import java.util.Map; public class ValidateFieldsClient { public static void main(String [] args) throws Exception { //String endpoint = "http://localhost:8080/axis/ValidateFields.jws";; String endpoint = "http://localhos

Re: deploying service: "Read timed out"

2003-09-05 Thread scott
ers? Is it anything to do with directories having spaces? Or do I need to specify that classpath elsewhere for axis to use it properly? thanks, Scott Quoting scott <[EMAIL PROTECTED]>: > D:\Program Files\eclipse\workspace\axis test\src\example2> > D:\Program Files\eclipse\workspace\a

deploying service: "Read timed out"

2003-09-05 Thread scott
i/index.php/AxisSendingComplexData thanks, Scott

help with sending a struct

2003-09-03 Thread scott
zerFactory.class, BeanDeserializerFactory.class); ... call.addParameter( "PO", poqn, ParameterMode.IN ); Will I have to do something similar? That looks a bit complex for what I want to do? It also only gets back a string, I want to get back key/value pairs. Any tips/code examples welcome! thanks, Scott

good tute for axis clients?

2003-09-01 Thread scott
cess these easily? thanks, Scott

Is JNI on Axis possible? InvocationTargetException

2003-08-27 Thread Scott Rader
I am trying to implement a web service provider on Windows 2000 with Tomcat 4.1 and Axis 1.1 installed. I have a JNI class and method that works when called from a Java application, but when I call it form inside of a service provider I get the following error. java.lang.reflect.InvocationTargetE

WHY is NSPREFIX_SOAP_ENVELOPE = "soapenv" instead of "SOAP-ENV" ?

2003-08-14 Thread scott
recompile AXIS? What's up with this!!! http://www.w3.org/TR/SOAP/ Has SOAP-ENV as a standard. What's going on here, or am I an idiot? thanks, Scott

Re: WHY is NSPREFIX_SOAP_ENVELOPE = "soapenv" instead of "SOAP-ENV" ?

2003-08-14 Thread scott
doing something wrong? I've yet to read the docs on how to inspect your returned soap message so I haven't bothered with doing anything too fancy, here's the code that makes the request: http://neko.evolove.net/phpwiki/index.php/CocoonSoapAxis Any pointers glady appreciated. scott Q

q: dealing with soap response

2003-08-14 Thread scott
Class cls = GoogleSearchResult.class; // call.registerTypeMapping(cls, gsrqn, BeanSerializerFactory.class, BeanDeserializerFactory.class); ? thanks, Scott

Re: UNSUBSCRIBE ME

2003-06-17 Thread Scott Webber
What happens when you email that address? I wanted to unsubscribe from the dev list and I had to change from the address from xml.apache.org to ws.apache.org. I think it worked...at least for the dev list. Maybe you should try the opposite for this list. - Original Message - From: "bin

Access to SOAPheader via client stub?

2003-03-10 Thread Dunn, Scott
ate way to manipulate the header without having to modify the generated stub? Thanks, Scott. private org.apache.axis.client.Call createCall() throws java.rmi.RemoteException { try { org.apache.axis.client.Call _call = (org.apache.axis.client.Call) super.service.

RE: Base Classes and java.lang.IllegalAccessException

2003-02-24 Thread Leschke Scott-QA2775
That's one way to look at. Or you could simply say that C doesn't need access to A since it never has to invoke the constructor or anything else in A directly, the question then is, why doesn't it work with Axis? Scott -Original Message- From: Micael [mailto:[EMAIL

RE: Base Classes and java.lang.IllegalAccessException

2003-02-24 Thread Leschke Scott-QA2775
reate it using reflection mechanisms. At least that's my impression. Why this is the case is my question, as this seems a perfectly legal and reasonable thing to do. I'm hoping to investigate this more but I'm having some problems with Eclipse right now. Scott -Original Mes

RE: Base Classes and java.lang.IllegalAccessException

2003-02-21 Thread Leschke Scott-QA2775
public class B extends A { public B() { super(); } } -Original Message- From: Almeida, Timothy [mailto:[EMAIL PROTECTED] Sent: Friday, February 21, 2003 5:12 PM To: Scott Leschke Subject: RE: Base Classes and java.lang.IllegalAccessException Doesn't surprise me very mu

FW: Base Classes and java.lang.IllegalAccessException

2003-02-21 Thread Leschke Scott-QA2775
I haven't seen any response to this so I'll try one more time. Scott -Original Message- From: Leschke Scott-QA2775 Sent: Thursday, February 20, 2003 10:03 AM To: '[EMAIL PROTECTED]' Subject: Base Classes and java.lang.IllegalAccessException We're using

Base Classes and java.lang.IllegalAccessException

2003-02-20 Thread Leschke Scott-QA2775
s bug? Thanks, Scott

ConnectException in DefaultSocketFactory

2003-01-16 Thread Dunn, Scott
pmon for the second invocation. Anyone encountered this before? More importantly, does anyone have a solution? Thanks, Scott. java.net.ConnectException: Connection refused: connect at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConn

Service initialization

2002-11-08 Thread Scott Melby
greatly appreciated. BTW: I am running axis 1.0. Thanks Scott

Re: Char datatypes with SOAP

2002-10-07 Thread Scott Nichol
There is no built-in support for the Java char data type. You would need to write your own serializer and deserializer to use it. You can look at the StringDeserializer for a guide to how to deserialize, and the cleanSer instance in SOAPMappingRegistry for a guide to how to serialize. Scott

RE: Serialization of return values and inheritance hierarchies

2002-07-12 Thread Dunn, Scott
aType(value.getClass()); ser.serialize(name, attributes, value, context); Scott. > -- > From: Stickley, Jim > Reply To: [EMAIL PROTECTED] > Sent: Friday, July 12, 2002 12:37 PM > To: '[EMAIL PROTECTED]' > Subject: RE: Serialization of return

RE: Custom serializers don't appear to work

2002-07-11 Thread Dunn, Scott
Sorry, my mistake, the classname in the descriptor was wrong. It still doesn't work however, but at least I'm no longer getting exceptions. The Factory constructor gets called, but the serialize() method never does. I'll debug further tomorrow. Scott. > -- >

Custom serializers don't appear to work

2002-07-11 Thread Dunn, Scott
lizerFactory" deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; /> Thanks, Scott.

Serialization of return values and inheritance hierarchies

2002-07-11 Thread Dunn, Scott
uld serialize the object according to its actual class? Thanks, Scott.

Java2WSDL and inherited methods

2002-07-02 Thread Dunn, Scott
is/services/api \ schema.interfaces.DerivedIntf I would expect the generated WSDL to contain definitions for the methods defined in both interfaces. Is this a known bug? Should I create a new bug in Bugzilla? Scott.

SOAPHeaderElement.addTextNode() ???

2002-06-07 Thread Dunn, Scott
new SOAPHeaderElement("", "PASSWORD"); password.addTextNode("bar"); call.addHeader(password); I also tried calling Stub._setProperty(String, String) but arbitrary properties don't seem to get picked up. Any suggestions? Scott.

RE: javascript SOAP clients

2002-05-21 Thread Newman, Scott
How exactly? Using WASP? Just curious. :) Scott -Original Message- From: Heitzso [mailto:[EMAIL PROTECTED]] Sent: 21 May, 2002 7:35 AM To: [EMAIL PROTECTED] Subject: Re: javascript SOAP clients I managed to do this with mozilla-javascript last night. > - Original Mess

RE: HELP!!!! Axis cannot deploy or undeploy anymore

2002-05-13 Thread Newman, Scott
Thanks for the response glen. I get why it was doing it now, but too late, I alreade re-installed everything.  J   I'm entering it into the bugzilla database right now.  Do you want me to assign this to you? Scott     -Original Message- From: Glen Daniels [mailto:[

HELP!!!! Axis cannot deploy or undeploy anymore

2002-05-13 Thread Newman, Scott
Hi All   Running into very very strange behavior here with axis beta 2.  I was trying to deploy a service that returned a CachedRowSet, and that was when I started to run into this:     faultString: org.apache.axis.deployment.wsdd.WSDDException: java.lang.ClassNotFoundException: Found

Serialization and CachedRowSet

2002-05-10 Thread Newman, Scott
serializer myself.   Just trying to wrap my head around this now for the first time, so forgive me if I'm a little stoopid at this point. Scott

RE: Internal Classes

2002-05-02 Thread Newman, Scott
Nevermind, this is resolved.     -Original Message- From: Newman, Scott [mailto:[EMAIL PROTECTED]] Sent: 02 May, 2002 9:53 AM To: '[EMAIL PROTECTED]' Subject: Internal Classes   Hi All   I have another question.   I have a class, which has some classes contained

Internal Classes

2002-05-02 Thread Newman, Scott
)     at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1017)     at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1115)     at java.lang.Thread.run(Unknown Source)   Thanx, Scott

AdminClient

2002-05-02 Thread Newman, Scott
pache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1115)     at java.lang.Thread.run(Unknown Source)     Thanks Scott

wtf?

2002-05-01 Thread Newman, Scott
Hi all   Just installed beta 2, and now I'm unable to list the services on the client.  I can deploy and undeploy the services (I think, obviously I can't verify this without listing the services, but it doesn't choke on it anyhow).    The documentation still says 'list', but it ain't wor

RE: .Net ignores ?

2002-04-19 Thread Scott Seely
ption. It actually doesn't matter cuz I don't even get exceptions propagated properly to an Axis client -- looks like the current state of the art is not ready yet for ... -- Oliver PS: Just found out that C# has no equivalent to the Java "throws" declaration -- interesting.

RE: .Net ignores ?

2002-04-19 Thread Scott Seely
At this point in time, what .NET will do is receive the data and make it visible to the client code as XML through the details element (IIRC). -Original Message- From: Oliver Suciu [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 10:49 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]

RE: Problem calling Axis service from .Net

2002-04-19 Thread Scott Seely
Nuno, Can you post a sample good request/response? It almost looks like the type name of your custom type is, somehow, not being mapped to the correct namespace so that your deserializers will kick in. -Scott -Original Message- From: Nuno Guerreiro [mailto:[EMAIL PROTECTED]] Sent

RE: Help required!!

2002-04-18 Thread Newman, Scott
the signature I used is: public byte[] sayHello(String s) The client invokes like this: byte[] b = (byte[])port.sayHello("Hello"); Works fine. Cheers. Stan - Original Message - From: "Newman, Scott" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent

RE: Help required!!

2002-04-18 Thread Newman, Scott
The object Byte, rather than the native type byte. -Original Message- From: vidula pant [mailto:[EMAIL PROTECTED]] Sent: 18 April, 2002 1:43 PM To: [EMAIL PROTECTED] Subject: RE: Help required!! I don't quite get it? "BYTE[]" do you mean "Byte" the wrapper class? -Vidula --- [EMAIL PROT

RE: unsubscribe me SOAP Servis

2002-04-17 Thread Newman, Scott
Well, we'd make another service for that. :) -Original Message- From: St-Germain, Sylvain [mailto:[EMAIL PROTECTED]] Sent: 17 April, 2002 4:21 PM To: [EMAIL PROTECTED] Subject: RE: unsubscribe me SOAP Servis Yeah but how would you unsubscribe from this unsubscription service? Sylvain

RE: unsubscribe me SOAP Servis

2002-04-17 Thread Newman, Scott
Sounds like a useful service. :) I get the feeling we might have to make it REAL simple though. Lol. -Original Message- From: L Rutker [mailto:[EMAIL PROTECTED]] Sent: 17 April, 2002 4:04 PM To: [EMAIL PROTECTED] Subject: Re: unsubscribe me SOAP Servis How about a SOAP service to un

RE: unsubscribe me

2002-04-17 Thread Newman, Scott
For the last time, no -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 17 April, 2002 3:14 PM To: [EMAIL PROTECTED] Subject: unsubscribe me unsubscribe me > Thanks, > Catherine Melton > Strategic System Delivery > *678-339-4520 > [EMAIL PROTECTED] > >

RE: Unsubscribe me

2002-04-17 Thread Newman, Scott
Go to http://xml.apache.org/axis/index.html and unsubscribe from there. -Original Message- From: Nirmala Ranganathan [mailto:[EMAIL PROTECTED]] Sent: 17 April, 2002 2:06 PM To: '[EMAIL PROTECTED]' Subject: Unsubscribe me

RE: unsubscribe me

2002-04-17 Thread Newman, Scott
no -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 17 April, 2002 1:01 PM To: [EMAIL PROTECTED] Subject: unsubscribe me unsubscribe me > Thanks, > Catherine Melton > Strategic System Delivery > *678-339-4520 > [EMAIL PROTECTED] > >

RE: RE: Kindly help me out - Posting twice !!!

2002-04-15 Thread Newman, Scott
y ? I hope my problem is understable enough for the other people. Thanks, regards, Jitender On Mon, 15 Apr 2002 Newman, Scott wrote : >Hi Jintender > >The usual place to keep xml files would be in your WEB-INF >folder. Here is >a quote from the jakarta docu

RE: Kindly help me out - Posting twice !!!

2002-04-15 Thread Newman, Scott
Hi Jintender The usual place to keep xml files would be in your WEB-INF folder. Here is a quote from the jakarta documentation about the issue: --- web/WEB-INF/ - The special configuration files required for your application

RE: support?

2002-04-13 Thread Scott Seely
As an alternative to this approach, couldn't you use something like CapeClear's WSDL editor which is capable of generating stub implementations of a Web service? Then you get WSDL and Web service separation. IMHO, it's a bad idea to rely on auto-generated WSDL. Because WSDL defines the interfac

RE: Newbie WSDL/XML-RPC question

2002-04-13 Thread Scott Seely
What you are referring to are called extensibility elements. To the best of my knowledge, the XML-RPC community has not defined any extensibility elements for XML-RPC messaging. You are correct WRT where SOAP specific stuff shows up (though you missed service). One could define extensibilty ele

RE: Unsupported major.minor version 48.0

2002-04-12 Thread Newman, Scott
?? - Original Message - From: Newman, Scott To: [EMAIL PROTECTED] Sent: Friday, April 12, 2002 1:27 PM Subject: RE: Unsupported major.minor version 48.0   I tried forte, didn't like it.  Too slow.  I love eclipse (asides from the bugs, or my stupidity).  Mind you

RE: Unsupported major.minor version 48.0

2002-04-12 Thread Newman, Scott
ecause you could use Forte for Java.  That's what I use and it has kicking JSP / Servlet support (especially in the 4.0 Early Access Version, just have to ignore an exception when it starts up). - Original Message - From: Newman, Scott To: [EMAIL PROTECTED] Sent:

RE: Unsupported major.minor version 48.0

2002-04-12 Thread Newman, Scott
Alright, I got it.  I'm not sure how, but I got it.  I restored the defaults under the eclipse ide (which defaults to 1.3 I believe), and that seemed to do the trick.    Newman   -Original Message- From: Newman, Scott [mailto:[EMAIL PROTECTED]] Sent: 12 April, 2002 11:

RE: Unsupported major.minor version 48.0

2002-04-12 Thread Newman, Scott
imply compiled jsps so it shouldn't matter, but you never know), make sure that you do not have a newer copy of the tools.jar in your path (you will get that if you have Cocoon installed as well (like I did)). - Original Message - From: Newman, Scott To: [EMAIL PROTECT

RE: Unsupported major.minor version 48.0

2002-04-12 Thread Newman, Scott
riginal Message- From: Adam Greene [mailto:[EMAIL PROTECTED]] Sent: 12 April, 2002 9:44 AM To: [EMAIL PROTECTED] Subject: Re: Unsupported major.minor version 48.0   This error is caused by upgrading from 1.3.1 to 1.4 of the JDK. - Original Message - From: Newman, Scott

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

2002-04-12 Thread Newman, Scott
Title: Perhaps there will be a form for invoking the service here... It means nobody has coded a form to test the webservice from a browser yet.   It's still under development, so it's probably just a developer note.    -Original Message- From: Stefano Mainardi [mailto:[EMAIL P

RE: Unsupported major.minor version 48.0

2002-04-11 Thread Newman, Scott
favor of either 1.3.1_02 or 1.4.0.  I'd sure be interested in what's up with this, as well!   -- Ivan   "Newman, Scott" <[EMAIL PROTECTED]> 04/11/2002 02:47 PM Please respond to axis-user                 To:

RE: Unsupported major.minor version 48.0

2002-04-11 Thread Newman, Scott
Correction, that class is throwing the error itself.  I've tried jre 1.4 and 1.3.1_02.  I'm on windowsXP.   Newman   -Original Message- From: Newman, Scott [mailto:[EMAIL PROTECTED]] Sent: 11 April, 2002 4:48 PM To: '[EMAIL PROTECTED]' Subject: Unsupported

Unsupported major.minor version 48.0

2002-04-11 Thread Newman, Scott
Hi all   Does anyone get this error?  It seems that I don't really get it until I include a utility library that I made that gets included into the class that is called via axis.    Here's the trace:     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appli

RE: XML Parsers and Classloading in Tomcat

2002-04-09 Thread Newman, Scott
: Newman, Scott [mailto:[EMAIL PROTECTED]] Sent: 09 April 2002 17:14 To: [EMAIL PROTECTED] Subject: RE: XML Parsers and Classloading in Tomcat After you put them in there, did you restart tomcat? -Original Message- From: James Hughes [mailto:[EMAIL PROTECTED]] Sent: 09 April, 2002 11:12 AM To

  1   2   >