[phpsoa] Re: Status of issue with SDO scoping of anonymous types with same name

2008-04-30 Thread Dalibor Andzakovic
> in SOAP ServiceRequestHandler.php. I deleted the cached C:\xampp\htdocs > \ilias4\webservice\soap\classes\class.ilSoapUserAdministration.wsdl, > reran, and things work. > > It seems to me that this is a pretty big gotcha - it took me a day to > figure out what was going on! For now, I've just co

[phpsoa] Re: Status of issue with SDO scoping of anonymous types with same name

2008-04-30 Thread Dylan
Hi, Specifying a service type of 'soap' produces the same result (it knows that it's using soap because it has a GET request of WSDL). I'm logging $this->xmldas in setWSDLTypes($wsdl) in SOAP Mapper.php. One request to service.php results in two executions of setWSDLTypes. I noticed that the fir

[phpsoa] Re: Status of issue with SDO scoping of anonymous types with same name

2008-04-29 Thread Dalibor Andzakovic
try $sua = SCA::getService('http://localhost/htdocs/ilias4/webservice/ soap/classes/class.ilSoapUserAdministration.php?wsdl', 'soap'); dali On Apr 29, 4:07 am, Dylan <[EMAIL PROTECTED]> wrote: > Hi, > > I'm not sure if this has the same cause, but I'm getting a > SDO_DAS_XML::loadString error as

[phpsoa] Re: Status of issue with SDO scoping of anonymous types with same name

2008-04-29 Thread Dylan
Hi, I'm not sure if this has the same cause, but I'm getting a SDO_DAS_XML::loadString error as well. I get the loadString error when I try to access the service through getService(wsdl) or plain soapClient. getService(php) does produce the expected result. I installed a PECL snapshot of the SC

[phpsoa] Re: Status of issue with SDO scoping of anonymous types with same name

2008-04-04 Thread cem
On 2 Apr, 13:08, cdouglas <[EMAIL PROTECTED]> wrote: > Simon, > Thanks. I am ok using it from SVN until the next release. It seems > like I was the only person affected by this bug anyway. > -Chris Steve, No problem -- Caroline --~--~-~--~~~---~--~~ You received

[phpsoa] Re: Status of issue with SDO scoping of anonymous types with same name

2008-04-02 Thread cdouglas
Simon, Thanks. I am ok using it from SVN until the next release. It seems like I was the only person affected by this bug anyway. -Chris --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "phpsoa" group. To post to th

[phpsoa] Re: Status of issue with SDO scoping of anonymous types with same name

2008-04-01 Thread Caroline Maynard
cdouglas wrote: > Simon, > >I verified that this issues was fixed in a 1.2.3 beta built, but it > is not working in 1.2.4 final. > > -Chris Chris, the related Tuscany updates seem to have disappeared during the release process. I can't find any recorded explanation of this, so I'm making

[phpsoa] Re: Status of issue with SDO scoping of anonymous types with same name

2008-03-31 Thread cdouglas
Simon, I verified that this issues was fixed in a 1.2.3 beta built, but it is not working in 1.2.4 final. -Chris --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "phpsoa" group. To post to this group, send email t

[phpsoa] Re: Status of issue with SDO scoping of anonymous types with same name

2008-02-14 Thread simonslaws
On 11 Feb, 18:35, cdouglas <[EMAIL PROTECTED]> wrote: > Thank you > > Chris Hi Chris The Tuscany team kindly made a fix for this problem (PECL-13101). I just committed it to the FULMAR branch. Give it a spin and let me know if it works for you. If so I know Matthew wants to do a release so it

[phpsoa] Re: Status of issue with SDO scoping of anonymous types with same name

2008-02-11 Thread cdouglas
Thank you Chris --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "phpsoa" group. To post to this group, send email to phpsoa@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more op

[phpsoa] Re: Status of issue with SDO scoping of anonymous types with same name

2008-02-11 Thread simonslaws
On 31 Jan, 10:33, [EMAIL PROTECTED] wrote: > On 30 Jan, 14:05, cdouglas <[EMAIL PROTECTED]> wrote: > > > > > I just grabbed the Fulmar branch and tried it and it still happens. > > The issue is that the items failing are defined as such: > > > > maxOccurs="unbounded"> > >

[phpsoa] Re: Status of issue with SDO scoping of anonymous types with same name

2008-01-31 Thread simonslaws
On 30 Jan, 14:05, cdouglas <[EMAIL PROTECTED]> wrote: > I just grabbed the Fulmar branch and tried it and it still happens. > The issue is that the items failing are defined as such: > > maxOccurs="unbounded"> > > > >

[phpsoa] Re: Status of issue with SDO scoping of anonymous types with same name

2008-01-30 Thread cdouglas
I just grabbed the Fulmar branch and tried it and it still happens. The issue is that the items failing are defined as such: set to "nill" to remove this att

[phpsoa] Re: Status of issue with SDO scoping of anonymous types with same name

2008-01-30 Thread cdouglas
I haven't been keeping up with the branches. I am runninng 1.2.3. Should it be working in that one? If so, then maybe this is a different scenario now. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "phpso

[phpsoa] Re: Status of issue with SDO scoping of anonymous types with same name

2008-01-30 Thread simonslaws
On 29 Jan, 21:13, cdouglas <[EMAIL PROTECTED]> wrote: > Hello, >Been a long time since I have posted here since SDO has been > working so well for me. I wanted to see if there has been any updates > on the issue from this post I made about a year ago. > > http://groups.google.com/group/phps