Anyway to see what SOAP Request/Response is sent/received by the engine?

2007-09-14 Thread Yuvaraj Athur Raghuvir
Hello, I am trying to connect to an internet web service provider using SOAP 1.1 So far everything works fine. But I do not get any response. 1) How can I see the final XML file before it is sent as a request? 2) How can I see the response received? When I step through the code, I get a null fo

Re: Connecting to StrikeIron WebServices - how to?

2007-09-14 Thread Yuvaraj Athur Raghuvir
Hello, I have assembled the soap:Envelope. Now, I need to get on the top. I think this should be a simple call somewhere and not part of payload assembly. Suggestions? Regards, Yuva On 9/15/07, Yuvaraj Athur Raghuvir <[EMAIL PROTECTED]> wrote: > > Hello, > > I have discovered the correct f

Re: Connecting to StrikeIron WebServices - how to?

2007-09-14 Thread Yuvaraj Athur Raghuvir
Hello, I have discovered the correct form of the XML to be sent as follows: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:s=" http://www.w3.org/2001/XMLSchema"; xmlns:enc=" http://schemas.xmlsoap.org/soap/encoding"; > http://www.strik

Re: string return param from service

2007-09-14 Thread Michael Sutter
Hello Samisa many thanks for your help. It works all very fine. Regards Michael Samisa Abeysinghe wrote: Michael Sutter wrote: Yes this is only a warning. But I compile in my service c and c++ together. And the server crashs directly with Segmentation fault when I access the service. As i

Compiling and Linking WSDL2C

2007-09-14 Thread Callner, David A.
I'm using Axis2-1.2/Java and Axis2c-1.0.0. I've tried the following combinations but all have failed. Axis2-1.3/Java and Axis2c-1.0.0, Axis2-1.2 and Axis2c-0.96, Axis2-1.1.1 and Axis2c0.96. I am able to generate the code using any of the Axis2/Java's above, but none of the generated code comp