Problem with WSS4j - repeated elements

2007-03-07 Thread Anna Krajewska
() invocations should I call except setTargetEndpoint() to make it work properly? Regards, Anna Krajewska smime.p7s Description: S/MIME cryptographic signature

Re: Please help!!! I can't run clients on my Tomcat/Axis

2006-04-07 Thread Anna Krajewska
Calm down :) It seems that java runtime machine can't see your Client class - it's probably because you don't have . in your classpath - if you don't include . which means the current directory, java can't find classes that you are trying to execute, in that case you won't be able to execute

Re: web-service String parameter encoding problem

2006-03-27 Thread Anna Krajewska
@ws.apache.org Sent: Saturday, March 25, 2006 6:18 PM Subject: Re: web-service String parameter encoding problem The embedded XML document must be escaped. That's why it looks funny.Anne On 3/24/06, Anna Krajewska [EMAIL PROTECTED] wrote: Hi I have a problem

web-service String parameter encoding problem

2006-03-24 Thread Anna Krajewska
Hi I have a problem with String parameter encoding. I have a web-service that takes as a parameter java.lang.String which is serialized xml DOM document. This document has proper header: ?xml version="1.0" encoding="UTF-8" ? but when I try to save my SOAPEnvelope with my owncreated

WSS4j with passwordText doesn't work (library bug?)

2006-02-15 Thread Anna Krajewska
Hi I've noticed that when I try to connect to my web service with proper login but bad password - no errors appears and I get all the information I wanted in response.I downloaded source of wss4j and traced the wholeroad that the password and login make to be verified. Unfortunatelly there

Axis Web-service available only on port 8443 - not 8080

2006-02-06 Thread Anna Krajewska
Hi I want to know if it ispossible to configure axis web-service system on tomcat so that one service would be available on port 8443 (and only 8443) and another one on port 8080 (and only that) ? Or I need to choose the port for all of my web-services and open it and close the other one

Problem with getting SOAPElement in axis handler - help!

2006-01-30 Thread Anna Krajewska
Hi I've got a problem with accessing SOAPElement from SOAPEnvelope in axis handler. Before I send the response of the webservice I need to modify the SOAPEnvelope - I need to change definition of one namespace - I can access SOAPEnvelope, then SOAPBodyElements and then SOAPElements but I

Re: No WSDL file under http://localhost:8080/axis/services/myService?wsdl address

2005-10-17 Thread Anna Krajewska
No there's nothing in log files. All other wsdl files from other web services are being loaded correct - only those that should include xsd schema are source of the problem. Actually it is truth that axis can't know anything about the schema - I don't write it in any configure file - or maybe I

No WSDL file under http://localhost:8080/axis/services/myService?wsdl address

2005-10-14 Thread Anna Krajewska
Hi I've created a web service and placed it on my server. It works fine but when I try to reach it's wsdl file (it should be created automaticly) by going to the adress: http://localhost:8080/axis/services/myService?wsdl - all I can see is the error page the page can not be displayed... I think

Re: How to create BinarySecurityToken from X509Certificate?

2005-10-07 Thread Anna Krajewska
key, sinature, something else? - Original Message - From: Guy Rixon [EMAIL PROTECTED] To: axis-user axis-user@ws.apache.org; Anna Krajewska [EMAIL PROTECTED] Sent: Thursday, October 06, 2005 7:35 PM Subject: Re: How to create BinarySecurityToken from X509Certificate? Use WSS4J. If you

How to create BinarySecurityToken from X509Certificate?

2005-10-06 Thread Anna Krajewska
Hi Does anybody know that? Please!!! help me - I can't find it anywhere. ania

Re: How to create BinarySecurityToken from X509Certificate?

2005-10-06 Thread Anna Krajewska
I'm afraid it's not what I want. I want to create a BinarySecurityToken for the message that is outgoing from my message. I don't know what that code that you have sent is doing. - Original Message - From: olivier GUIDER [EMAIL PROTECTED] To: axis-user@ws.apache.org; Anna Krajewska

WSSE4j - verifying signature problem

2005-10-03 Thread Anna Krajewska
Hi I have a problem with configuring axis web-service client so that it can get and verify the soap-envelope signature. All I found on wsse pages is the example client-deploy.wsdd file. Part that is responsible for the signature things looks like that: handler

uses of org.apache.axis.encoding.ser.BeanSerializer problem

2005-09-20 Thread Anna Krajewska
Hi Does anyone ever tried to use it in order to create XML file from java bean class? I have a class that has it own org.apache.axis.encoding.ser.BeanSerializer created but I'm not quite sure what to do with it. Any example would be strongly appreciated. Reagrds, ania

SOAPMonitor and server-config.wsdd problem

2005-09-14 Thread Anna Krajewska
Hi I've got a problem with configuring my web service so that I can see it's soap envelopes in SOAPMonitor. I did everything that is needed, SOAPMonitor works (applet is always loaded), but I can't see any messages in it. These are the changes that I've made in server-config.wsdd file of my web

Re: Axis web-service remote deployment

2005-09-06 Thread Anna Krajewska
:] ) - Original Message - From: GIBERT Philippe RD-BIZZ-SOP [EMAIL PROTECTED] To: axis-user@ws.apache.org; Anna Krajewska [EMAIL PROTECTED] Sent: Tuesday, September 06, 2005 10:01 AM Subject: RE: Axis web-service remote deployment Hi ania In eclipse 3.1 with wst tools 0.7.0 you have this feature

Problem with scope parameter

2005-08-30 Thread Anna Krajewska
Hi I have the fallowing problem. I'm trying to create a web-service, I want the web service class to be created for every new session - but in one session I want it to be the same no matter how many calls there will be. I know that parameter named scope from deploy.wsdd file make it possible. I