Re: How do I embed code to add soap:Envelope and soap:Body within a C client ???

2009-03-25 Thread ramesh Gopal
I have tried to generate the client stub using WSDL2C tool for a wsdl at http://www50.brinkster.com/vbfacileinpt/np.asmx?wsdl This tool generates two files (.c and .h files) The .c file is the one which gets the request and returns the response. However, both request and response is a node type

Re: How do I embed code to add soap:Envelope and soap:Body within a C client ???

2009-03-25 Thread ramesh Gopal
Hi, Attached the sample C client . Rgds, Ramesh --- On Wed, 25/3/09, Samisa Abeysinghe wrote: > From: Samisa Abeysinghe > Subject: Re: How do I embed code to add soap:Envelope and soap:Body within a > C client ??? > To: "Apache AXIS C User List" > Date: Wednesday, 25 March, 2009, 6:50 PM

Re: How do I embed code to add soap:Envelope and soap:Body within a C client ???

2009-03-25 Thread Samisa Abeysinghe
Can you please send the full client code that you are using? Samisa... ramesh Gopal wrote: Hi, I am wanting to consume a web service (GetPrimeNumbers). In order to do this, I have written a sample C code, which generates the xml request. However, while sending the request, I get an error "

How do I embed code to add soap:Envelope and soap:Body within a C client ???

2009-03-25 Thread ramesh Gopal
Hi, I am wanting to consume a web service (GetPrimeNumbers). In order to do this, I have written a sample C code, which generates the xml request. However, while sending the request, I get an error "System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> Syst