Re: Full SAML scenario

2008-02-07 Thread Plamena Chongova
Hi Nandana, I had some older jars in the runtime. I have put everything from the nightly build and the sample works properly. Thanks! Regards, Plamena On Feb 7, 2008 3:26 PM, Nandana Mihindukulasooriya <[EMAIL PROTECTED]> wrote: > Hi Plamena, >Are you using the latest Rampart jars ? I j

XMLStreamException clsss not found

2008-02-07 Thread Ajit.Kamalakant
Hi Group, I am getting java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException exception when trying to embed axis2 into a web application. Any pointers to resolve this would be helpful. Thanks, Ajit DISCLAIMER: This message contains privileged and confidential inf

Re: Axis2 - local build error - svn commit: r619098 - /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/server/JAXWSMessageReceiver.java

2008-02-07 Thread Tom Seelbach
I think i see the problem. Testcase is using 61616: PROVIDER_URL = "tcp://localhost:61616" and my WebSphere CE is too. Not sure if i just started that server at the same time as the checkin, or what [EMAIL PROTECTED] modules]# netstat -a | grep 61616 tcp0 0 *:61616

Axis2 - local build error - svn commit: r619098 - /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/server/JAXWSMessageReceiver.java

2008-02-07 Thread Tom Seelbach
After r619098 my local continuum build fails in JMSEchoRawXMSOneWayTest and JMSEchoRawXMLTest. But the apache continuum looks ok. Any idea why? My goals are "clean install" and "--batch-mode" -Tom Running org.apache.axis2.jms.JMSEchoRawXMLOneWayTest Tests run: 1, Failures: 0, Errors: 1, Skipped:

RE: Return raw XML

2008-02-07 Thread reddy, ramachandra
Use SoapMonitor. You can see your incoming or outgoing going XML. You can see details at http://ws.apache.org/axis/java/install.html Look for : Appendix: Enabling the SOAP Monitor From: Luna, Abraham [mailto:[EMAIL PROTECTED] Sent: Thursday, February 07,

Re: [jira] Created: (AXIS2-3495) WSDL2Java can not modify the "Skeleton" code in order to generate changes according to the WSDL

2008-02-07 Thread Martin Gainty
did you try generating the classes with the override switch -or ? WSDL2Java -or -uri Whatever.wsdl M- - Original Message - From: "Joseph Nguyen (JIRA)" <[EMAIL PROTECTED]> To: Sent: Thursday, February 07, 2008 2:11 PM Subject: [jira] Created: (AXIS2-3495) WSDL2Java can not modify the "Ske

Re: [Axis2] Generating WSDL for JAXWS artifacts

2008-02-07 Thread Davanum Srinivas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Roy, Lahiru, Here's where i have gotten so far...I got a jaxws service (Calculator) and a jaxws provider (StringProvider) working under the PojoDeployer. Here are the steps: 1. Run "mvn -Dtest=false clean -Dtarget install" 2. Unzip the axis2-SNAPSH

[jira] Commented: (AXIS2-3453) java.util.regex.PatternSyntaxException in org.apache.axis2.transport.http.ProxyConfiguration

2008-02-07 Thread Dan Morrow (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566749#action_12566749 ] Dan Morrow commented on AXIS2-3453: --- The reason this issue is seen on the Mac, is because

[jira] Created: (AXIS2-3495) WSDL2Java can not modify the "Skeleton" code in order to generate changes according to the WSDL

2008-02-07 Thread Joseph Nguyen (JIRA)
WSDL2Java can not modify the "Skeleton" code in order to generate changes according to the WSDL --- Key: AXIS2-3495 URL: https://issues.apache.org/jira/browse/AXIS2-3495

RE: Return raw XML

2008-02-07 Thread Luna, Abraham
Thank you for the response. This tools seems to only monitor incoming traffic. I need to monitor messages I'm sending to a hosted service. Thanks for any help you could provide. Abraham Luna Software Engineer WellCare Health Plans, Inc. 8735 Henderson Road Tampa, Florida 33634 (800) 960-2530

Re: Return raw XML

2008-02-07 Thread Hemant Borole
try the tcpmon util provided by axis. Set the axis jars in your classpath and then execute java org.apache.axis.utils.tcpmon I hope this is what you are looking for. On Feb 7, 2008 7:23 AM, Luna, Abraham <[EMAIL PROTECTED]> wrote: > Is there a way to return the raw XML returned by a web servic

Re: [Axis2] Generating WSDL for JAXWS artifacts

2008-02-07 Thread Roy Wood
Hi Lahiru, Yes, we are considering doing this as well. The POJODeployer is a simple somewhat "clean" way of deploying simple web services as .classes or .jars. Trying to add functionality for deploying .wars (or expanded .wars) would convolute its initial intent. So, our first thoughts are to bu

Woden extension properites API change

2008-02-07 Thread John Kaputin (gmail)
Axis2 devs, I have implemented a solution for Jira WODEN-47 [1] which adds to the Woden API generic access to WSDL 2.0 component extension properties. Woden still supports the original extension-specific APIs, registered via the ExtensionRegistry, and changes to that existing programming model are

Return raw XML

2008-02-07 Thread Luna, Abraham
Is there a way to return the raw XML returned by a web service using the AXIS framework? I compiled some classes from a WSDL using the command-line tools. Thanks for your help, Abraham Luna Software Engineer WellCare Health Plans, Inc. 8735 Henderson Road Tampa, Florida 33634 (800) 960-25

Re: Plugging in wsgen

2008-02-07 Thread Nicholas L Gallardo
Dims, That's great news! Thanks for getting that working... Agreed on your assessment of what should be done when the wsdlLocation attribute is present. For reference, this is defined in section 5.2.5 of JAX-WS 2.0. Regards, -Nick

Re: [Axis2] Generating WSDL for JAXWS artifacts

2008-02-07 Thread Nicholas L Gallardo
Dims/Lahiru, I like this solution as well. After talking with Roy some yesterday, it sounded like the POJODeployer wasn't quite the right fit for what's needed here. Cheers, -Nick Davanum Srinivas

Re: Interopertability issues with Axis2 ADB and .NET client

2008-02-07 Thread Anne Thomas Manes
You'll also get better results if you adopt a WSDL-first development model. Anne On Feb 6, 2008 7:30 PM, keith chapman <[EMAIL PROTECTED]> wrote: > AFAIK some fixes went in after 1.3 (Mainly on security related stuff). > So its advisable to use the SNAPSHOT build. > > Thanks, > Keith. > > > On Fe

Plugging in wsgen

2008-02-07 Thread Davanum Srinivas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Team, i just checked in some code to run wsgen when we use pojodeployer with a jaxws annotated service. Am looking at what should be done when a wsdlLocation annotation is specified in the service next. Basically we should be picking up the wsdl

[jira] Resolved: (AXIS2-3493) Plugin in JAXWS RI's wsgen to generate the dynamic wsdl/xsd's

2008-02-07 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3493. - Resolution: Fixed Fixed in svn revision 619407 > Plugin in JAXWS RI's wsgen to generate

Re: [Axis2] Generating WSDL for JAXWS artifacts

2008-02-07 Thread Davanum Srinivas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lahiru, Yes, that's what my latest thinking is as well...Writing a new JAXWS deployer. need to figure out what it will look for in the webapp. thanks, dims Lahiru Sandakith wrote: | Hi Dims, | I am thinking of not extending the pojo deployer on th

Re: Full SAML scenario

2008-02-07 Thread Nandana Mihindukulasooriya
Hi Plamena, Are you using the latest Rampart jars ? I just checked the sample with the trunk and was able to successfully get the SAML token and call the service. These samples pick the Rampart jars from the AXIS2/lib directory. So latest Rampart jars have to be there in the Axis2 lib.

Re: Full SAML scenario

2008-02-07 Thread Plamena Chongova
Hi Nandana, Thanks for the reply. I tried the sample. The client issues and receives SAML token, but when tries to authenticate to the other service fails with exception: Referenced security token could not be retrieved. (Reference "#EncKeyId-13044493") As far as I saw the services.xml file conta

Re: [Axis2] Generating WSDL for JAXWS artifacts

2008-02-07 Thread Lahiru Sandakith
Hi Dims, I am thinking of not extending the pojo deployer on this regard. Since the forward set of deployable service artifact of the sun TCK are in the form of war files and seems we are not allowed it to change them as we want. We have to get our deployment mechanism to get them sorted out. How a

how to publih web service into axis2

2008-02-07 Thread Ajit.Kamalakant
Hi Group, In axis 1,I used to update sever-config.wsdd with the contents of my service from the wsdd.deply file. What is the equivalent in Axis2? How different is it? Thanks, Ajit DISCLAIMER: This message contains privileged and confidential information and is intended only for

Re: [Axis2] Re: PojoDeployer vs JAXWSMessageReceiver in services.xml

2008-02-07 Thread Lahiru Sandakith
Hi Dims, As I understood in the forward set of testcases of the TCK we have a set of sun war files which we can not make any changes for that other than some parts of the web.xml. We have to get our deployment configured in to deploying this and pass the testcases. On the reverse set of test cases

[jira] Created: (AXIS2-3494) Code Generation fails when a wsdl has recursive imports

2008-02-07 Thread Samuel Alexander G (JIRA)
Code Generation fails when a wsdl has recursive imports --- Key: AXIS2-3494 URL: https://issues.apache.org/jira/browse/AXIS2-3494 Project: Axis 2.0 (Axis2) Issue Type: Bug Compone