Hi Sanjaya,

            We run the test framework against the C++ services on a daily basis – often more than couple times a day.

            We have been able to use your script and automate the C++ server side tests to some extent – now it is far more easier to test J

 

Thanks,

Samisa…

 

-----Original Message-----
From: sanjaya gayan [mailto:[EMAIL PROTECTED]
Sent: Friday, June 10, 2005 10:23 AM
To: Apache AXIS C Developers List
Subject: Re: namespace changes

 

Good to hear that tests are being run against the c++ server. How are they faring Samisa?

 

sanjaya.

Samisa Abeysinghe <[EMAIL PROTECTED]> wrote:

Ooops, sorry, my fault. I should have had a look at the message on wire,
but did not bother as the tests were passing with C++ server.

I have put the fix in CVS now.

Thanks,
Samisa...

On Thu, 2005-06-09 at 13:48, John Hawkins wrote:
> Hi Folks,
> someone has changed the namespaes so that they appear to start at ns2
> instead of ns1 when we have multiple requests. Ah ha - ! Perhaps,
> Samisa this is a bit of constructor initialisation that needs to be
> fixed.
> Because the first call is fine but the second call has the
> wrong/different namespace?
>
> POST /Calculator/services/Calculator HTTP/1.1
> Host: localhost:13260
> Content-Type: text/xml; charset=UTF-8
> SOAPAction: "Calculator#div"
> Content-Length: 400
>
>


>

> xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
> xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
>




>
> 100
> 20
>



>


> </SOAP-ENV:Envelope

>
> POST /Calculator/services/Calculator HTTP/1.1
> Host: localhost:13260
> Content-Type: text/xml; charset=UTF-8
> SOAPAction: "Calculator#div"
> Content-Length: 1055
>
>
>











> xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
>
> env:role="http://www.w3.org/2003/05/soap-envelope/role/next">

>
>
> 100
> 20
>



>


>




Reply via email to