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) wrote
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
---
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 J
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 wrote:
> Can you capture the request soap message and send us ?
>
> On Tue
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 re
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 engi
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 servi
_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
[
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.
>
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
[
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 an
11 matches
Mail list logo