Re: How to Set Submission Addressing?

2008-10-21 Thread Manjula Peiris
On Tue, 2008-10-21 at 18:03 -0400, David Taylor (Lowell) wrote: > I have read that AXIS2/C supports both version 1.0 and the pre-1.0 > “submission” version of WS-Addressing. However, I can’t find > instructions or an example of how to configure a client to use > submission addressing. I would ap

Re: How to set the content type of SOAP request to TEXT/XML

2008-10-21 Thread Samisa Abeysinghe
Check if you have set this in axis2.xml Also use SOAP 1.1 for text/xml content type. Samisa... donald yang wrote: Hi Supun, Thank you very much for your reply. I have explicitly disbaled the MTOM by calling axis2_options_set_enable_mtom(option, env, AXIS2_FALSE) I don't know why the axis2

How to Set Submission Addressing?

2008-10-21 Thread David Taylor (Lowell)
I have read that AXIS2/C supports both version 1.0 and the pre-1.0 "submission" version of WS-Addressing. However, I can't find instructions or an example of how to configure a client to use submission addressing. I would appreciate any help you can give me. Thanks, -David K. Taylor

Re: How to set the content type of SOAP request to TEXT/XML

2008-10-21 Thread donald yang
Hi Supun, Thank you very much for your reply. I have explicitly disbaled the MTOM by calling axis2_options_set_enable_mtom(option, env, AXIS2_FALSE) I don't know why the axis2c1.4 still create the SOAP request with the content type of "multipart/related". Could you please advise me what are othe

Re: simple response parsing question

2008-10-21 Thread Rajika Kumarasiri
On Tue, Oct 21, 2008 at 11:35 PM, Tony Hoyt <[EMAIL PROTECTED]> wrote: > I glanced at that tutorial myself, and I notice a few things. It seems to > me the tutorial is out of date and in some cases, the sample code is missing > language. Code Listing 10 is missing several of the C operations, "i

Re: simple response parsing question

2008-10-21 Thread Tony Hoyt
I glanced at that tutorial myself, and I notice a few things. It seems to me the tutorial is out of date and in some cases, the sample code is missing language. Code Listing 10 is missing several of the C operations, "if" and "return". I seem to recall that some of the code listings used depr

Re: simple response parsing question

2008-10-21 Thread Mark Webb
Perfect! Thank you. On Tue, Oct 21, 2008 at 1:46 PM, Supun Kamburugamuva <[EMAIL PROTECTED]> wrote: > This will help you. > > http://ws.apache.org/axis2/c/docs/om_tutorial.html > > Supun. > > On Tue, Oct 21, 2008 at 8:56 PM, Mark Webb <[EMAIL PROTECTED]> wrote: >> >> I have a web service client

Re: How to set the content type of SOAP request to TEXT/XML

2008-10-21 Thread Supun Kamburugamuva
>From your message it seems that you are trying to send a MTOM attachment. Supun. On Tue, Oct 21, 2008 at 9:21 PM, donald yang <[EMAIL PROTECTED]>wrote: > Hi All, > > Currently I have a problem to call a .NET web service from a web service > client written using AXIS2C-1.4. I received an error t

Re: simple response parsing question

2008-10-21 Thread Supun Kamburugamuva
This will help you. http://ws.apache.org/axis2/c/docs/om_tutorial.html Supun. On Tue, Oct 21, 2008 at 8:56 PM, Mark Webb <[EMAIL PROTECTED]> wrote: > I have a web service client written in Axis2C and am getting the > response back properly. The response is just a long value. Here is > the XML

How to set the content type of SOAP request to TEXT/XML

2008-10-21 Thread donald yang
Hi All, Currently I have a problem to call a .NET web service from a web service client written using AXIS2C-1.4. I received an error that the .NET web service expect that the content type of SOAP request should be TEXT/XML. But the content type of the soap request created by AXIS2C-1.4 is "multip

simple response parsing question

2008-10-21 Thread Mark Webb
I have a web service client written in Axis2C and am getting the response back properly. The response is just a long value. Here is the XML I receive back: http://service.web.blah/";>1234 I am using the method axiom_node_get_first_child(node, env) to get the value node. I print out the node an