[jira] Assigned: (AXIS2C-1282) 1)reads all http headers from the request and adds them to the msg_ctx, they were missing. 2)Allows custumized http status and http headers for rest requests(don't affec

2009-01-07 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana reassigned AXIS2C-1282: --- Assignee: Nandika Jayawardana 1)reads all http headers from the request

Potential name clashes when using multiple services

2009-01-07 Thread Catalina Caloian
Hello Scenario: - an application needs to use two services - let's call their respective wsdl files Mapping.wsdl and Geocoding.wsdl - both services use a type called Coordinate - upon generating C code from the wsdl files using WSDL2C, we get two adb_Coordinate.c and two

[jira] Resolved: (AXIS2C-1277) Must use empty header in request

2009-01-07 Thread Manjula Peiris (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manjula Peiris resolved AXIS2C-1277. Resolution: Fixed I have tested the version sample and it does not send empty headers.

[jira] Created: (AXIS2C-1325) _WIN32 should be used instead of WIN32

2009-01-07 Thread Patrick van Beem (JIRA)
_WIN32 should be used instead of WIN32 -- Key: AXIS2C-1325 URL: https://issues.apache.org/jira/browse/AXIS2C-1325 Project: Axis2-C Issue Type: Bug Affects Versions: 1.6.0 Environment: WIN64

Re: Potential name clashes when using multiple services

2009-01-07 Thread Dimuthu Gamage
Hi Catalina Caloian, Looks like your two wsdls use (may be imported) same schema structure. If so the two adb structures, operations should be identical, so you can delete one set of them and use the same generated files for both services. Normally in a wsdl, schema is not associated with a

Re: [axis2c] Using SOAP 1.1 request with the Internet explorer

2009-01-07 Thread Manjula Peiris
Can you capture the request soap message and send us ? On Tue, 2009-01-06 at 07:50 +, Baxi, Rinilkumar (TCS) wrote: Hi All, I am trying to send SOAP 1.1 request using the Internet explorer. The engine throws the “version mismatch” error. During debug we observed the AXIS engine

Re: How can I make AXIS return SOAP Fault as an XML message?

2009-01-07 Thread Manjula Peiris
Are you talking about getting the fault response at client side ? On Tue, 2009-01-06 at 07:52 +, Baxi, Rinilkumar (TCS) wrote: Hi, I have found that whenever Axis encounters an error and sets the soapFault instance, is returns the 500 Internal Server Error. I want it to return

Re: [axis2c] Using SOAP 1.1 request with the Internet explorer

2009-01-07 Thread Nandika Jayawardana
If you are sending a SOAP1.1 request, your message's HTTP content type header should be text/xml. Otherwise, it will return the version mismatch error. Regards Nandika On Wed, Jan 7, 2009 at 10:13 PM, Manjula Peiris manj...@wso2.com wrote: Can you capture the request soap message and send us

RE: [axis2c] Using SOAP 1.1 request with the Internet explorer

2009-01-07 Thread Baxi, Rinilkumar (TCS)
That is the problem we are facing. When we are sending request using Internet explorer, By default it sets the content type to form url encoded. I want to know how can we set the contenttype to text/xml in the HTML client. Thanks Regards, Rinil From: Nandika

RE: How can I make AXIS return SOAP Fault as an XML message?

2009-01-07 Thread Baxi, Rinilkumar (TCS)
Hi Manjula, Yes, I am talking about the Fault response at client side. It will help the client to understand the underlying error. So most of the usage issues are handled at by the user himself. Please help me understanding the SOAP FAULT message generation in AXIS2C engine. Thanks, Rinil

RE: How can I make AXIS return SOAP Fault as an XML message?

2009-01-07 Thread Manjula Peiris
You can call axis2_svc_client_get_last_response_has_fault(svc_client, env) function to check for a fault. see [1] for more info. https://svn.apache.org/repos/asf/webservices/rampart/trunk/c/samples/client/sec_echo/echo.c -Manjula. On Thu, 2009-01-08 at 04:39 +, Baxi, Rinilkumar (TCS)

[jira] Created: (AXIS2-4195) Jar conflict in WEB-INF/lib/: geronimo-javamail_1.4_spec-1.2.jar vs. mail.jar

2009-01-07 Thread ancow (JIRA)
Jar conflict in WEB-INF/lib/: geronimo-javamail_1.4_spec-1.2.jar vs. mail.jar - Key: AXIS2-4195 URL: https://issues.apache.org/jira/browse/AXIS2-4195 Project: Axis 2.0

Re: Using Axis2 Java with OSGi - some help appreciated

2009-01-07 Thread Sanjiva Weerawarana
Sameera, isn't the right thing to do to stub out the axis2 class loading stuff to be behind an interface? And then if axis2 is in an OSGi environment, the interface would be implemented by code that loads classes using OSGi calls instead of plain Java. Sanjiva. Sameera Jayasoma wrote: Yeah I

[jira] Created: (AXIS2-4196) AxisEngine meddles with concerns of the transports, and creates a thread when sending out a message

2009-01-07 Thread Asankha C. Perera (JIRA)
AxisEngine meddles with concerns of the transports, and creates a thread when sending out a message --- Key: AXIS2-4196 URL:

[jira] Created: (AXIS2-4197) Issue with toEnvelope(..) and toOm(..) in Axis 2 generated code for toOM taking in same paramter types

2009-01-07 Thread Vijeya Aravindan (JIRA)
Issue with toEnvelope(..) and toOm(..) in Axis 2 generated code for toOM taking in same paramter types -- Key: AXIS2-4197 URL:

[jira] Updated: (AXIS2-4197) Issue with toEnvelope(..) and toOm(..) in Axis 2 generated code for toOM taking in same paramter types

2009-01-07 Thread Vijeya Aravindan (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vijeya Aravindan updated AXIS2-4197: Attachment: eclipseShots.bmp Axis 2 Code Gen Issue WASRE TISHelper