ID:               44686
 Comment by:       tjxlacrosse at hotmail dot com
 Reported By:      dmittner at llnw dot com
 Status:           No Feedback
 Bug Type:         SOAP related
 Operating System: Gentoo
 PHP Version:      5.2.5
 New Comment:

Is anyone looking into this?  I'm having the same issue on
Ubuntu 8.10 with PHP 5.2.6-2 when trying to parse a .net web service

WSDL:http://d2c.9squared.com/f/ContentRetrieval.asmx?WSDL


Previous Comments:
------------------------------------------------------------------------

[2009-01-12 22:02:23] simon at connexon dot com

Hi,

I'm having the same problem... And it's a bit tough for me to
troubleshoot because I'm using a file package provided by a website.

http://www.nena.org/xml_schemas/NENAFiles/CurrentNENA/CurrentNENA.zip

I'm trying to get the validateAddress to work (from the v7 interface)
but so far no luck! I'm stuck on this undefined ref variable.....

------------------------------------------------------------------------

[2008-12-01 18:12:56] sergio dot aghemo at fiat dot com

having the same problem. Urgent fix needed!

follow extract of the WSDL

<s:element name="getLinkProfilesByTicketResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1"
ref="getLinkProfilesByTicketResult" />
          </s:sequence>
        </s:complexType>
      </s:element>

.....


      <s:element name="getLinkProfilesByTicketResult"
type="LINKPROFILESRESPONSE" />
      <s:complexType name="LINKPROFILESRESPONSE">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="USER"
type="USER" />
        </s:sequence>
        <s:attribute name="error" type="s:string" />
      </s:complexType>
      <s:complexType name="USER">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="CODMARKET"
type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="USERNAME"
type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="SINCOM"
type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="LOGINNAME"
type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="FIRSTNAME"
type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="LASTNAME"
type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="EMAIL"
type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="TELEPHONE"
type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="FAX"
type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="USERTYPE"
type="s:integer" />
          <s:element minOccurs="0" maxOccurs="1" name="COMPANY"
type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="SAPUSERID"
type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MAINSINCOM"
type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="STATUS"
type="s:integer" />
          <s:element minOccurs="0" maxOccurs="1" name="LANGUAGE"
type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="APPLICATIONS"
type="ArrayOfAPPLICATION" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ArrayOfAPPLICATION">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded"
name="APPLICATION" type="APPLICATION" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="APPLICATION">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="ROLE"
type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="BRANDS"
type="s:string" />
        </s:sequence>
        <s:attribute name="name" type="s:string" />
        <s:attribute name="market" type="s:string" />
        <s:attribute name="enabled" type="s:integer" />
      </s:complexType>
      <s:element name="LINKPROFILESRESPONSE"
type="LINKPROFILESRESPONSE" />

------------------------------------------------------------------------

[2008-11-30 18:22:10] olivier at quatrain dot com

Having the same problem happening with a valid WSDL on php 5.2.5 and
5.2.6, I tested it on the latest snapshot of PHP (5.2.7RC6) and got the
same error.

Hope it helps.

------------------------------------------------------------------------

[2008-10-29 01:00:02] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

------------------------------------------------------------------------

[2008-10-21 11:27:41] j...@php.net

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/



------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/44686

-- 
Edit this bug report at http://bugs.php.net/?id=44686&edit=1

Reply via email to