[phpsoa] Re: Problems with message binding

2008-03-09 Thread Jack Zai
Hello, Oh, that doesn't looks good. well, be honest i never tested it on Linux, but I 'm surprised you got a segmentation fault. The most of changes I made to sam were on php files, those shouldn't affect the binary you built. The only change I made to C files was the following two lines which we

[phpsoa] Re: Problems with message binding

2008-03-06 Thread jpuerta
Hello Jack, Matthew... I downloaded the zipfile, and successfully compiled Jack's version of the sam extension... But after loading the extension, php no longer works and we see a segmentation fault in the logs, so I was unable to test the example... I am testing all this on Linux... We have php

[phpsoa] Re: Problems with message binding

2008-03-06 Thread Matthew Peters
Jack, thanks for this very timely and authoritative reposnse. jp, if you want, I can try and build the version of the zip file that Jack's posting refers to and make sure that our samples run with that precise level. Or you can try it first. Let me know what you would like. And...are you on Windo

[phpsoa] Re: Problems with message binding

2008-03-04 Thread Jack Zai
Hello, The blank line in the WSDL may be caused by the carriage return at the end of file 'php_sam.php' (PECL bug #11034). In that case, i think you have used the current releases (1.1.0) of SAM, and I am afeard this version does NOT support some features of the message binding ( including the S

[phpsoa] Re: Problems with message binding

2008-03-04 Thread jpuerta
Hi Matthew... Unfortunately, we have still been unable to run a successful test with the message binding... The fatal error complaining about the class with "ms" in the name, disappeared... creating the msd file works now, but trying with the example you provided... we run the ReceivingService in

[phpsoa] Re: Problems with message binding

2008-03-04 Thread Matthew Peters
Good, that sounds as if that has fixed the problem for you. How about the second one - a blank line in the wsdl? Did you find the source of the problem for that too? You'll see I have just released 1.2.4, by the way. Matthew On Mar 3, 4:06 pm, jpuerta <[EMAIL PROTECTED]> wrote: > Hello Matthew.

[phpsoa] Re: Problems with message binding

2008-03-03 Thread jpuerta
Hello Matthew... Thank you very much for your help... I tried the example you provided, but i was unable to get it to work... I still get the same error when I try this: http://yummyphpprojjpuerta/services/activemqtest/ReceivingService.php?msd Fatal error: Class 'SCA_Bindings_ms_ServiceDescrip

[phpsoa] Re: Problems with message binding

2008-03-03 Thread Matthew Peters
Hi, sorry to hear you are having problems. The Fatal error you are seeing looks odd: the _ms_ in the middle of the name looks like something somewhere is looking for a binding.ms rather than binding.message. I propose we try with an exaple that I know works - I show below a simple example that I