I try to add a SOAP header into a SOAP envelope.
1) SOAPEnvelope soapEnv = ;
2) System.out.println("SoapEnv is ..\n" + soapEnv);
3) SOAPHeaderElement hdrElement = new SOAPHeaderElement(new
PrefixedQName("myNamespace","someHeader",
"prefix"));
4) soapEnv.addHeader(hdrElement);
5) System.out.p
Hello,
I have a question about how the service name is set when JMS transport is
used. In the jms sample, I noticed that the service is initialized fairly
generically without any reference to the actual service:
static final String wsdd =
"http://xml.apache.org/axis/wsdd/\"; " +
Typo. I meant "#3 and #4 will definitely stop a release from happening"...
--- Davanum Srinivas <[EMAIL PROTECTED]> wrote:
> Chris,
>
> Here's what has driven development (this is from my observations)
>
> #1 Conformance to spec's (SOAP 1.1, 1.2, WSDL 1.1 etc)
> #2 Interop using SOAPBuilders for
Chris,
Here's what has driven development (this is from my observations)
#1 Conformance to spec's (SOAP 1.1, 1.2, WSDL 1.1 etc)
#2 Interop using SOAPBuilders forum
#3 Pass the TCK for SAAJ
#4 Pass the TCK for JAXRPC
#2 will not stop from a release going out, #2 and #3 will definitely stop a re
And Off we go into the wild blue yonder.
Michael Oliver
AppsAsPeers LLC
7391 S. Bullrider Ave.
Tucson, AZ 85747
Phone:(520)574-1150
Fax:(520)844-1036
-Original Message-
From: SourceForge.net [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 17, 2003 2:50 PM
To: [EMAIL PROTECTED]
Subject:
Handler implementation question:
Do MessageContext instances that get passed to
Handlers have an OperationDesc? I see that
OperationDesc is a 'Work in progress' in the API. Is
there a way (that works) to get the name of the
operation in the current MessageContext? (from within
a Handler)
Also, how
Title: ws-i conformance
Basic question:
Does Axis have a goal of being WS-I conformant?
I've read the message traffic tangential to this and I don't see that it is agreed upon to be or even agreed upon that it should be.
Can someone spell out the current position on this?
Any thought or
to get the whole you might consider org.apache.axis.MessageContext, which provides you
SOAPMessage .
>From their you might step down.
>>> [EMAIL PROTECTED] 17.01.2003 22.25 Uhr >>>
Agreed...but I'd like to have the entire Envelope...anyone had any luck implementing a
message-style service using
Agreed...but I'd like to have the entire Envelope...anyone had any luck implementing a
message-style service using the "public void method(SOAPEnvelope request, SOAPEnvelope
response)" signature??
Cory
-Original Message-
From: Markus Frommherz [mailto:[EMAIL PROTECTED]]
Sent: Friday, Ja
To clarify my statements, I beg your pardon for my broken english,
Axis is (at time of writing) not able, to parse an arbitrary document and map it on
your delivered class.
That might change in the future.
Workarounds: write special de/serializer, and use "wrapped" style.
I personally do not rec
So here we go, and now you could map your Elements[] 1. by hand (no) or use JAXB
(beta), better Castor( if you have a schema for your document, editors like stylus
studio may be a help), to do the dirty work to map to java = "Your Code".
>>> [EMAIL PROTECTED] 17.01.2003 21.42 Uhr >>>
For what i
But is it cute enough? ;-)>
Michael Oliver
AppsAsPeers LLC
7391 S. Bullrider Ave.
Tucson, AZ 85747
Phone:(520)574-1150
Fax:(520)844-1036
-Original Message-
From: Mark Galbreath [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 17, 2003 1:17 PM
To: [EMAIL PROTECTED]
Subject: RE: Axis/SOA
For what it's worth...the other types of message-style services seem to work
fine...just not this one as indicated in the user guide:
Message services
---
Finally, we arrive at "Message" style services, which should be used when you want
Axis to step back and let your code at the
No sir...wsdd = web service deployment descriptor (axis specific as far as i know)
-Original Message-
From: Mark Galbreath [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 17, 2003 2:25 PM
To: [EMAIL PROTECTED]
Subject: RE: Method 'request' does not match any of the valid signatures
Thi
I might actually do something alike.
My ws receives a SOAP-request, containing a query (mapped later on an EIS-call). I use
Castor generated code to map xml->java-objects. Messy, I had to code a java->java
mapper,for filling already used java-objects. Started the thing on jwsdp, will port it
on
This is just a guess (I just got started with Axis), but should that
extension be "wsdl?"
-Original Message-
From: Cory Wilkerson [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 17, 2003 3:18 PM
--
Registered on the server (server-config.wsdd)
-
Issue on the server side...any assistance would be appreciated. I can't seem to pin
it down...am I missing something?
I've implemented a message-style service defined as:
-
package com.cory.xml.service;
import javax.xml.soap.SOAPEnvelope;
public class XMLIn
Consistent with the de facto naming convention emerging for convergent
technologies
-Original Message-
From: Mike Oliver [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 17, 2003 2:43 PM
To: [EMAIL PROTECTED]
Subject: RE: Axis/SOAP proposal for Struts
Why am I not surprised;-)>
Why am I not surprised;-)> What do you think of the name for the
SourceForge project as "Axis4Struts"?
Michael Oliver
AppsAsPeers LLC
7391 S. Bullrider Ave.
Tucson, AZ 85747
Phone:(520)574-1150
Fax:(520)844-1036
-Original Message-
From: Mark Galbreath [mailto:[EMAIL PROTECTED]]
Sen
Already there, Mike... :-)
Mark
-Original Message-
From: Mike Oliver [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 17, 2003 2:03 PM
To: [EMAIL PROTECTED]
Subject: FW: Axis/SOAP proposal for Struts
This thread is getting active on the Struts side, perhaps some here would
also be int
This thread is getting active on the Struts side, perhaps some here
would also be interested.
Michael Oliver
AppsAsPeers LLC
7391 S. Bullrider Ave.
Tucson, AZ 85747
Phone:(520)574-1150
Fax:(520)844-1036
-Original Message-
From: Mike Oliver [mailto:[EMAIL PROTECTED]]
Sent: Friday, Januar
The Java community process has defined standard Java APIs for SOAP (JAX-RPC,
JAXM, and SAAJ). Axis supports JAX-RPC and SAAJ. Quite a few other SOAP
implementations now use these APIs. Apache SOAP predates these APIs. It has
a proprietary API that only works with Apache SOAP. (JAX-RPC is to SOAP as
- Original Message -
From: "Dave Stevens" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 17, 2003 07:04
Subject: Bean Serializers
> Does the Bean Serialization that comes with axis make use of the Java Bean
serialization that was new with Java 1.4?
(a) the source is t
I'm in a situation where I'm needing to essentially create an object of type y from a
pre-defined message (rather verbose xml message representing a query) that isn't a
direct representation of object y, in other words -- though a document style service
looks great, ie, it recieves message x an
Hello,
I'm using the following wsdd to deploy a service that uses a custom class.
Or rather, that's what I'm trying to do. When I actually deploy with
AdminClient, it seems to process the file, but never actually makes the
service available. I know the problem lies somewhere in the beanMapping
b
Proprietary in the sense that the APIs are not an industry (W3C) standard,
not that they're owned exclusively by Apache.
Brion
-Original Message-
From: dumdum 420 [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 17, 2003 11:16 AM
To: [EMAIL PROTECTED]
Subject: RE: Apache SOAP vs AXIS
We
Well but why would Apache SOAP API be proprietary since it is an open
sources?
Also can u explain the headers in little detail just to be more clear on the
topic.
Why would even Apache SOAP have extensibility issues.
Well ... though it looks that AXIS is the clear winner.
Thanx in advance.
B
Does the Bean Serialization that comes with axis make use of the Java Bean serialization that was new with Java 1.4?With Yahoo! Mail you can get a bigger mailbox -- choose a size that fits your needs
I am been doing a service program that sends an
attachment. I used the DataHandler for the attachment param.
But now I have done my own class and de/serializers
for this class. I did this because I need extra attributes, apart of
href, in my attachment element and Axis cannot do it, as far I
Hi Thomas,
(B
(B I'm delighted that you show me understanding in my thought.
(B
(B Anyway, I think if an AXIS user (or whoever) wants to know
(Banything detailed, that should be welcomed, independent of
(Bthe reason.
(B In this case, it's very important to the learner that
(Bthe well-inf
Thanks Gareth, I erased the xerces jar files from
$TOMCAT_HOME/webapps/axis/WEB-INF/lib and then the validation runs fine.
Anyway it seems to me that the step 2 of the installation guide is not
so clear because it making you put the xerces jar files on tomcat again.
Now I found out that the Admi
Try latest nightly build. This has been fixed after 1.1beta1.
Thanks,
dims
--- Olivier Gauwin <[EMAIL PROTECTED]> wrote:
> Hi!
>
> I'm trying to use a Fault message but there's a problem with WSDL2Java.
>
> My WSDL file contains :
>
>
>
>
>
>
>
>
>
>
>
Hi!
I'm trying to use a Fault message but there's a problem with WSDL2Java.
My WSDL file contains :
where SystemException is a well-defined complex type.
I can deploy it, etc... But when I use WSDL2Java on the client side, the
generated "echo" method
Tomcat includes xercesImpl.jar in common/endorsed, if a different version of
xercesImpl.jar is also in axis/WEB-INF/lib then you get this error.
-Original Message-
From: Carl Cabou [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 17, 2003 12:28 PM
To: [EMAIL PROTECTED]
Subject: Axis 1.0 I
Hi all.
I've been using Apache Soap without any problem.
Now I've just installed Axis 1.0. My configuration is Linux Red Hat
7.2. JDK 1.3.
I followed the online installation guide at http://xml.apache.org/axis/.
When I get to the step 4 "Validate the Installation" I get to the link
but the ins
Hi!
I have the same problem and came across this reference:
http://www.w3.org/2001/05/xmlschema-rec-comments#pfiS4SanySimpleType
This recommendation states:
---
Resolution
Discussed at the May 23 telecon:
http://lists.w3.org/Archives/Member/w3c-xml-schema-ig/2002May/0091.html
Henry Thompson
Implement your own SSLSocketFactory with a Socket Pool. I don't
know any other way around this.
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Gesendet: Donnerstag, 16. Januar 2003 19:16
An: [EMAIL PROTECTED]
Betreff: Keep-alive SSL Web Service connections
Yeapp, I implemented my own socketfactory. I'm caching the SSL sockets
myself. Other solution may be also possible.
> -Original Message-
> From: ext [mailto:[EMAIL PROTECTED]]
> Sent: 16. January 2003 19:16
> To: [EMAIL PROTECTED]
> Subject: Keep-alive SSL Web Service connections
>
>
>
38 matches
Mail list logo