testing 2 WAY SSL AUTHENTICATION FROM BEHIND A CORPORATE FIREWALL.
Any links, tutorials etc. that help me in testing these scenarios ?
Do a search of the list for "2 way ssl"(w/o quotes).
Chris
want 2 way auth? If so, you have to pass the certs both ways.
You create a cert on the client machine and import it on the server, and
vice versa. If you don't want the 2 way auth, you need to turn it off
on the server.
Chris
You might need to change your array definitions from the current form to
something
like this:
There was a message about this on axis-dev a while back but I can't find it.
On 11 Jan 2005 at 16:03, Daniel Hinojosa wrote:
> Has anyone seen this exception?
>
>
> org.xml.sax
I have a doc-lit service that mostly uses WSDL2Java-generated classes.
However, for a parameter to one method I use Castor instead of the
Axis-generated
classes. That parameter is defined in a large (1000+ lines), third-party
schema. Let's
call that parameter "BigParam".
To make things easier
Title: Message
Suzy,
Might
want to check this out, it should offer all the answers.
http://www.javaworld.com/javaworld/jw-04-2003/jw-0411-axis.html
Chris
-Original Message-From: Suzy Fynes
[mailto:[EMAIL PROTECTED] Sent: 13 October 2004
17:23To: [EMAIL PROTECTED
vice was a java one?
-Original
Message-From: Stevenson,
Chris [mailto:[EMAIL PROTECTED] Sent: 13 October
2004 17:02To: '[EMAIL PROTECTED]'Subject: RE: Object lists in
axis
Use an
array of java beans, beans are serializable without any trouble usi
/BeanSerializer.html
You
will have to create an entry in web.xml though, telling axis to use bean
serializer for your service (i think).
HTH,
Chris
-Original Message-From: Suzy Fynes
[mailto:[EMAIL PROTECTED] Sent: 13 October 2004
16:54To: [EMAIL PROTECTED]Subject: Object
sting deployed service via
straight java rather than encoding a soap call and serializing it etc
etc...?
If it can't work it
out can i configure it to do this?
Thanks for
help,
Chris
The information contained
as as to what is causing this - or how I can / should go about figuring out the cause or the solution it would be greatly appreciated!
Thanks a million,
Chris
java.net.SocketException: Operation timed out: connect:could be due to invalid address:::; nested excepti
? Which class is responsible for
creating all session ids? I mean, how does all work that we find always the
belonging session object for a request/session id in this case?
Thanks for help,
Chris
Virus checked by G DATA AntiVirusKit
Version: AVK 14.0.1217 from 19.06.2004
Virus news
? Which class is responsible for
creating all session ids? I mean, how does all work that we find always the
belonging session object for a request/session id in this case?
Thanks for help,
Chris
Virus checked by G DATA AntiVirusKit
Version: AVK 14.0.1217 from 19.06.2004
Virus news
Hi, everybody!
I like to get the service object for a given session id, not for a session
object (like msgContext.getSession()). How can I get it? Where I have to
search?
Thanks for any help!
Chris
Virus checked by G DATA AntiVirusKit
Version: AVK 14.0.1040 from 26.05.2004
Virus
Hi, everybody!
I like to get the service object for a given session id, not for a session
object (like msgContext.getSession()). How can I get it? Where I have to
search?
Thanks for any help!
Chris
Virus checked by G DATA AntiVirusKit
Version: AVK 14.0.1040 from 26.05.2004
Virus
Dorner - yes, i have integrated WSS4J and Axis using SOAP handlers.
what problems are you experiencing?
/Chris
-- Original Message --
From: Dorner Thomas <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date: Wed, 16 Jun 2004 13:19:51 +020
way please let us know, or indicate where to start in the
Axis utilities' source code would need to be changed to make this automatic.
On 11 Jun 2004 at 15:01, [EMAIL PROTECTED] wrote:
>
>
> Chris Kelly (others please ignore),
>
> I noticed your message on 5/13 regardi
I've looked in the FAQ, the Wiki, and through the mailing list and unless I've missed
something
obvious there doesn't appear to be a generally accepted way to do this.
My code can run as a stand-alone client or a SOAP service or an Axis service. I load a
class
name when it starts to determine
HI Nelson,
Java2WSDL should contain command line parameters (and ant tags) for all relevant
configuration information. For example, one can specify mappings between java classes
and xml namespaces.
What particular wsdd capability do you find missing?
/Chris
-- Original Message
On 12 May 2004 at 12:53, Chris Kelly wrote:
> I have two services: Service1 and Service2. I have a class that methods in both
> services
> accept and return: CommonClass. These classes are in one package.
I've since found this .NET-specific example of the same pr
I have two services: Service1 and Service2. I have a class that methods in both
services
accept and return: CommonClass. These classes are in one package.
If I use Java2WSDL to produce .wsdl files for both services, Service1 puts CommonClass
in its
namespace, and Service2 puts CommonClass in i
t of "getA().getVector().getString()":
b
null
null
null
However, the result should be:
b
b
b
b
This bug is already known, but does any solution exist for it?
I tried Axis 1.1 and 1.2beta.
Thanks in advance!!!
Chris
public B(){
}
}
t of "getA().getVector().getString()":
b
null
null
null
However, the result should be:
b
b
b
b
This bug is already known, but does any solution exist for it?
I tried Axis 1.1 and 1.2beta.
Thanks in advance!!!
Chris
public B(){
}
}
th Axis or webMethods. Can
anyone provide any insight as to why this might be happening? Is there a
way to get Axis to generate the SOAP message with typed array items?
Thanks,
Chris Pruett.
[] key;
String[] value;
};
/Chris
-- Original Message --
From: Sébastien Blanchard <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date: Wed, 21 Apr 2004 11:25:28 +0200
>Hi all,
>
>I tried to make a WS with Axis on a JBoss Application S
If you desire a Java XML type (org.w3c.dom.*), you should investigate the message
oriented web services examples.
For example, /samples/message
/Chris
-- Original Message --
From: "Pillai, Ranjith" <[EMAIL PROTECTED]>
Reply-To: [EMAIL
If you desire a Java XML type (org.w3c.dom.*), you should investigate the message
oriented web services examples.
For example, /samples/message
/Chris
-- Original Message --
From: "Pillai, Ranjith" <[EMAIL PROTECTED]>
Reply-To: [EMAIL
if the XML document conforms to a XML Schema definition, just replace the anyType
reference in the WSDL with the schema element reference.
/Chris
-- Original Message --
From: "Pillai, Ranjith" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTE
Alex -
try creating a Java stub with your desired method signature, run Java2WSDL to generate
a WSDL file, then WSDL2Java on the WSDL file to generate skeleton and stub classes.
/Chris
-- Original Message --
From: Alex Chen <[EMAIL PROTECTED]>
Re
d the Axis docs and sources. the following presentation may
be helpful
http://www.xmlaug.com/Download/AxisWSEdgeWest2003.pdf
cheers,
/Chris
lead author of O'reillys "Programming Apache Axis"
-- Original Message --
From: "Vivek Nagulap
/dnglobspec/html/wsmsgspecindex.asp
/Chris
-- Original Message --
From: "Olejarz, Greg" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date: Thu, 25 Mar 2004 11:21:38 -0500
>
>Not sure if Microsoft will drop support for DIME but
>DIME d
Hi!
I have a simple question about the server-config.wsdd:
Are always all deployed services noted in the server-config.wsdd???
Or it is possible that a service is not registered in this file?
Thanks4info,
Chris
Hi!
I have a simple question about the server-config.wsdd:
Are always all deployed services noted in the server-config.wsdd???
Or it is possible that a service is not registered in this file?
Thanks4info,
Chris
env.getHeaderByName(HEADER_NS,
HEADER_REQNAME);
cheers,
/Chris
The O'Reilly "Programming Apache Axis" book has an entire chapter dedicated to
handlers..
http://cvs.apache.org/~haddadc
-- Original Message --
From: [EMAI
Hi Virginie -
see /src/org/apache/axis/providers/java and /test/providers for examples.
/Chris
-- Original Message --
From: Harald Pollak <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date: Wed, 24 Mar 2004 16:31:03 +0100
>see the architect
ons across distinct Service instances (and other useful tips and
tricks) are presented in an upcoming Axis book by O'reilly, "Programming Apache Axis".
You can pre-order the book on Amazon.
cheers,
Chris Haddad
lead author of Programming Apache Axis
http://cvs.apache.org/~hadd
serializatio
nContextImpl.java:242)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538)
... 9 more
Exception in thread "main"
Thanks,
Chris Goguen
Sr. Systems Analyst - Enterprise Integration
Avnet, GIS
Office: (480) 643-8019
Cell:(440) 477-6153
Home: (440) 942-
Kiran -
have you considered embedding the custom message inside the SOAP fault as a detail
element or as a custom exception?
/Chris
-- Original Message --
From: "Pathuru, Kiran" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date:
Hi Steve,
Now, I have it.
Thanks for your help,
Chris
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Gesendet: Sonntag, 21. März 2004 13:05
An: [EMAIL PROTECTED]
Betreff: Re: AW: How I get the within Axis?
Hi Chris,
The code snippets I sent you were for
Hi Steve,
Now, I have it.
Thanks for your help,
Chris
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Gesendet: Sonntag, 21. März 2004 13:05
An: [EMAIL PROTECTED]
Betreff: Re: AW: How I get the within Axis?
Hi Chris,
The code snippets I sent you were for
Hi Steve!
I always get: service.properties file not found. Will use defaults
with no further error message.
What should I do now?
Thanks for help!
Chris
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Gesendet: Samstag, 20. März 2004 15:37
An: [EMAIL
Hi Steve!
I always get: service.properties file not found. Will use defaults
with no further error message.
What should I do now?
Thanks for help!
Chris
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Gesendet: Samstag, 20. März 2004 15:37
An: [EMAIL
Hi together!
How I get the current , and or the within Axis???
I had no success with .
Thanks a lot for help,
Chris
Hi together!
How I get the current , and or the within Axis???
I had no success with .
Thanks a lot for help,
Chris
figure out how to pass the
arguments to the JVM. Alternatively, you can set the system properties
proxyHost and proxyPort in your Java code.
Chris
Miller, Janet wrote:
I'm new to axis and webservices and am trying to connect to an existing
web service
at a client's site. I used ws
Bill - it would help if you posted the wsdl...
/Chris
-- Original Message --
From: "Heitzeg, Bill" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date: Tue, 2 Mar 2004 08:46:03 -0600
>Hi all,
>
>I'm trying to generate a cl
Hi Luciano!
I used a wrong version of mail.jar
Now it works!
Thanks for help!
Chris
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 25. Februar 2004 19:53
An: [EMAIL PROTECTED]
Betreff: RE: Problems with Attachment sample
Hi Chris
Hi Luciano!
I used a wrong version of mail.jar
Now it works!
Thanks for help!
Chris
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 25. Februar 2004 19:53
An: [EMAIL PROTECTED]
Betreff: RE: Problems with Attachment sample
Hi Chris
samples.attachments.EchoAttachment.echoUsingSAAJ(EchoAttachment.java:523)
at samples.attachments.EchoAttachment.main(EchoAttachment.java:362)
I read that other people had the same problem. But I couldn't find any
solution.
Thanks,
Chris
Virus checked by Antivirus-Profi-Paket
Version
samples.attachments.EchoAttachment.echoUsingSAAJ(EchoAttachment.java:523)
at samples.attachments.EchoAttachment.main(EchoAttachment.java:362)
I read that other people had the same problem. But I couldn't find any
solution.
Thanks,
Chris
Virus checked by Antivirus-Profi-Paket
Version
I get the name of the RPCParam of pushServiceResponse with:
RPCParam paraName = (RPCParam) respRPC.getParams().get(0);
System.out.println("Param-name: "+ paraName.getName());
But how do I get the rest? I mean the items: ...
I have never worked up to now with it. Hence, I am thankful
I get the name of the RPCParam of pushServiceResponse with:
RPCParam paraName = (RPCParam) respRPC.getParams().get(0);
System.out.println("Param-name: "+ paraName.getName());
But how do I get the rest? I mean the items: ...
I have never worked up to now with it. Hence, I am thankful
A simple proxy service can be found at /samples/proxy . if the code is
modified to set an alternative transport on the outbound call, you would
have a gateway.
/Chris
-Original Message-
From: Biörn Biörnstad [mailto:[EMAIL PROTECTED]
Sent: Friday, February 20, 2004 7:44 AM
To
Hi!
Where I get the objects to the running Web Services within Axis. I need this
info, because I want to serialize some Web Services completely.
Thanks in advance,
Chris
Virus checked by Antivirus-Profi-Paket
Version: AVK 14.0.350 from 11.02.2004
Virus news: www.antiviruslab.com
Hi!
Where I get the objects to the running Web Services within Axis. I need this
info, because I want to serialize some Web Services completely.
Thanks in advance,
Chris
Virus checked by Antivirus-Profi-Paket
Version: AVK 14.0.350 from 11.02.2004
Virus news: www.antiviruslab.com
log.error(Messages.getMessage("exception00"), e);
throw AxisFault.makeFault(e);
}
}
So far,
Chris
-Ursprüngliche Nachricht-
Von: Brian Abbott [mailto:[EMAIL PROTECTED]
Gesendet: Sonntag, 22. Februar 2004 12:16
An: [EMAIL PROTECTED]
Betreff: Re: How to get infos about the d
log.error(Messages.getMessage("exception00"), e);
throw AxisFault.makeFault(e);
}
}
So far,
Chris
-Ursprüngliche Nachricht-
Von: Brian Abbott [mailto:[EMAIL PROTECTED]
Gesendet: Sonntag, 22. Februar 2004 12:16
An: [EMAIL PROTECTED]
Betreff: Re: How to get infos about the d
this, because I might access the deployed Web Services
(also the code of them) with another application.
I would be also thankful for some examples.
Thanks in advance,
Chris
Virus checked by Antivirus-Profi-Paket
Version: AVK 14.0.350 from 11.02.2004
Virus news: www.antiviruslab.com
this, because I might access the deployed Web Services
(also the code of them) with another application.
I would be also thankful for some examples.
Thanks in advance,
Chris
Virus checked by Antivirus-Profi-Paket
Version: AVK 14.0.350 from 11.02.2004
Virus news: www.antiviruslab.com
Yes, you can call the serialization framework from a handler.
just get the MessageContext, create a dummy outputstream, and execute
the Message.writeTo() command.
/Chris
-Original Message-
From: Brian Dillon (ext. 944) [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 19, 2004 10:08
another message...
/Chris
-Original Message-
From: Brian Dillon (ext. 944) [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 18, 2004 5:46 AM
To: '[EMAIL PROTECTED]'
Subject: Handlers and Marshalling
Hi,
I had aked this question before but received no answer, So thought I
have you looked at making your implementation a message service?
/Chris
-- Original Message --
From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date: Thu, 12 Feb 2004 13:30:35 -0600
>hi,
>
>I wanna expose some backend functionality, bu
Beyond the capabilities of WSDL2Java ? what is your vision?
/Chris
-Original Message-
From: Heitzeg, Bill [mailto:[EMAIL PROTECTED]
Sent: Friday, February 06, 2004 5:35 PM
To: [EMAIL PROTECTED]
Subject: Generating a web application from a web service
Hi everyone,
Does anyone
Valerie -
Place an onFault method in the handler to intercept faults. The
signature is ' public void onFault(MessageContext msgContext)'
/Chris
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 05, 2004 4:08 AM
To: [EMAIL PROTECTE
#x27;MessagePort'
and a /definitions/[EMAIL PROTECTED] of 'MessagePortType' even though the
implementation skeleton class is 'MessageRPCSkeleton'. The actual
implementation class definition is hidden behind the skeleton.
cheers,
/Chris
http://cvs.apache.org/~haddadc
--
Valerie --
Throwing an AxisFault is the correct methodology to use.. maybe you
need to post some code snippets, wire dump, and configuration
information.
To start isolating the issue, use tcpmon to determine if the custom
fault is returning over the wire
/Chris
-Original
Goodmorning all,
Don't spose anyone here can shed some light on this exception?
all the paths seem to be in the right location. I had some issues with
the xerces parser earlier, but I've successfully used it since then, and
now this ;)
thanks
//chris
Jan 30, 2004
ping for a nice Castor or Axis library to handle the dataset
stuff, am I being too hopeful here?
//Chris
Brian -
what is the WSDD used to register the serializers for the SessionResponse
object?
/Chris
On Mon, 26 Jan 2004, Brian Abbott wrote:
> Hi,
>
>
>
> I'm writing an AXIS client deserializer. However, I had problems
> with it regarding type identification
rvice operations and messages to actual Java objects..
all in all pretty complicated interactions at times..
hope this helps,
/Chris
http://www.sys-con.com/story/?storyid=37968
http://cvs.apache.org/~haddadc
On Wed, 21 Jan 2004, Brian Abbott wrote:
> Hi,
>
>
>
>
implementations rely heavily on access to a concrete class definition for the
final service agent. Over the summer, I coded some fixes to this behavior for a
client who desired to define services purely using metadata.
/Chris
http://cvs.apache.org/~haddadc
-Original Message
the session handler. If no session is
present, AND isValidated is true, create the session. If the session
is NOT present, AND isValidated is not defined or false, then have the
service fault.
/Chris
-Original Message-
From: Abhinav Maheshwari [mailto:[EMAIL PROTECTED]
Sent: Saturday
atasets, I'd be interested in hearing their experiences. ;)
thanks
//Chris
service address, and then have your client program instantiate the
appropriate service class by passing the URL to the ServiceLocator
method.
/Chris
-Original Message-
From: Massimo Barabino [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 30, 2003 7:26 AM
To: [EMAIL PROTECTED]
Subject
Sure, read the users guide ;)
http://ws.apache.org/axis/java/user-guide.html
Chris
http://cvs.apache.org/~haddadc
-Original Message-
From: Vinod Menon [mailto:[EMAIL PROTECTED]
Sent: Monday, December 22, 2003 12:56 PM
To: [EMAIL PROTECTED]
Subject: SOAP Handlers
Hi,
Is
performing a comparison of the entire qualified name
/Chris
-Original Message-
From: Cyril Godefroy [mailto:[EMAIL PROTECTED]
Sent: Friday, December 12, 2003 3:47 AM
To: [EMAIL PROTECTED]
Subject: getChildElements(Name) trouble
I'm having trouble iterating through my SOAPBody.
representation to the
SOAPHeaderElement constructor.
Cheers,
/Chris
http://cvs.apache.org/~haddadc
-Original Message-
From: Chetan Lalye
[mailto:[EMAIL PROTECTED]
Sent: Friday, December 12, 2003
2:09 PM
To: [EMAIL PROTECTED]
Subject: Session Handling and
Stateful WS
Hi
Axis doesn’t munge Strings at all…..
in tcpmon, you will notice that the angle brackets are escaped on the wire, but
(using Axis-to-Axis) the escaped values are set back to regular characters by
the time the string is passed to the service method.
/Chris
-Original
Message
for making
the element read-only. I know that there is a bit of synchronization
going on between the XMLString representing the message and the
elements, but the current code based makes it extremely cumbersome to
modify a message in the pipeline.
/Chris
http://cvs.apache.org/~haddadc
-O
echoXMLString(String stXML)
Or pass a URL to an external XML resource as the parameter where the
service method opens the file using java.io.File.
Example: String echoXMLFile(String stURL)
The choice depends upon application specific requirements
/Chris
-Original Message-
From
A message service would be the correct approach. See samples/message
which is documented in the users guide:
http://ws.apache.org/axis/java/user-guide.html
If you look under the hood, you will also see that the AdminService is a
message style service that accepts and returns XML.
/Chris
http
course, the correct type mappings have to be
defined in WSDD if you are not using built-in types ***
/Chris
-Original Message-
From: Mark
[mailto:[EMAIL PROTECTED]
Sent: Friday, December 05, 2003
2:31 PM
To: [EMAIL PROTECTED]
Subject: RE: Reconstructing a SOAP
reply -- Plsss
Mark - Look at the existing providers
in org.apache.axis.providers to see how they craft the response message. processMessage()
in MsgProvider.java and the code after the /* Now put the result in the result SOAPEnvelope
*/ comment in RPCProvider.java
/Chris
http
For us to help, please post the wsdl and wire dump of the message
generated by Axis...
/Chris
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 26, 2003 9:06 AM
To: [EMAIL PROTECTED]
Subject: different namespace for types and messages
Hi!
I
Use TCPMon to check the response message coming back over the wire
Model the service yourself, and compare the response to an Axis client
to Axis server interaction.
/Chris
http://cvs.apache.org/~haddadc
-Original Message-
From: Kanchana Welagedara [mailto:[EMAIL PROTECTED]
Sent
Hi Pedro,
Don't trust us. Read the code ;) That's the beauty of open source
Look at SimpleChain.doVisiting() and AxisServer.invoke()
/Chris
-Original Message-
From: Pedro Salazar [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 18, 2003 8:11 AM
To: [EMAIL PROTECTED]
Su
asp
"
Therefore, it seems that the conversion of an xsd:byte[][] defined in a
WSDL document into a System.SByte[][] is correct.
Or maybe I'm missing something about the Java->WSDL->.NET conversion
that you are attempting. If you post the bean, wsdl, and C# code,
The definition is right inline because it's just a simple type;
xsi:type="xsd:long"
xml.apache.org/axis is the equivalent of tempuri.org ;)
/Chris
-Original Message-
From: Yan Lin [mailto:[EMAIL PROTECTED]
Sent: Monday, November 17, 2003 3:25 PM
To: [EMAIL PROTECTED]
Su
Jeyakumaran / Pablo -
To meet the requirements, SimpleAuthorizationHandler would need to be
extended to support conditional access to methods based on the user's
role.
/Chris
-Original Message-
From: Chandrasegaram Jeyakumaran [mailto:[EMAIL PROTECTED]
Sent: Friday, November 14,
Axis doesn't contain anything out of the box to enforce method level
security.
You would need to look at vendor products or roll your own solution.
/Chris
-Original Message-
From: Pablo [mailto:[EMAIL PROTECTED]
Sent: Friday, November 14, 2003 7:27 AM
To: [EMAIL PROTECTED]
Su
ed to ClientMain after calling a stub method, the message context
has disappeared. After the SOAP response is processed, all relevant
context information is held in the Stub, Call, or Service object.
/Chris
http://cvs.apache.org/~haddadc
-Original Message-
From: Yan Lin [mailto:[EMAIL PROT
ostic questions for you to review:
Do you have the SimpleSessionHandler deployed at both the server and
client?
Do you see the session id flowing over the wire by using tcpmon?
/Chris
-Original Message-
From: Yan Lin [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 13, 2003 5:07 PM
To: [
???
/Chris
-Original Message-
From: Mark
[mailto:[EMAIL PROTECTED]
Sent: Thursday,
November 13, 2003 6:16 AM
To: [EMAIL PROTECTED]
Subject: Re: Changing the flow of
SOAP
Chris
Thanks for your reply. Basically I want to do the last
two
" the invocation of an altern
erial will be posted on TSS
soon...
/Chris
http://cvs.apache.org/~haddadc
Co-author of Apache Axis: The Definitive Guide, to be published in 2004
-Original Message-
From: Andre Charbonneau [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 12, 2003 4:06 PM
To: [EMAIL PROTECTED]
Subjec
registered service endpoint class?
If you can outline your specific use case,
it will help determine the proper interface point with the Axis architecture.
/Chris
http://cvs.apache.org/~haddadc
Co-Author of O’reilly’s Axis:
The Definitive Guide, to be published in 2004
-Original
Look at how the AdminClient -l feature works.
/Chris
-Original Message-
From: rmarti [mailto:[EMAIL PROTECTED]
Sent: Saturday, November 08, 2003 11:51 AM
To: [EMAIL PROTECTED]
Subject: Iterating through services
Hi All,
I have a strange problem and was wondering if there is any
ngine();
return (Long)engine.getOption(SimpleSessionHandler.SESSION_ID);
}
/Chris
http://cvs.apache.org/~haddadc
Author of "Apache Axis: The Definitive Guide", to be published by
O'Reilly in 2004.
-Original Message-
From: Magnus Sandberg [mailto:[EMAIL PROTECTED]
Sent
A convergence of Xindice, http://xml.apache.org/xindice/, and Axis would
be cool. right now, they have a XML-RPC API.
/Chris
http://cvs.apache.org/~haddadc
-Original Message-
From: Travis Stevens [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 06, 2003 7:14 PM
To: [EMAIL
specification has good practical advice
on Web Service versioning from a WSDL perspective… The
infrastructure vendors are starting to tackle the issue so that deployments don’t
degrade into ‘Web Service Hell’
/Chris
-Original Message-
From: Manchaiah, Girish (LNG-DAY)
[mailto:[EMAIL
serialization factory to use…..
/Chris
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of [EMAIL PROTECTED]
Sent: Tuesday, October 28, 2003
12:28 PM
To: [EMAIL PROTECTED]
Subject: Re: adding an element (a
field in a bean) in a webservice without changing
Do you have the custom types registered? Registration is either via
code or WSDD.
/Chris
http://cvs.apache.org/~haddadc
-Original Message-
From: Sunil Iyengar [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 28, 2003 9:10 AM
To: axis-user
Subject: handlers and custom types
Hello
DIME is supported by the .NET WSE, MIME is not supported by .NET.
So if you are interested in interoperability, the winner is: DIME
/Chris
http://cvs.apache.org/~haddadc
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, October 27, 2003 8:22 PM
To
1 - 100 of 270 matches
Mail list logo