Re: [Axis2C] Setting SoapAction and SOAP version in a client

2006-04-13 Thread Pete Robbins
On 13/04/06, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: I have fixed the problem and posted the latest source package at http://people.apache.org/~samisa/Please have a look.Samisa...     That does the trick! Thank you. -- Pete

Re: [Axis2C] Setting SoapAction and SOAP version in a client

2006-04-13 Thread Samisa Abeysinghe
I have fixed the problem and posted the latest source package at http://people.apache.org/~samisa/ Please have a look. Samisa... Pete Robbins wrote: On 13/04/06, *Samisa Abeysinghe* <[EMAIL PROTECTED] > wrote: Hi Pete, You are correct, there seems to

Re: [Axis2C] Setting SoapAction and SOAP version in a client

2006-04-13 Thread Samisa Abeysinghe
Pete Robbins wrote: On 13/04/06, *Samisa Abeysinghe* <[EMAIL PROTECTED] > wrote: Hi Pete, You are correct, there seems to be a bug here; the API is supposed to be such that you can call AXIS2_MEP_CLIENT_PREPARE_SOAP_ENVELOPE, then get the soap en

Re: [Axis2C] Setting SoapAction and SOAP version in a client

2006-04-13 Thread Pete Robbins
On 13/04/06, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: Hi Pete,   You are correct, there seems to be a bug here; the API is supposedto be such that you can call AXIS2_MEP_CLIENT_PREPARE_SOAP_ENVELOPE, then get the soap envelope though the message context returned by thatcall and set the SOAP ve

Re: [Axis2C] Setting SoapAction and SOAP version in a client

2006-04-13 Thread Pete Robbins
On 13/04/06, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: Hi Pete,   You are correct, there seems to be a bug here; the API is supposedto be such that you can call AXIS2_MEP_CLIENT_PREPARE_SOAP_ENVELOPE, then get the soap envelope though the message context returned by thatcall and set the SOAP ve

Re: [Axis2C] Setting SoapAction and SOAP version in a client

2006-04-13 Thread Samisa Abeysinghe
Hi Pete, You are correct, there seems to be a bug here; the API is supposed to be such that you can call AXIS2_MEP_CLIENT_PREPARE_SOAP_ENVELOPE, then get the soap envelope though the message context returned by that call and set the SOAP version on that soap envelope. However, the logic in

[Axis2C] Setting SoapAction and SOAP version in a client

2006-04-13 Thread Pete Robbins
How do I do this?   I tried using axis2_stub and this allowed me to use AXIS2_STUB_SET_SOAP_VERSION but I can't find a way to set the SOAPAction.   So I chenged to use axis2_mep_client which allows me to use AXIS2_MEP_CLIENT_SET_SOAP_ACTION but I can't find a way to set the SOAP version! I tried us