Re: General security error (Unexpected number of X509Data: for Signature)

2007-12-04 Thread Ruchith Fernando
Yep ... everything looks fine ... However I'm wondering whether you have any other client_crypto.properties file in your classpath that causes the wrong keystore to be picked where there's no key with alias test123. Therefore can you please rename the keystore file and the .properties file and che

Re: Strange generated java class names

2007-12-04 Thread Amila Suriarachchi
On Dec 3, 2007 8:16 PM, <[EMAIL PROTECTED]> wrote: > Hi Amila, > > I used a last weeks nightly build. I tried it again with the one from 3 > dec and indeed, a E suffix is appended to the classname. The generated > code is for Simon's wsdl. you mean still Axis2 appends the number prefixes to the e

Re: Strange generated java class names

2007-12-04 Thread Amila Suriarachchi
On Dec 3, 2007 8:16 PM, <[EMAIL PROTECTED]> wrote: > Hi Amila, > > I used a last weeks nightly build. I tried it again with the one from 3 > dec and indeed, a E suffix is appended to the classname. The generated > code is for Simon's wsdl. > > Can you (or someone else) explain me the differences b

Re: Incorrect facet with name "maxlength" found

2007-12-04 Thread Amila Suriarachchi
Can you paste your simple type here? thanks, Amila. On Dec 4, 2007 11:01 PM, Leif Ashley <[EMAIL PROTECTED]> wrote: > > I'm not sure what the deal is on this one. I've used the wsdl2java in the > past, and had no problems. This is for AXIS2 1.3. > > I'm executing: > wsdl2java -d xmlbeans -uri C:

Re: [Axis2] 1.3 Soapmonitor problem

2007-12-04 Thread robert lazarski
Please read the manual, that's not the way applets work. HTH, Robert On Dec 4, 2007 10:57 PM, Pantvaidya, Vishwajit <[EMAIL PROTECTED]> wrote: > The applet classes are in my WEB-INF\classes. The listing is like: > > ...\WEB-INF\classes>ls > SOAPMonitorApplet$SOAPMonitorData.classlog4j.xml

RE: [Axis2] 1.3 Soapmonitor problem

2007-12-04 Thread Pantvaidya, Vishwajit
The applet classes are in my WEB-INF\classes. The listing is like: ...\WEB-INF\classes>ls SOAPMonitorApplet$SOAPMonitorData.classlog4j.xml SOAPMonitorApplet$SOAPMonitorFilter.class org SOAPMonitorApplet$SOAPMonitorPage.class SOAPMonitorApplet$SOAPMonitorTableModel.class SOAPMonitorApp

Re: [Axis2] 1.3 Soapmonitor problem

2007-12-04 Thread robert lazarski
Argh! /tomcat/webapps/ROOT> ls HTH, Robert On Dec 4, 2007 10:49 PM, robert lazarski <[EMAIL PROTECTED]> wrote: > Eh, late here - my bad. You overwrote webapps/ROOT ? In that case, you > need something like: > > /tomcat/webapps/axis2> ls > axis2-web > SOAPMonitorApplet$SOAPMonitorData.class > MET

Re: [Axis2] 1.3 Soapmonitor problem

2007-12-04 Thread robert lazarski
Eh, late here - my bad. You overwrote webapps/ROOT ? In that case, you need something like: /tomcat/webapps/axis2> ls axis2-web SOAPMonitorApplet$SOAPMonitorData.class META-INF SOAPMonitorApplet$SOAPMonitorFilter.class org SOAPMonitorApplet$SOAPMonitorPage.class soapmonitor-1.3-RC3.jar SOAPMonitor

Re: [Axis2] 1.3 Soapmonitor problem

2007-12-04 Thread robert lazarski
Even with a webroot exploded, you still need the url in the form of whatever you put in 'Context path' , ie: http://localhost:8080/mycontextPath/SOAPMonitor Alternatively. you could try getting the soap monitor working with the axis2 war first. HTH, Robert On Dec 4, 2007 10:35 PM, Pantvaidya, V

[Axis2] 1.3 Soapmonitor problem

2007-12-04 Thread Pantvaidya, Vishwajit
I have deployed soapmonitor into my axis1.3 installation to test my axis2 and .NET websvc interaction issues. I followed all config steps as mentioned in the soapmonitor doc (one slight difference - deployed in webroot in an exploded format, so that soapmonitor is access as http://localhost:8080

Re: Error Loading AXIS2 war on Geronimo 2

2007-12-04 Thread Upul Godage
Check whether addressing.mar is there in WEB-INF/modules of axis2.war. If it is Axis2 1.3 then module name would be addressing-1.3.mar. Upul On Dec 5, 2007 12:56 AM, suresh babu tipirneni <[EMAIL PROTECTED]> wrote: > > > hi all > >I try to load Axis2 war and I get following errors. any point

RE: Command line for AXIS2

2007-12-04 Thread Zur, Don
Apache Axis2 1.2 build (April 27 2007) From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 04, 2007 6:16 PM To: axis-user@ws.apache.org Subject: Re: Command line for AXIS2 which version axis are you implementing? M- - Original

Re: Command line for AXIS2

2007-12-04 Thread Martin Gainty
which version axis are you implementing? M- - Original Message - From: Zur, Don To: axis-user@ws.apache.org Sent: Tuesday, December 04, 2007 7:45 PM Subject: Command line for AXIS2 Is there any way to: Start service Stop service Check if service is active

Axis2 - specifying a generic operation handler

2007-12-04 Thread Iyengar, Kumar
Hi all, In Axis we could specify the method name as part of wsdd file. This method could then handle any operation that came in. However, in Axis2, I don't see any option to specify the Method name in services.xml in the xsd. There is the option to specify Operation Name but it looks like that

Command line for AXIS2

2007-12-04 Thread Zur, Don
Is there any way to: Start service Stop service Check if service is active from the command line.

General security error (Unexpected number of X509Data: for Signature)

2007-12-04 Thread Rachel Primrose
Hello, I've been having trouble signing my messages as they go out, and the usual "is the alias the right one" solution I've been reading about does not work! Here is my keystore: Keystore type: PKCS12 Keystore provider: SunJSSE Your keystore contains 1 entry Alias name: test123 Creation date:

Re: org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize.

2007-12-04 Thread Srinivas Gupta
I'm not too familiar with Rampart, but the security handlers we're using are mandated by our customer. So, we have to use them, as well as Axis 1.2.1. I can't seem to find a consistent resolution on this list, so right now I'm trying to tweak the server-config.wsdd. - Original Message -

Error Loading AXIS2 war on Geronimo 2

2007-12-04 Thread suresh babu tipirneni
hi all I try to load Axis2 war and I get following errors. any pointers? 09:54:31,234 INFO [DeploymentEngine] Module validation failed: The system is attempting to engage a module that is not available: addressing 09:54:31,234 ERROR [[/axis2-web]] Servlet /axis2-web threw load() exception

error on generated .wsdl file

2007-12-04 Thread Wendy Bao
http://www.nabble.com/file/p14156955/SequenceService.wsdl SequenceService.wsdl Hi, I used eclipse/wtp to generate a .wsdl file as attached. There are two errors in the .wsdl file, complaining the following two lines. I searchd on the web, couldn't find a way to fixt them. How could I resolve it

Re: AW: Axis 2.x and deployment...

2007-12-04 Thread silver17
So in this case now i'm going to have to put 19+ files in the application classpath now instead of the 2 i did for Axis 1.x? That seems counter-intuitive and cumbersome Matthias Wermund wrote: > > Hello, > > I'm currently doing the same thing: using embedded Axis2 webservices in my > app

Incorrect facet with name "maxlength" found

2007-12-04 Thread Leif Ashley
I'm not sure what the deal is on this one. I've used the wsdl2java in the past, and had no problems. This is for AXIS2 1.3. I'm executing: wsdl2java -d xmlbeans -uri C:\data\projects\MyProject\service.wsdl There shouldn't be a problem with the maxlength, best I can tell. Yet I'm getting this

Re: [Axis2] "WstxEOFException: Unexpected EOF in prolog error" while calling .NET2.0 webservice from Axis2 webservice

2007-12-04 Thread Martin Gainty
Please post WSDL also please post location and version-number of your xml parsers such as xerces/jax M-- - Original Message - From: Pantvaidya, Vishwajit To: axis-user@ws.apache.org Sent: Monday, December 03, 2007 11:04 PM Subject: RE: [Axis2] "WstxEOFException: Unexpected EO

Re: Encryption configuration problems

2007-12-04 Thread Pete
Hello Martin, I would be using the encryptionCrypto element in policy.xml to define my keystore, however I need to select the encryption key for the message based on the IP address of the endpoint. Is there a way I could do this via a configuration file? Thx -P - Original Message Fro

[Axis2] exposing different operations using different styles: is it possible?

2007-12-04 Thread Michele Mazzucco
Hi all, is it possible to "mix" different styles within the same service (i.e. "plain" AXIOM for some operations and WSDL/Document Literal or Rest for others)? Thanks, Michele - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Encryption configuration problems

2007-12-04 Thread Martin Gainty
the alternative and perhaps easier direction is to configure declaratively as in policy.xml contents: //signature crypto characteristics would be specified as JKS client.jks apache //encryption characteristics would be specified as JKS

Re: Encryption configuration problems

2007-12-04 Thread Pete
Thanks for the reply Nandana. You have the scenario correct... Except, it could also be the same request going to multiple endpoints, each request needs to be encrypted differently. I am going to a policy configuration because OutflowConfiguration (and InflowConfiguration) are deprecated. Your

Re: [Axis2] Considerations regarding a static RPCServiceClient instance

2007-12-04 Thread Michele Mazzucco
On 4 Dec 2007, at 07:36, Marc Nädele wrote: Hi Michele, the state does not matter. The calls to the service are independent. So the WS implementation on the server does not need to know anything about the state. You didn't get my point. The state is your RPCServiceClient instance (you

RE: [Axis2] Considerations regarding a static RPCServiceClient instance

2007-12-04 Thread Pär Malmqvist
Hi Marc! If you dont feel safe of your implementation or how different resources are used the best thing is to test your webservice at heavy load and for a long time.Make as many calls as you can for a day or even better a couple of days with all kinds of data input.If your applications have no