Re: [Axis2][Axis 1.4.1]Look for the Workable Sample Codes Related to Asynchronous Web Service Invocation

2010-01-06 Thread Håkon Sagehaug
); stub.startechoString(reqDoc, callback); // After the above line, I don't know how to get the replied data } catch (java.rmi.RemoteException e) { e.printStackTrace(); } -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center

Re: Does Axiom support element ref attribute

2010-01-05 Thread Håkon Sagehaug
Hi I'll see if I can do it soon. Håkon 2010/1/5 Andreas Veithen andreas.veit...@gmail.com Håkon, Can you provide the full stack trace of the error? Andreas 2010/1/5 Håkon Sagehaug hakon.sageh...@uni.no: Hi I think it was after, looks like the date for the patch was 30 of October

Re: Does Axiom support element ref attribute

2010-01-04 Thread Håkon Sagehaug
=revisionrevision=831203 2009/12/22 Håkon Sagehaug hakon.sageh...@uni.no: Hi As far as I remember, the same as for axis 1.5.1 applies for axis2-snapshot cheers, håkon 2009/12/21 Andreas Veithen andreas.veit...@gmail.com What about Axis2 snapshot with security enabled

Using jibx as databinding

2009-12-22 Thread Håkon Sagehaug
Hi all, I'm trying to create a web service using jibx as the databinding, but having some problems, here is what I do 1. Compile the classes from web service schema java -cp ~/jibx/lib/jibx-tools.jar org.jibx.schema.codegen.CodeGen -w EchoSchema.xsd 2. Compile the classes then made in 1 3.

Re: Does Axiom support element ref attribute

2009-12-21 Thread Håkon Sagehaug
Hi As far as I remember, the same as for axis 1.5.1 applies for axis2-snapshot cheers, håkon 2009/12/21 Andreas Veithen andreas.veit...@gmail.com What about Axis2 snapshot with security enabled? Andreas 2009/12/14 Håkon Sagehaug hakon.sageh...@uni.no: Hi Andreas, Set up that works

Problems when deploying service with out-only mep

2009-12-15 Thread Håkon Sagehaug
Hi all I tried to deploy a service, in a aar, with a operation with out-only message exchange pattern, but when I deployed it I always get this error message java.lang.NullPointerException at

Re: Problems when deploying service with out-only mep

2009-12-15 Thread Håkon Sagehaug
HI The reference should be http://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_5/modules/kernel/src/org/apache/axis2/description/WSDL11ToAxisServiceBuilder.java Sorry 2009/12/15 Håkon Sagehaug hakon.sageh...@uni.no Hi all I tried to deploy a service, in a aar

Re: Does Axiom support element ref attribute

2009-12-14 Thread Håkon Sagehaug
2009/12/11 Håkon Sagehaug hakon.sageh...@uni.no: Hi Andreas, Thanks for the pointer, it worked when I used the axis2 snapshot, but I my service I also have security enabled and then I got the same message, but I guess from reading the thread that was expected. Is this an issue

Re: Does Axiom support element ref attribute

2009-12-14 Thread Håkon Sagehaug
Hi One more thing, I use rampart 1.5 Håkon 2009/12/14 Håkon Sagehaug hakon.sageh...@uni.no Hi Andreas, *Set up that works,* schema looks like this(with the ref attribute) xsd:element ref=eyb:MessageBoardminOccurs=0 / Using axis2 1.5.1, using axiom 1.2.8.jar and security

Re: Does Axiom support element ref attribute

2009-12-11 Thread Håkon Sagehaug
Veithen andreas.veit...@gmail.com This issue has been discussed here: http://markmail.org/thread/w5yziktixvjn7ubl Andreas 2009/12/10 Håkon Sagehaug hakon.sageh...@uni.no: Hi all, I had a element in a schema that referred another element like this xsd:element ref=eyb:MessageBoard

Does Axiom support element ref attribute

2009-12-10 Thread Håkon Sagehaug
Hi all, I had a element in a schema that referred another element like this xsd:element ref=eyb:MessageBoard minOccurs=0 / So when I when I called my service and this element was returned the serialization through an exception like this [ERROR] Could not get parser from data source for

Re: XSLT link in WSDL removed when deployed

2009-12-07 Thread Håkon Sagehaug
and possibly modifyUserWSDLPortAddress to false in order to serve your original WSDL. hth charles On Dec 3, 2009, at 3:31 AM, Håkon Sagehaug wrote: Hi all, I got a service with a WSDL that contains a link to a XSLT stylesheet, but when i deploy my service it looks like the link is removed from

XSLT link in WSDL removed when deployed

2009-12-03 Thread Håkon Sagehaug
Hi all, I got a service with a WSDL that contains a link to a XSLT stylesheet, but when i deploy my service it looks like the link is removed from the WSDL, anyone experienced this before ? cheers, Håkon

Re: Problems running wsdl2java, with MathML schema

2009-11-26 Thread Håkon Sagehaug
104, col 41, in http://www.w3.org/Math/XMLSchema/mathml2/content/statistics.xsd) cheers, Håkon 2009/11/25 Håkon Sagehaug hakon.sageh...@uni.no Hi all, I've developing a service that uses the MathML schema for something, but when I try to run wsdl2java(axis2 1.5) like this wsdl2java.sh -uri

Re: Problems running wsdl2java, with MathML schema

2009-11-26 Thread Håkon Sagehaug
Hi Even more info, jaxb handling of this is described here[1], so I guess I can use jaxb as biniding for this service if adb does not support this tyype of schema. Håkon [1]http://weblogs.java.net/blog/kohsuke/archive/2006/03/simple_and_bett.html 2009/11/26 Håkon Sagehaug hakon.sageh...@uni.no

Need to give additional parameters, when using jaxb as binding

2009-11-26 Thread Håkon Sagehaug
on the client. Any other good suggestions? cheers, Håkon [1]http://weblogs.java.net/blog/kohsuke/archive/2006/03/simple_and_bett.html -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science(BCCS) Uni BCCS/Uni Research hakon.sageh...@uni.no, phone +47 55584125

Re: Axis2 Eclipse plugin

2009-11-25 Thread Håkon Sagehaug
in the wrong place? Thanks. -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science(BCCS) Uni BCCS/Uni Research hakon.sageh...@uni.no, phone +47 55584125

Re: Problems when calling getOMElement

2009-11-25 Thread Håkon Sagehaug
one have to write a own parser when dealing with mixed content. cheers, Håkon 2009/11/24 Andreas Veithen andreas.veit...@gmail.com Håkon, Can you provide a test case that reproduces the problem (preferably in the form of a Maven or Eclipse project)? Andreas 2009/11/23 Håkon Sagehaug

Problems running wsdl2java, with MathML schema

2009-11-25 Thread Håkon Sagehaug
this error before. cheers, Håkon [1] http://www.w3.org/Math/XMLSchema/mathml2/presentation/tokens.xsd -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science hakon.sageh...@uni.no, phone +47 55584125

Re: Problems when calling getOMElement

2009-11-23 Thread Håkon Sagehaug
the standard way of getting the OM element. Any other int on how to solve this? cheers, Håkon 2009/11/21 Håkon Sagehaug hakon.sageh...@bccs.uib.no Hi I'll try on monday, thanks for the help cheers, Hakon 2009/11/20 Andreas Veithen andreas.veit...@gmail.com Can you test this with a snapshot

Re: Problems when calling getOMElement

2009-11-21 Thread Håkon Sagehaug
Hi I'll try on monday, thanks for the help cheers, Hakon 2009/11/20 Andreas Veithen andreas.veit...@gmail.com Can you test this with a snapshot version? Andreas 2009/11/20 Håkon Sagehaug hakon.sageh...@bccs.uib.no: hi The problem is occurs using 1.4 and axiom 1.2.8. I can extract

Re: Problems when calling getOMElement

2009-11-20 Thread Håkon Sagehaug
andreas.veit...@gmail.com wrote: Håkon, I think you need to give a bit more context. What version of Axis2? What version of Axiom? Code snippet showing what you are trying to do, etc. Andreas 2009/11/19 Håkon Sagehaug hakon.sageh...@bccs.uib.no: Hi Anybody did this, go from adb

Re: Problems when calling getOMElement

2009-11-19 Thread Håkon Sagehaug
Hi Anybody did this, go from adb object through a xslt transfomation? Or having problem getting values out from a XML message when the tyep attribute is used for the data type of the element. cheers, Håkon 2009/11/18 Håkon Sagehaug hakon.sageh...@bccs.uib.no Hi To provide more information

Re: Problems when calling getOMElement

2009-11-18 Thread Håkon Sagehaug
Hi all, Any tips on this. stange if it won't work? 2009/11/17 Håkon Sagehaug hakon.sageh...@bccs.uib.no Hi all, I've got a client that calls a ws and using adb as the databinding(client side), then we want to get a string representation of the obejct. We execute object.getOMElement

Re: Problems when calling getOMElement

2009-11-18 Thread Håkon Sagehaug
a hint on how this can be done. cheers, håkon 2009/11/18 Håkon Sagehaug hakon.sageh...@bccs.uib.no Hi all, Any tips on this. stange if it won't work? 2009/11/17 Håkon Sagehaug hakon.sageh...@bccs.uib.no Hi all, I've got a client that calls a ws and using adb as the databinding(client side

Problems when calling getOMElement

2009-11-17 Thread Håkon Sagehaug
representatioon of the object using adb as the databinding? cheers, Håkon -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science (BCCS) UNIFOB AS (University of Bergen Research Company) hakon.sageh...@bccs.uib.no, phone +47 55584125

Re: Problemes throwing faults when rampart is enabled using Axis2-1.5

2009-10-19 Thread Håkon Sagehaug
://issues.apache.org/jira/browse/AXIS2-4241 [2]: http://people.apache.org/~gdaniels/stagingRepo/org/apache/axis2/distribution/1.5.1/http://people.apache.org/%7Egdaniels/stagingRepo/org/apache/axis2/distribution/1.5.1/ Håkon Sagehaug wrote: Hi all, I've got a service with rampart enabled, when one

Problemes throwing faults when rampart is enabled using Axis2-1.5

2009-10-16 Thread Håkon Sagehaug
axiom 1.2.9 now in axis2/WEB-Inf/lib folder, but still the same error. My other services with out rampart enabled throws the fault messages correct. Any tips on how to solve this issue?? cheers, håkon -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science (BCCS

Async Web service with two port types

2009-10-09 Thread Håkon Sagehaug
, Håkon -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science (BCCS) UNIFOB AS (University of Bergen Research Company)

Increase performance using axis 2 client stubs

2009-10-09 Thread Håkon Sagehaug
clients be in a pool managed by tomcat in some way? Also if there is any other tricks on how to increase performace on client side axis2 calls, please say how cheers, Håkon -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science (BCCS) UNIFOB AS (University of Bergen

Re: Increase performance using axis 2 client stubs

2009-10-09 Thread Håkon Sagehaug
Hi One more thing I create the HttpClient object like this MultiThreadedHttpConnectionManager conMrg = new MultiThreadedHttpConnectionManager(); conMrg.getParams().setDefaultMaxConnectionsPerHost(10); httpClient = new HttpClient(conMrg); cheers, Håkon 2009/10/9 Håkon Sagehaug

Re: Increase performance using axis 2 client stubs

2009-10-09 Thread Håkon Sagehaug
java.util.concurrent.ThreadPoolExecutor, one stub object per thread, to do some basic load testing of a service.] Regards, Michael Håkon Sagehaug wrote: Hi One more thing I create the HttpClient object like this MultiThreadedHttpConnectionManager conMrg = new MultiThreadedHttpConnectionManager

Re: Axis client not listning to correct port when sertting the replayTo header

2009-09-29 Thread Håkon Sagehaug
(); tranportIn.setReceiver(transportListner); stub._getServiceClient().getAxisConfiguration().addTransportIn( tranportIn); 2009/9/28 Amila Suriarachchi amilasuriarach...@gmail.com 2009/9/25 Håkon Sagehaug hakon.sageh...@bccs.uib.no Hi all, I've been playing aroung with the replyTo header

Axis client not listning to correct port when sertting the replayTo header

2009-09-25 Thread Håkon Sagehaug
( http://localhost:1/;)); I still get this info message in my client INFO: Listening on port 6060 So my question is, how can I make axis open the port on my client that I want cheers, håkon -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science

Using ws--addressing to field to send a email

2009-09-23 Thread Håkon Sagehaug
a tip one this? Is it me that is not able to specify the mail property correct? Looked in the ws-addressign spec and looked at example using this as a example wsa:Tomailto:fabri...@example.com/wsa:To cheers, Håkon -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center

Re: Creating a async web sercice

2009-09-18 Thread Håkon Sagehaug
Hi By the way, do you know why it did not work with 1.4.1, it this a known limitation? cheers, Håkon 2009/9/17 Håkon Sagehaug hakon.sageh...@bccs.uib.no Hi I changed to axis2 1.5 also on the server and then all seems to work. Thanks for the help cheers, Håkon 2009/9/17 Håkon Sagehaug

Re: Creating a async web sercice

2009-09-17 Thread Håkon Sagehaug
Suriarachchi amilasuriarach...@gmail.com 2009/9/16 Håkon Sagehaug hakon.sageh...@bccs.uib.no Hi I wanted to try out to make a web service async, does anyone know of a cookbook how to do that? I found this link[1] explaning how I want my service to work. is it the AsyncMessageReceiver from

Re: Creating a async web sercice

2009-09-17 Thread Håkon Sagehaug
/operation /service And in my message receiver I print out this Using async Parameter? : messageReceiver.invokeOnSeparateThread=true So to me the server side looks correct, any more tips on the client cheers, Håkon thanks, Amila. 2009/9/17 Håkon Sagehaug hakon.sageh...@bccs.uib.no hi

Re: Creating a async web sercice

2009-09-17 Thread Håkon Sagehaug
Hi I also get this error message SEVERE: The Callback for MessageID urn:uuid:E75DBDF30A77DAB1011253193935432 was not found org.apache.axis2.AxisFault: The Callback for MessageID urn:uuid:E75DBDF30A77DAB1011253193935432 was not found cheers, Håkon 2009/9/17 Håkon Sagehaug hakon.sageh

Re: Creating a async web sercice

2009-09-17 Thread Håkon Sagehaug
Hi I changed to axis2 1.5 also on the server and then all seems to work. Thanks for the help cheers, Håkon 2009/9/17 Håkon Sagehaug hakon.sageh...@bccs.uib.no Hi I also get this error message SEVERE: The Callback for MessageID urn:uuid:E75DBDF30A77DAB1011253193935432 was not found

Creating a async web sercice

2009-09-16 Thread Håkon Sagehaug
to enable async behavior on the server side, I know how to do it on the client side, for getting a non-blocking using two transport channels. any tips or hint on this topic? cheers, Håkon [1] http://www.ibm.com/developerworks/webservices/library/ws-axis2/ -- Håkon Sagehaug, Scientific Programmer

Re: sending binary file by a web service using mtom

2009-09-09 Thread Håkon Sagehaug
); DataHandler dataHandler = new DataHandler(dataSrc); return dataHandler; } I also don't know what item in a wsdl file tells about existance of a mtom attachment in the response message. -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science (BCCS) UNIFOB

Re: Combining mtom and gzip compressed soap response

2009-08-26 Thread Håkon Sagehaug
Hi That worked thanks for the help. cheers, Håkon 2009/8/25 Andreas Veithen andreas.veit...@gmail.com Håkon, Can you try to add multipart/related to the list of compressableMimeTypes? Andreas 2009/8/25 Håkon Sagehaug hakon.sageh...@bccs.uib.no: Hi Andreas, Well the problem I guess

Re: Combining mtom and gzip compressed soap response

2009-08-25 Thread Håkon Sagehaug
, Could you please be a bit more precise about the problem you are encountering? Andreas 2009/8/21 Håkon Sagehaug hakon.sageh...@bccs.uib.no: Hi all, I wanted to know if it's possible to have both gzip compressed soap response that contains mtom, I got gzip response working on a non-mtom

Combining mtom and gzip compressed soap response

2009-08-21 Thread Håkon Sagehaug
Hi all, I wanted to know if it's possible to have both gzip compressed soap response that contains mtom, I got gzip response working on a non-mtom service, but not when mtom was enabled. cheers, Håkon -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science

Using ServiceBuilder to build a axis 2 service

2009-08-13 Thread Håkon Sagehaug
, Håkon -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science (BCCS) UNIFOB AS (University of Bergen Research Company)

Re: axis2 and rampart embedded into a fully POJO environment

2009-08-13 Thread Håkon Sagehaug
-- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science (BCCS) UNIFOB AS (University of Bergen Research Company)

Re: axis2 and rampart embedded into a fully POJO environment

2009-08-13 Thread Håkon Sagehaug
[1]. [1]. https://issues.apache.org/jira/browse/RAMPART-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12739525#action_12739525 Chinmoy 2009/8/13 Håkon Sagehaug hakon.sageh...@bccs.uib.no Hi, Didi you solve this? I'm facing the same issues

Using ws-addressing in asynchronous services communication

2009-08-11 Thread Håkon Sagehaug
this be acomplished using the massage id's ?? cheers, Håkon -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science (BCCS) UNIFOB AS (University of Bergen Research Company)

Not Generating prefixes for sub-sub elements

2009-08-10 Thread Håkon Sagehaug
:ProjectMembers No prefix for Roles element. Is this the way it should be, or is it something wrong. I use axis 1.4.1 and adb for binding when generating the code using wsdl2code. Any help on this subject cheers, Håkon -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational

Re: Not Generating prefixes for sub-sub elements

2009-08-10 Thread Håkon Sagehaug
or? cheers, Håkon 2009/8/10 Andreas Veithen andreas.veit...@gmail.com Håkon, Note that even though the Roles element has no prefix, it is still in the right namespace. Andreas 2009/8/10 Håkon Sagehaug hakon.sageh...@bccs.uib.no: Hi all, I got a definition like this in the schema I use

Creating a service using AxisService

2009-08-05 Thread Håkon Sagehaug
the message reciver for the operation. Any tips on how to solve this. cheers, Håkon -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science (BCCS) UNIFOB AS (University of Bergen Research Company)

Problems fetching a xml schema when deploying a aar

2009-08-04 Thread Håkon Sagehaug
and that I can fetch it using this code url = new URL( http://*//EsysbioCommonSchema.xsd;); InputStream is = url.openStream(); Can anyone help me? cheers, Håkon -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science (BCCS) UNIFOB

Re: Problems fetching a xml schema when deploying a aar

2009-08-04 Thread Håkon Sagehaug
Hi disregard this message 2009/8/4 Håkon Sagehaug hakon.sageh...@bccs.uib.no Hi all I want to reference my schema for my ws in the WSDL using a URL, but when I deploy the service I get this error AARBasedWSDLLocator: Unable to resolve http://*/EsysbioCommonSchema.xsd [INFO] Trouble

SimpleHTTPServer and spring

2009-07-20 Thread Håkon Sagehaug
= (EntityManagerFactory) webCtx .getBean(entityManagerFactory); and UserDAO userDAO = (UserDAO) webCtx.getBean(userDao); I use tomcat as my container. So I need help in how I can supplay the SimpleHTTPServer with my spring context. Any tips cheers, Håkon -- Håkon

Re: SimpleHTTPServer and spring

2009-07-20 Thread Håkon Sagehaug
the ConfigurationContext that I supply to the SimpleHTTPServer. Is this possible? cheers, Håkon 2009/7/20 robert lazarski robertlazar...@gmail.com 2009/7/20 Håkon Sagehaug hakon.sageh...@bccs.uib.no: I use tomcat as my container. So I need help in how I can supplay the SimpleHTTPServer with my

Re: axis2-wsdl2code-maven-plugin use

2009-07-13 Thread Håkon Sagehaug
/executions /plugin /plugins /build Running ant tasks from maven feels a bit like cheating, but it does the trick. Larry -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science (BCCS) UNIFOB AS (University of Bergen

Server returned HTTP response code: 403 for URL: http://www.w3.org/2001/datatypes.dtd for schema validation

2009-06-11 Thread Håkon Sagehaug
;); InputStream is = url.openStream(); There has been a discussion on the Tuscany list [1] Is it the same issue in axis 2, I use version 1.4.1 cheers, Håkon [1] http://mail-archives.apache.org/mod_mbox/tuscany-dev/200906.mbox/%3c8765ca4ebd4d4618a67a8a4bc2b02...@rfengt61p%3e -- Håkon Sagehaug, Scientific

Getting the Servlet context

2009-05-18 Thread Håkon Sagehaug
, Håkon -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science (BCCS) UNIFOB AS (University of Bergen Research Company)

Re: Unable to download Rampart (404)

2009-05-13 Thread Håkon Sagehaug
with a suggested mirror and a long list of alternative mirrors. Regardless of which mirror I choose, the response is always the same: 404 Not Found. Where can I get my hands on Rampart? Thanks in advance Darren -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center

Re: username token using codegen stub

2009-04-28 Thread Håkon Sagehaug
-using-codegen-stub-tp23223433p23265276.html Sent from the Axis - User mailing list archive at Nabble.com. -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science (BCCS) UNIFOB AS (University of Bergen Research Company)

Re: username token using codegen stub

2009-04-27 Thread Håkon Sagehaug
-- View this message in context: username token using codegen stubhttp://www.nabble.com/username-token-using-codegen-stub-tp23223433p23223433.html Sent from the Axis - User mailing list archivehttp://www.nabble.com/Axis---User-f232.htmlat Nabble.com. -- Håkon

Re: username token using codegen stub

2009-04-27 Thread Håkon Sagehaug
would have context to the options or does it? Thanks, Eric -- View this message in context: http://www.nabble.com/username-token-using-codegen-stub-tp23223433p23257657.html Sent from the Axis - User mailing list archive at Nabble.com. -- Håkon Sagehaug, Scientific Programmer

Using swa sample with generated client code

2009-04-24 Thread Håkon Sagehaug
the service. Any hints on how to set the message context on a generated client stub? cheers, håkon -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science (BCCS) UNIFOB AS (University of Bergen Research Company)

Problems with no soap header, when a fault it thrown from a ws with rampart enabled, client side

2009-04-24 Thread Håkon Sagehaug
] http://mail-archives.apache.org/mod_mbox/ws-rampart-dev/200901.mbox/%3c9e2fff830901070853j45316ff9u62af768475a79...@mail.gmail.com%3e -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science (BCCS) UNIFOB AS (University of Bergen Research Company)

Ws-policy and handling exceptions

2009-04-20 Thread Håkon Sagehaug
as my databinding. Has anyone experienced anything similar as this?? cheers, håkon -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science (BCCS) UNIFOB AS (University of Bergen Research Company)

Class cast Exception, trying to create a own Token issuer

2009-04-16 Thread Håkon Sagehaug
could be that, I need to have rampart-trust.jar file in both tomcat/lib and axis2/WEB-INF/lib in my tomcat web server. If I don't have this I get error about not finding certain classes. Does anyone have a good tip for me?? cheers, Håkon -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen

Using xmlbeans binding and axiom in same service

2009-04-16 Thread Håkon Sagehaug
, Håkon -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science (BCCS) UNIFOB AS (University of Bergen Research Company)

Fwd: Extracting attribute values from SAML token in rampart sample 05

2009-04-14 Thread Håkon Sagehaug
-- Forwarded message -- From: Håkon Sagehaug hakon.sageh...@bccs.uib.no Date: 2009/4/7 Subject: Re: Extracting attribute values from SAML token in rampart sample 05 To: rampart-...@ws.apache.org Hi Did some more testing, see inline for comments 2009/4/6 Martin Gainty mgai

Re: Using custom token in and rampart

2009-04-14 Thread Håkon Sagehaug
you to do that. thanks, Nandana 2009/3/20 Håkon Sagehaug hakon.sageh...@bccs.uib.no Hi Any tips on this issue? cheers, Håkon 2009/3/17 Håkon Sagehaug hakon.sageh...@bccs.uib.no Hi all I've got a service that accepts a custom token from a sts service, but when I call my end service

Re: Extracting attribute values from SAML token in rampart sample 05

2009-04-07 Thread Håkon Sagehaug
is not just validate that the attributes signed by the sts but also see what attributes the client can give the possessing. How can this be done?? cheers, håkon -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science (BCCS) UNIFOB AS (University of Bergen

Extracting attribute values from SAML token in rampart sample 05

2009-04-06 Thread Håkon Sagehaug
to achieve is not just validate that the attributes signed by the sts but also see what attributes the client can give the possessing. How can this be done?? cheers, håkon -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science (BCCS) UNIFOB AS (University of Bergen

axis fault Error in extracting message properties

2009-03-31 Thread Håkon Sagehaug
a solution Using axis2 1.4.1 cheers, Håkon -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science (BCCS) UNIFOB AS (University of Bergen Research Company)

Re: Using custom token in and rampart

2009-03-20 Thread Håkon Sagehaug
Hi Any tips on this issue? cheers, Håkon 2009/3/17 Håkon Sagehaug hakon.sageh...@bccs.uib.no Hi all I've got a service that accepts a custom token from a sts service, but when I call my end service after injected the custom token into my header I always get org.apache.axis2.AxisFault

General setup of ws-trust

2009-03-20 Thread Håkon Sagehaug
. Is this the correct way of accomplishing trust, and how the target service knows that these tokens is issued by the sts service? Really appreciate replays on this topic cheers, Håkon -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science (BCCS) UNIFOB AS (University

Re: Implementation of WS security using Apache Rampart

2009-03-20 Thread Håkon Sagehaug
. Kindly help us.We are stuck with it since a long time :( -- Shreya -- Shreya -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science (BCCS) UNIFOB AS (University of Bergen Research Company)

Re: General setup of ws-trust

2009-03-20 Thread Håkon Sagehaug
is of course not how it looks in the real world but have the important elements. cheers, håkon Please, look at the 11 suggestions on how to write security protocols, written in 80's by Martin Abadi. Quoting Håkon Sagehaug hakon.sageh...@bccs.uib.no: Hi all, I've been trying

Re: Using custom token in and rampart

2009-03-20 Thread Håkon Sagehaug
be a nice feature, would work much as the password callback handlers or? cheers, håkon thanks, Nandana 2009/3/20 Håkon Sagehaug hakon.sageh...@bccs.uib.no Hi Any tips on this issue? cheers, Håkon 2009/3/17 Håkon Sagehaug hakon.sageh...@bccs.uib.no Hi all I've got a service

Re: General setup of ws-trust

2009-03-20 Thread Håkon Sagehaug
com:Token that's ok but you are signing something that I cannot see and try to use a more powerful id, instead of id_145663 Try to paste another XML. ;-) Quoting Håkon Sagehaug hakon.sageh...@bccs.uib.no: Hi Thanks for the replay see inline 2009/3/20 Massimiliano Masi m

Re: General setup of ws-trust

2009-03-20 Thread Håkon Sagehaug
for this topic. Quoting Håkon Sagehaug hakon.sageh...@bccs.uib.no: Hi I guess what I'm trying to achieve with the token is to have a light weight SAML token. so just wanted to know if it was correct to have the ds:SignedInfo inside the element itself and signed by the private key

Fwd: stsAlias property in Rampart Config

2009-03-18 Thread Håkon Sagehaug
-- Forwarded message -- From: Håkon Sagehaug hakon.sageh...@bccs.uib.no Date: 2009/3/18 Subject: stsAlias property in Rampart Config To: rampart-...@ws.apache.org Hi just wondered what the stsAlias property means in the rampart Configuration cheers, håkon -- Håkon Sagehaug

Using custom token in and rampart

2009-03-17 Thread Håkon Sagehaug
-- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science (BCCS) UNIFOB AS (University of Bergen Research Company)

Re: Regarding validating SOAP responses against the WSDL

2009-03-17 Thread Håkon Sagehaug
in achieving this task? Please let me know if there are any APIs that would help me do the above task -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science (BCCS) UNIFOB AS (University of Bergen Research Company)

Question about rampart samples05, verification of the token issued

2009-03-17 Thread Håkon Sagehaug
the token and on the basis of this performs authrization operation. Is this correct way of thinking about it? cheers, Håkon -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science (BCCS) UNIFOB AS (University of Bergen Research Company)

No crypto propery file supplied for decryption error when using policy

2009-03-16 Thread Håkon Sagehaug
needed, but I might be missing something, do I?? cheers, Håkon -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science (BCCS) UNIFOB AS (University of Bergen Research Company)

Re: No crypto propery file supplied for decryption error when using policy

2009-03-16 Thread Håkon Sagehaug
? thanks, nandana 2009/3/16 Håkon Sagehaug hakon.sageh...@bccs.uib.no Hi all I've got a service with a policy with symmetric binding and a token that is required form a sts service, calling the sts service and inserting the token inside the new request to the service goes fine, but the response

Fwd: Adding security header to STSClient in rahas

2009-03-12 Thread Håkon Sagehaug
-- Forwarded message -- From: Håkon Sagehaug hakon.sageh...@bccs.uib.no Date: 2009/3/12 Subject: Re: Adding security header to STSClient in rahas To: rampart-...@ws.apache.org Hi what I read out of the code is that if username and password is set in options it should be picked

Failing to extract RequestedSecurityToken usning STSClient

2009-03-10 Thread Håkon Sagehaug
? cheers, Håkon -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science (BCCS) UNIFOB AS (University of Bergen Research Company)

Re: Failing to extract RequestedSecurityToken usning STSClient

2009-03-10 Thread Håkon Sagehaug
Hi, Quoting Håkon Sagehaug hakon.sageh...@bccs.uib.no: I 'm using the STSClient of rahas to call my sts service, but when I get the response back from the server I get this error message Because you are missing the RequestSecurityTokenResponseCollection. If it is a final step on issuing

Adding security header to STSClient in rahas

2009-03-10 Thread Håkon Sagehaug
the signed message. Should it be something like this if(pwcb.getUsage() == WSPasswordCallback.USERNAME_TOKEN){ /* Do password validation*/ } if(pwcb.getUsage() == WSPasswordCallback.SIGNATURE){ /* Do set password for keystore*/ } cheers, Håkon -- Håkon Sagehaug, Scientific Programmer Parallab

Re: Failing to extract RequestedSecurityToken usning STSClient

2009-03-10 Thread Håkon Sagehaug
to reference the returned token when that token doesn't support references using URI fragments So I guess I want to know how to make my token in a way that it could be referenced. cheers, Håkon 2009/3/10 Massimiliano Masi m...@math.unifi.it Hi, Quoting Håkon Sagehaug hakon.sageh

Re: Enabling rampart in servlet

2009-03-06 Thread Håkon Sagehaug
(configFileRawBytes)); Regards, Marcus V. Sánchez D. __ Enterprise Developer. Sun Certified Java Programmer (SCJP) On Thu, Mar 5, 2009 at 11:49 AM, Håkon Sagehaug hakon.sageh...@bccs.uib.no wrote: Hi all I have a web application that contains some servlets, where I need

Question about rampart samples05

2009-03-06 Thread Håkon Sagehaug
-- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science (BCCS) UNIFOB AS (University of Bergen Research Company)

Re: Memory problems using axis2 tomcat and ssl

2009-03-05 Thread Håkon Sagehaug
the above JVM switches. Hope this helps. Thanks, Seshi Patibanda On Thu, Feb 26, 2009 at 8:37 AM, Håkon Sagehaug hakon.sageh...@bccs.uib.no wrote: Hi all, I'm experimenting with web services deployed with axis2 in tomcat using ssl for securing them and noticed something strange. I can

Enabling rampart in servlet

2009-03-05 Thread Håkon Sagehaug
web app so I don't need to specify the hole path for web app to pick up the repository. I use maven to build my web application and tried to add rampart module as a dependency, but it did not change anything any hints on ow to solve it?? cheers, Håkon -- Håkon Sagehaug, Scientific Programmer

Memory problems using axis2 tomcat and ssl

2009-02-26 Thread Håkon Sagehaug
disableUploadTimeout=true / I'm usign axis2-1.4.1, tomat 6.0.18 cheers, Håkon -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science (BCCS) UNIFOB AS (University of Bergen Research Company)

Re: Memory problems using axis2 tomcat and ssl

2009-02-26 Thread Håkon Sagehaug
=password acceptCount=100 minSpareThreads=5 maxSpareThreads=75 disableUploadTimeout=true / I'm usign axis2-1.4.1, tomat 6.0.18 cheers, Håkon -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science (BCCS) UNIFOB AS (University of Bergen

Problems using https and rampart

2009-02-25 Thread Håkon Sagehaug
); System.setProperty(javax.net.ssl.trustStorePassword, clientpassword); Any tips?? cheers, Håkon -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science (BCCS) UNIFOB AS (University of Bergen Research Company)

Using web service with policy under https

2009-02-24 Thread Håkon Sagehaug
of retries. I'm running tomcat 6, axis2, any hints on this mather??? cheers, Håkon -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science (BCCS) UNIFOB AS (University of Bergen Research Company)

Setting soap headers at server side using messagecontext

2009-01-29 Thread Håkon Sagehaug
. cheers, Håkon -- Håkon Sagehaug, Software Developer Parallab, Bergen Center for Computational Science (BCCS) UNIFOB AS (University of Bergen Research Company)

  1   2   >