Re: Free 2 Way SSL Web Service Providers

2005-01-20 Thread Chris
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

Re: SSL, AXIS, Web Service

2005-01-19 Thread 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

Re: org.xml.sax.SAXException: Found character data inside an array element while deserializing

2005-01-11 Thread Chris Kelly
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

WSDL+Castor+complex schema = design or WSDL2Java issue

2004-12-03 Thread Chris Kelly
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

RE: Object lists in axis

2004-10-13 Thread Stevenson, Chris
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

RE: Object lists in axis

2004-10-13 Thread Stevenson, Chris
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

RE: Object lists in axis

2004-10-13 Thread Stevenson, Chris
/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

Local Service Call

2004-10-13 Thread Stevenson, Chris
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

Strange Axis Exception....

2004-07-06 Thread Rideout, Chris
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

Session handling with cookies

2004-06-23 Thread Chris Aiken
? 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

Session handling with cookies

2004-06-23 Thread Chris Aiken
? 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

How to get the service object for a given session id

2004-06-18 Thread Chris Aiken
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

How to get the service object for a given session id

2004-06-18 Thread Chris Aiken
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

Re: WSS4J

2004-06-17 Thread Chris Haddad
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

Sharing types between services: update

2004-06-12 Thread Chris Kelly
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

RE: How to read config values from soap service deployed as WAR?

2004-06-11 Thread Chris Kelly
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

Re: generating WSDL: Java2WSDD that uses WSDD?

2004-05-27 Thread Chris Haddad
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

Re: Sharing types between services

2004-05-13 Thread Chris Kelly
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

Sharing types between services

2004-05-12 Thread Chris Kelly
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

The result of a vector is null - except the last element

2004-04-29 Thread Chris Aiken
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(){ } }

The result of a vector is null - except the last element

2004-04-29 Thread Chris Aiken
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(){ } }

Generating array items with xsi:type

2004-04-27 Thread Chris Pruett
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.

Re: Interoperate Axis WS / .NET

2004-04-21 Thread Chris Haddad
[] 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

RE: .NET Client -> Axis Web service -Issue with "anyType"

2004-04-06 Thread Chris Haddad
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

RE: .NET Client -> Axis Web service -Issue with "anyType"

2004-04-06 Thread Chris Haddad
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

Re: .NET Client -> Axis Web service -Issue with "anyType"

2004-04-02 Thread Chris Haddad
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

Re: Using document servoce type

2004-03-29 Thread Chris Haddad
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

Re: Axis's Architecture

2004-03-26 Thread Chris Haddad
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

RE: Doc-Style Web Clients

2004-03-25 Thread Chris Haddad
/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

Question about server-config.wsdd

2004-03-24 Thread Chris Aiken
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

Question about server-config.wsdd

2004-03-24 Thread Chris Aiken
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

RE: basic questions before start using Axis...

2004-03-24 Thread Chris Haddad
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

Re: Provider Implementation

2004-03-24 Thread Chris Haddad
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

Re: session handler help!!!

2004-03-24 Thread Chris Haddad
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

FW: 1-43507131 | Access Denied web service response causing an error with Apache Axis

2004-03-24 Thread Goguen, Chris
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-

Re: session, handler problem

2004-03-22 Thread Chris Haddad
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:

AW: AW: How I get the within Axis?

2004-03-21 Thread Chris Aiken
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

AW: AW: How I get the within Axis?

2004-03-21 Thread Chris Aiken
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

AW: How I get the within Axis?

2004-03-20 Thread Chris Aiken
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

AW: How I get the within Axis?

2004-03-20 Thread Chris Aiken
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

How I get the within Axis?

2004-03-20 Thread Chris Aiken
Hi together! How I get the current , and or the within Axis??? I had no success with . Thanks a lot for help, Chris

How I get the within Axis?

2004-03-20 Thread Chris Aiken
Hi together! How I get the current , and or the within Axis??? I had no success with . Thanks a lot for help, Chris

Re: Connection refused exception

2004-03-10 Thread Chris McCabe
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

Re: WSDL2Java Error: Relative URI can not be resolved without a base URI

2004-03-02 Thread Chris Haddad
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

AW: Problems with Attachment sample

2004-02-25 Thread Chris Aiken
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

AW: Problems with Attachment sample

2004-02-25 Thread Chris Aiken
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

Problems with Attachment sample

2004-02-25 Thread Chris Aiken
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

Problems with Attachment sample

2004-02-25 Thread Chris Aiken
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

ResponseMsg - SOAP - How to extract infos

2004-02-25 Thread Chris Aiken
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

ResponseMsg - SOAP - How to extract infos

2004-02-25 Thread Chris Aiken
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

RE: SOAP intermediary [was: How do you perform a transport protocol change using Axis?]

2004-02-23 Thread chris
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

Location of the objects to the running Web Services within Axis

2004-02-22 Thread Chris Aiken
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

Location of the objects to the running Web Services within Axis

2004-02-22 Thread Chris Aiken
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

AW: How to get infos about the deployed Web Services

2004-02-22 Thread Chris Aiken
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

AW: How to get infos about the deployed Web Services

2004-02-22 Thread Chris Aiken
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

How to get infos about the deployed Web Services

2004-02-22 Thread Chris Aiken
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

How to get infos about the deployed Web Services

2004-02-22 Thread Chris Aiken
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

RE: Handlers and Marshalling

2004-02-19 Thread chris
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

RE: Handlers and Marshalling

2004-02-18 Thread chris
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

Re: ws publication without static code.

2004-02-12 Thread Chris Haddad
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

RE: Generating a web application from a web service

2004-02-09 Thread chris
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

RE: Réf. : Re: question about handlers

2004-02-05 Thread chris
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

RE: Service Naming: removing implementation class name from WSDL

2004-02-05 Thread chris
#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 --

RE: question about handlers

2004-02-05 Thread chris
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

Axis-Castor unable to find Class

2004-01-30 Thread Chris
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

.NET dataset and diffgram handling

2004-01-27 Thread Chris
ping for a nice Castor or Axis library to handle the dataset stuff, am I being too hopeful here? //Chris

Re: Custom client-side deserialization...

2004-01-27 Thread Chris Haddad
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

Re: Serializer/Handler/Provider Usage

2004-01-23 Thread Chris Haddad
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, > > > >

RE: Using a different pattern to provide services

2004-01-21 Thread chris
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

RE: Using handlers across different services

2004-01-21 Thread chris
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

returning data conforming to an XSD (and lists of these!)

2004-01-20 Thread Chris HoyPoy
atasets, I'd be interested in hearing their experiences. ;) thanks //Chris

RE: Variable Service Address Help

2004-01-02 Thread 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

RE: SOAP Handlers

2003-12-30 Thread chris
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

RE: getChildElements(Name) trouble

2003-12-15 Thread chris
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.

RE: Session Handling and Stateful WS

2003-12-12 Thread chris
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

RE: Helping send XML files

2003-12-07 Thread chris
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

RE: Adding a text node to a MessageElement

2003-12-07 Thread chris
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

RE: Helping send XML files

2003-12-05 Thread chris
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

RE: Helping send XML files

2003-12-05 Thread chris
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

RE: Reconstructing a SOAP reply -- Plsss help

2003-12-05 Thread chris
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

RE: Reconstructing a SOAP reply -- Plsss help

2003-12-05 Thread chris
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

RE: different namespace for types and messages

2003-11-27 Thread chris
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

RE: Returning a XSD_BASE64

2003-11-22 Thread chris
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

RE: the response handlers still being called when business exceptionoccurs?

2003-11-18 Thread chris
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

RE: Axis/.Net interop

2003-11-17 Thread chris
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,

RE: where is the session namespace located?

2003-11-17 Thread chris
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

RE: Method authorization

2003-11-17 Thread chris
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,

RE: Method authorization

2003-11-14 Thread chris
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

RE: MessageContext doesn't work at client side?

2003-11-14 Thread chris
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

RE: Chris, the example doesn't work, why?

2003-11-14 Thread chris
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: [

RE: Changing the flow of SOAP

2003-11-13 Thread chris
???   /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

Authentication (was RE: Services sharing same session)

2003-11-13 Thread chris
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

RE: Changing the flow of SOAP

2003-11-12 Thread chris
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

RE: Iterating through services

2003-11-11 Thread chris
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

RE: Services sharing same session

2003-11-09 Thread chris
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

RE: Axis Implementation to update an xml record

2003-11-06 Thread chris
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

RE: AXIS and optional changes to request / response message type definition

2003-10-28 Thread chris
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

RE: adding an element (a field in a bean) in a webservice without changing the stubs

2003-10-28 Thread chris
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

RE: handlers and custom types

2003-10-28 Thread chris
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

RE: Why is implementation for attachment support configurable?

2003-10-28 Thread chris
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   2   3   >