.client.Call.invoke(Call.java:2553)
at org.apache.axis.client.Call.invoke(Call.java:2248)
at org.apache.axis.client.Call.invoke(Call.java:2171)
at org.apache.axis.client.Call.invoke(Call.java:1691)
at soapapi.LeinSoapBindingStub.qry(LeinSoapBindingStub.java:138)
at
I'm trying to write a custom serializer for the jdom Element (org.jdom.Element). I've
written the serializer,deserializer,factories and added the type mapping to the wsdd
file. The service deploys and updates the server-config with the typeMapping Element
but when javaToWsdl tries to generate
a WAR file must be placed in a "shared" JAR file that is
mutually accessible -- and copies don't work. Anything that spans
your ?AR file must be installed at the server level (common\lib in
Tomcat, I believe).
Hope this helps
--- bhw
On Mon, 27 Sep 2004 14:34:26 -0400, Matt
Anyone have any ideas or suggestions with this??? Bueller Bueller
-Original Message-
From: Matt Valerio
Sent: Friday, September 24, 2004 11:02 AM
To: Axis-User (E-mail)
Subject: two axis-ized services in one servlet container
I have configured two axis enabled webservices
I have configured two axis enabled webservices in one servlet container (tomcat 5.0)
and I'm having some problems. I'm using Axis 1.1 and have created these two services
as specified in the "Advanced Installation" section of the Axis installation
instructions. For the sake of explaining my pro
27;t had any luck getting this to work with Axis. I'm using
classes generated by WSDL2Java based on the server's wsdl. Again, any
help would be greatly appreciated. Thanks.
Matt Tucker
thoughtbot
cell: 617 775 0742
office: 617 876 4780
www.thoughtbot.com
[EMAIL PROTECTED] wrote:
Do n
of the
picture, because the server side authentication depends on certain
objects being put into the HttpSession object.
Any ideas on what I can try to get HTTP sessions working? I'm using
Axis 1.1 on Tomcat 4.1.30 with J2SE 1.4.2_03 on the client, and
1.4.2_04 on the server.
Thanks,
Matt Kurjanowicz
does anyone know of a way to
get an axis client to trust all certificates from the server it's
talking to?
--
Matt Tucker
thoughtbot
cell: 617 775 0742
office: 617 876 4780
www.thoughtbot.com
Hi,
I'm writing an axis client to talk to a vendor-provided server. In the
xml that axis creates, it's setting the namespace for my method call to
ns1 while the server requires ns0. is there a good solution to this
problem? i appreciate your help.
--
Matt Tucker
thoughtbot
cel
Jasen - Since classes generated by wsdl2java are just POJOs you can use Java's
built in XMLEncoder class. There are a few pointers about this here:
http://mattpayne.org/b.cgi/Programming/Java/XMLEncoder.pf
-Matt
On Thu, 17 Jun 2004 14:39:52 -0400, [EMAIL PROTECTED] <[EMAIL PROTECTED
I've had luck with nuSoap for PHP and gSoap for C. A friend likes
ZSI for Python
(http://users.binary.net/thehaas/cgi-haas/blosxom.cgi/comp/python/pysoap.html).
-Matt
On Tue, 15 Jun 2004 12:01:40 +0100, NJ Rogers, Learning and Research
Technology <[EMAIL PROTECTED]> wrote:
>
Ayyappan - I'd like to see this. Please send it to the list or to
me. I'm interested in interoperating with IBM's WAS 5.0.2 engine and
Microsoft WSE2.
Thanks! -Matt
- Original Message -
From: GANDHIRAJAN, AYYAPPAN <[EMAIL PROTECTED]>
Date: Tue, 15 Jun 2004 1
Thank you VERY much! -Matt
http://nagoya.apache.org/jira/browse/AXIS-1393
On Sat, 12 Jun 2004 13:55:08 -0400, Davanum Srinivas <[EMAIL PROTECTED]> wrote:
>
> Please open up a bug report for enhancement and i will add a switch.
>
> thanks,
> dims
>
>
> On Fri, 11
Sorry if this is a FAQ (I did look before emailing...).
How can one change the AXIS setup so .jws files use wrapped or
document/literal encoding instead of RPC encoding?
Thanks! -Matt
http://ws.apache.org/axis/java/reference.html
Please forgive me in advance. I tried looking on
ws.apache.org/axis, faq/wiki, and google but had no luck.
Does AXIS support WSDL 2.0?If not, is there an estimated date?
Thanks! -Matt
http://webservices.xml.com/lpt/a/ws/2004/05/19/wsdl2.html
e transfer over to the ModelService?
* How do I get axis to do this? I've called (Service)
service.setMaintainSession(true) in my code, but the session keeps on changing. Any
help, ideas for debugging would be great!
Thanks,
Matt Kurjanowicz
Title: Invocation errors on new Axis server
I have an existing server (Server #1) that was a breeze to setup and deploy webservices successfully. I am now setting up a new server (server #2) and am running into problems. The box is a Windows 2000 server with Apache Tomcat 4.1, Java Runtime
Luciano,
Thanks. To any devs out there - would you mind saving us a bit of time? How does
this part of the architecture work?
- Matt
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 25, 2004 11:10 AM
To: [EMAIL
Title: RE: RE: Axis 1.1 Memory leaks
Luciano,
Have you verified this by looking at the
code? I haven’t had the time to do that yet. If Axis is building the
DOM before writing to the socket, I really want to know why.
- Matt
From:
[EMAIL PROTECTED] [mailto:[EMAIL
memory ramp-up. It almost appears as if the entire DOM is being built before writing
to the socket begins? This couldn't be the case, right?
- Matt
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 25, 2004 7:29 AM
To: [EMAIL PROT
Any ideas yet? Perhaps the dev list is better suited to answer this
question?
- Matt
-Original Message-
From: Matt Munz
Sent: Monday, February 02, 2004 5:12 PM
To: [EMAIL PROTECTED]
Subject: Service Naming: removing implementation class name from WSDL
Hi all,
How can I make sure
eration is not preferred ;)
[2]
public class SampleBean
{
public SampleBean(){}
public String getMessage()
{
return "Hello World.";
}
}
[3]
[4]
[5]
BeanMessage/
BeanMessageSoapBindingStub.java
SampleBean.java
SampleBeanService.java
SampleBeanServiceLocator.java
- Matt
ected? If not, what is the purpose of requiring this interface?
- Matt
i.[1]
[1] http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages
- Matt Munz
hand-written WSDL - it's just what .NET gave me). Also, if I generate
Java from this WSDL using the version of Axis (1.0) embedded in
JBuilder 8 (either using JBuilder UI or running WSDL2Java from the
command-line) this maps to a Java class called 'GetUserDetails' -
which seems more
the JBoss-compatible package containing the Axis Address
example, output/lib/hello.ear is a J2EE application consisting of the hello ejb module
from the JBoss main testsuite and an additional web service layer on top of the
HelloBean)."
- Matt
-Original Message-
From: Ch
Chris,
You might want to take a look at the JBoss.net module.
http://www.jboss.org/developers/projects/jboss/dotnet.jsp
- Matt
-Original Message-
From: Chris Forbis [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 1:55 PM
To: '[EMAIL PROTECTED]'
Subj
Is there a bug# or RFE for this issue? I'm interested in the workaround. Is there a
person I can contact to get more information about it?
- Matt Munz ([EMAIL PROTECTED])
-Original Message-
From: Kellogg, Richard [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 25, 2003 11:
Rick,
Thanks!
- Matt
-Original Message-
From: Kellogg, Richard [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 25, 2003 11:15 AM
To: [EMAIL PROTECTED]
Subject: RE: .Net Interop: JavaBean -> WSDL -> c# proxy
You are correct. This has been fixed in the latest .NET Framewo
Paolo & group,
I just caught this in the response.
Did I read somewhere that .Net can't deserialize an empty array? Could this be the
problem?
- Matt
-Original Message-----
From: Matt Munz
Sent: Tuesday, February 25, 2003 11:05 AM
To: [EMAIL PROTECTED]
Subject:
ntime, I'll check your theory that the ConceptBean object is the problem
by creating a new service that dispenses Form objects.
- Matt
-Original Message-
From: Paolo Paganotto [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 25, 2003 10:40 AM
To: [EMAIL PROTECTED]
Subject: Re
installing .Net SP2 didn't fix it...
- Matt
-Original Message-
From: Matt Munz
Sent: Tuesday, February 25, 2003 10:03 AM
To: [EMAIL PROTECTED]
Subject: RE: .Net Interop: JavaBean -> WSDL -> c# proxy
Paolo,
Thanks for taking an interest in my problem.
I am fairly c
relevant source for the webservice object.
Next, I'll install SP 2 and see what happens ;)
Thanks again.
- Matt
From ConceptServerWs (superclass of NavServerWs) ...
/**
* This is the method that I am testing.
*/
public ConceptBean findConceptById(int concept_id)
t
Chris,
You might want to take a look at the JBoss.net module.
http://www.jboss.org/developers/projects/jboss/dotnet.jsp
- Matt
-Original Message-
From: Chris Forbis [mailto:[EMAIL PROTECTED]
Sent: Mon 2/24/2003 4:24 PM
To: [EMAIL PROTECTED
useful ideas on the subject?
- Matt Munz ([EMAIL PROTECTED])
-Original Message-
From: Matt Munz
Sent: Fri 2/21/2003 2:29 PM
To: [EMAIL PROTECTED]
Cc:
Subject: .Net Interop: JavaBean -> WSDL -> c# proxy
laying around, or even any
good ideas on where the problem may lie, I'd love to hear it.
Thanks,
Matt ([EMAIL PROTECTED])
e(http://www.w3.org/2001/XMLSchema, int.class, false, false ),
};
From what I’m seeing in the Javadocs,
there is no such contructor for ParameterDesc.
Am I doing something wrong, or is
the skeleton being generated incorrectly?
I’m attaching the wsdl for anyone to
try.
Thanks,
Matt
Rolando-
I had the same problem until I used the following. Note the use attribute on
soap:body.
Matt Crawford
Enterprise Rent-A-Car
-Original Message-
From: Rolando Pablos Sánchez [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 20, 2002 8:02 AM
To
uestion, does anyone have any opinions as to whether Axis is ready for
production systems? I don't have any evidence either way, so I'm
interested in people's opinions...
Thanks,
Matt
Can someone give a brief rundown of what is supported as far as schema when
using wsdl2java?
Off hand, I know that attributeGroups and union are not supported. (As far
as I could tell)
- Matt Crawford
Enterprise Rent-A-Car
-Original Message-
From: Tom Jordahl [mailto:[EMAIL PROTECTED
Dennis -
Thanks. I was under the impression (from the "Service Styles" section in the
user's guide) that Axis can do this now. Unfortunately, the
"When Beans Are Not Enough - Custom Serialization" section is not complete.
Matt Crawford
Enterprise Rent-A-Car
-O
XML<->Java
databinding."
I'm looking to leverage this databinding to serialize and deserialize xml
documents in the body, but the samples/encoding (from what I can tell) deals
with rpc style, not document style.
Thanks,
Matt Crawford
Enterprise Rent-A-Car
http://schemas
based on frequent, short
transactions, using Axis?
- Matt
Please ignore my prior message. Apparently, there is no web page associated
with web services generated by *.jws compilation? The docs are a bit
misleading in this respect, I think, as they contain an active link to a url
that really shouldn't be followed...
- Matt
-Original Me
e lib directory.
Any ideas? How should I debug this?
- Matt
:
was Matt Seibert/Austin/IBM
received
by
Look at samples.encoding.TestSer.java. I'm trying it right now to see
if I can get it to work.
In my case, I couldn't use Castor because I have some objects that need
to use something like the Axis SimpleSerializer/Deserializer, that is,
they have a constructor with a String argument and also
Okay, good.
Execute G:\j2sdk1.4.0\bin\javac and see what it says
Matt Seibert [EMAIL PROTECTED]
IBMExternal:(512) 838-3656 Internal: 678-3656
What is your environtment JAVA_HOME variable set to? Is this the top level
path of a java installation? For example, does there exists a
JAVA_HOME/bin/ in which resides javac?
Matt Seibert [EMAIL PROTECTED]
IBMExternal:(512) 838-3656
/docs/index.html or http://jakarta.apache.org
Matt Seibert [EMAIL PROTECTED]
IBMExternal:(512) 838-3656 Internal: 678-3656
ou need an AXIS that runs on jdk 1.1.8, you will need
to go Beta2 or earlier, which is most likely not going to serve you well.
Matt Seibert [EMAIL PROTECTED]
IBMExternal:(512) 838-3656
I intermittantly got the Axis Beta 3 driver to work with jdk 1.1.8 on Red
Hat Linux, but it isn't supported.....
Matt Seibert [EMAIL PROTECTED]
IBMExternal:(512) 838-3656 Internal: 678
ncountered this problem with the default config, so I decided to make a
copy before changing it -- they are essentially identical.
I'm going to try to find out where the class is loaded -- perhaps this will
provide more clues.
- Matt Munz
-Original Message-
From: Jung , Dr. Chri
p. I apologise for "broadcasting" this message to both
mailing lists, but I wasn't sure which was more appropriate. Also, please
cc: mmunz@apelon as I am not a subscriber to either list.
- Matt Munz
[EMAIL PROTECTED]
I did some digging and, from what I can tell,
this object only handles HTTPS and Basic authentication. Am I missing
something here?
-Original Message-
From: Matt Baldree [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 08, 2002 4:32 PM
To: [EMAIL PROTECTED]
Subject: Re: Digest authenticatio
It uses the system properties you set. Look at the HTTP Sender in the
transport package.
- Original Message -
From: "Scott Seely" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 08, 2002 12:25 PM
Subject: Digest authentication?
I am developing an Axis client for a Web se
n,
I set a timeout in the Calls's MessageContext so I will
not be held captive by services that take a ridiculous
amount of time.
-Matt
- Original Message -
I need more detail...
what do you exactly mean with "system property" ?
com.acme.SignMessageHandler is the han
it
and just before transport sends it. If you need anymore
details, just let me know.
-Matt
"Michael Schwarz" wrote
>
> Do you have a code example ?
>
> - Original Message -
> From: "Matt Baldree" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
What we did was override the client side deployment descriptor file to
define a global handler that signs the request. I don't recommend modifying
the stubs since you have to remember to modify them every time.
-Matt
- Original Message -
From: "Mark Volkmann" <[EM
I did find this tool which was helpful.
http://www.soaptoolkit.com/SOAPValidator/default.asp
On Tue, 26 March 2002, [EMAIL PROTECTED] wrote
>
> Is there a recommended tool, etc. to validate the XML
> output that has been signed (SOAP-DSIG)?
>
> -Matt
Is there a recommended tool, etc. to validate the XML
output that has been signed (SOAP-DSIG)?
-Matt
I'm trying to run the ant target "all-test" and the
TestRPC.testReverseData is failing with the below stack
trace. I'm compiling and testing the 3/18 snapshot. Is
this test working correctly for everybody else?
-Matt
[junit] Running test.RPCDispatch.PackageTests
62 matches
Mail list logo