Re: Build failed in Jenkins: Axis2 #865

2011-07-22 Thread Sagara Gunathunga
On Sat, Jul 23, 2011 at 7:52 AM, Apache Jenkins Server wrote: > See > > Changes: > > [sagara] Remove unwanted imports , add them later with java 1.6 > > [sagara] Added some improvement in  BenUtil. getMapInstance method. > > [sagara] Disable some J

[jira] [Commented] (AXIS2-3300) minOccurs="0" always generated by Java2WSDL - problems with .NET client generation

2011-07-22 Thread nadir amra (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13069880#comment-13069880 ] nadir amra commented on AXIS2-3300: --- I think the resolution to this problem is to add an

[jira] [Commented] (AXIS2-5090) Runtime processing and schema generation is not consistent for java.util.List

2011-07-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13069858#comment-13069858 ] Hudson commented on AXIS2-5090: --- Integrated in Axis2 #864 (See [https://builds.apache.org/jo

[jira] [Created] (AXIS2-5099) Class Not found error while using Axis2 plugin in Eclipse during Load class step

2011-07-22 Thread Shijin Mathew (JIRA)
Class Not found error while using Axis2 plugin in Eclipse during Load class step Key: AXIS2-5099 URL: https://issues.apache.org/jira/browse/AXIS2-5099 Project: Axis2

[jira] [Resolved] (AXIS2-3020) Support serialization of java.util.Map when using POJO service with RPCMessageReceiver.

2011-07-22 Thread Sagara Gunathunga (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sagara Gunathunga resolved AXIS2-3020. --- Resolution: Fixed Fixed with AXIS2-5064. > Support serialization of java.util.Map wh

[jira] [Resolved] (AXIS2-3840) Spring ArrayList doesn't work

2011-07-22 Thread Sagara Gunathunga (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sagara Gunathunga resolved AXIS2-3840. --- Resolution: Fixed Fix Version/s: 1.7.0 With AXIS2-5090 ADB can process any imp

[jira] [Resolved] (AXIS2-3655) Improper WSDL generation

2011-07-22 Thread Sagara Gunathunga (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sagara Gunathunga resolved AXIS2-3655. --- Resolution: Fixed Fix Version/s: 1.7.0 Fixed with AXIS2-5090. > Improper WSDL

[jira] [Resolved] (AXIS2-4129) Mapping QName not found for package

2011-07-22 Thread Sagara Gunathunga (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sagara Gunathunga resolved AXIS2-4129. --- Resolution: Fixed Fix Version/s: 1.7.0 Fixed with AXIS2-5090 > Mapping QName

[jira] [Resolved] (AXIS2-4567) I can not send Map object as parameter.

2011-07-22 Thread Sagara Gunathunga (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sagara Gunathunga resolved AXIS2-4567. --- Resolution: Fixed Fix Version/s: 1.7.0 Fixed with AXIS2-5064 > I can not send

[jira] [Resolved] (AXIS2-5064) Support HashMap type in the web service.

2011-07-22 Thread Sagara Gunathunga (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sagara Gunathunga resolved AXIS2-5064. --- Resolution: Fixed > Support HashMap type in the web service. > --

[jira] [Resolved] (AXIS2-5090) Runtime processing and schema generation is not consistent for java.util.List

2011-07-22 Thread Sagara Gunathunga (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sagara Gunathunga resolved AXIS2-5090. --- Resolution: Fixed Fixed in r1149674. > Runtime processing and schema generation is n

Re: Trouble interfacing with WCF

2011-07-22 Thread Jay Sullivan
On Fri, Jul 22, 2011 at 11:41 AM, Martin Gainty wrote: > Hi Jay- > The Axis solution is to configure public and private keystores..create a > cert with public key and engage Rampart (Security) Module to Axis > http://wso2.org/library/3190 > > Thanks, that looks like what I want to do. There's t

RE: Trouble interfacing with WCF

2011-07-22 Thread Martin Gainty
Hi Jay- The Axis solution is to configure public and private keystores..create a cert with public key and engage Rampart (Security) Module to Axis http://wso2.org/library/3190 Let me know if you need any guidance..i've done this about a hundred times Martin Gainty _

Trouble interfacing with WCF

2011-07-22 Thread Jay Sullivan
Hi, I have a few WCF Web Services set up, and I've been trying to connect to them with Java web service clients. So far, I've only been able to get it to work with basic HTTP (basicHttpBinding, in WCF terminology). I can't convince any clients to connect using HTTPS (wsHttpBinding with transport

RE: Unable to sendViaPost to url

2011-07-22 Thread Yunxi Zhang
Hi, Yashwanth, I've tried using the multithreaded http client, and got the error message as follows: org.apache.axis2.AxisFault: The input stream for an incoming message is null. at org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:92) at org.apa

RE: org.apache.axis2.AxisFault: org.apache.axiom.om.impl.llom.OMTextImpl cannot be cast to org.apache.axiom.om.OMElement

2011-07-22 Thread Yunxi Zhang
Hi, Andreas, How can provide you the server side stack trace? In my service implementation, i used Exception.printStackTrace to catch the exception to print out error messages, and these error messages are actually printed out from the server side. Regards, Yunxi > From: [email protected]

RE: org.apache.axis2.AxisFault: org.apache.axiom.om.impl.llom.OMTextImpl cannot be cast to org.apache.axiom.om.OMElement

2011-07-22 Thread Yunxi Zhang
Hi, Swapna, I've tried the method you suggested, but the the same error information was still there. The method i used was changed to public OMElement parseXMLToOMElement(String sourceFile) throws FileNotFoundException,XMLStreamException{ OMElement element=null;

Axis2 JMS transport violates W3C SOAP over JMS, Protocol-2038

2011-07-22 Thread Sadeep Jayasumana
Hi Devs, I have created a JIRA, [1], for the above issue and attached a patch. Please review and commit. I'm willing to do other enhancement as well to the JMS transport to make it support SOAP/JMS specification. [1] https://issues.apache.org/jira/browse/TRANSPORTS-43 Thanks, -- Sadeep Jayasuma

Re: 'WebServices - Axis' international

2011-07-22 Thread Andreas Veithen
Please don't reply. It appears to be a scam: http://comments.gmane.org/gmane.linux.documentation.tldp/2440 Andreas On Thu, Jul 21, 2011 at 15:10, Alyona Lompar wrote: > Hi! > > I'm willing to translate page located at > http://ws.apache.org/axis/java/user-guide.html#tcpmon to the Belorussian >

Re: org.apache.axis2.AxisFault: org.apache.axiom.om.impl.llom.OMTextImpl cannot be cast to org.apache.axiom.om.OMElement

2011-07-22 Thread Andreas Veithen
The exception is from the client side but indicates that the actual error is occurring on the server side. We would need the server side stack trace to see what is going on here. Andreas On Thu, Jul 21, 2011 at 19:13, Yunxi Zhang wrote: > Hi, guys, > I've tried parsing an XML file to OMElement s

Re: Unable to sendViaPost to url

2011-07-22 Thread Afkham Azeez
2011/7/21 Yunxi Zhang > Hi, Swapna, > > I've checked the xml by using the soap monitor already, they were correct. > Before, I put two services in the same machine for the test with the target > URL with the value "Localhost", then i modified one of the target URL with > real IP address, and the