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
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
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
of it on the
server side?
Thanks,
Scott
plain this approach in detail available? Are there any other approaches that people would recommend?
Thanks,
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
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
xis from typecasting? What should I do?
TIA-
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
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
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
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
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
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
,
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
me to the solution or the axis class which
maybe responsible for the behavior?
Thanks a bunch,
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
,
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
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
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
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
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
;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
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?
on on the the client side? How about in 1.2?
Thanks.
Scott
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
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
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
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
the xml payload?
Thanks,
Scott
Stub? If so, how?
Thanks.
Scott
A, I want to apply HandlerA. Is this possible through configuration in the client wsdd file?
Thanks for the help.
Scott
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
.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
Thanks,
Scott Liu
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
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
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
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
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
=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.
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
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
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
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
i/index.php/AxisSendingComplexData
thanks,
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
cess these easily?
thanks,
Scott
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
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
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
Class cls = GoogleSearchResult.class;
// call.registerTypeMapping(cls, gsrqn,
BeanSerializerFactory.class,
BeanDeserializerFactory.class);
?
thanks,
Scott
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
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.
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
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
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
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
s bug?
Thanks,
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
greatly appreciated. BTW: I am running axis 1.0.
Thanks
Scott
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
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
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.
> --
>
lizerFactory"
deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
/>
Thanks,
Scott.
uld
serialize the object according to its actual class?
Thanks,
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.
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.
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
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:[
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
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
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
)
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
pache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1115)
at
java.lang.Thread.run(Unknown Source)
Thanks
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
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.
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]
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
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
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
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
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
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]
>
>
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
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]
>
>
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
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
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
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
??
- 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
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:
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:
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
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
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
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:
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
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
: 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 - 100 of 132 matches
Mail list logo