php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33411 Problems sending long objects via SOAP
Submitted: 2005-06-20 21:53 UTC Modified: 2005-06-28 01:00 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (50.0%)
From: abertolli at innovim dot com Assigned:
Status: No Feedback Package: SOAP related
PHP Version: 5.0.4 OS: Linux 2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: abertolli at innovim dot com
New email:
PHP Version: OS:

 

 [2005-06-20 21:53 UTC] abertolli at innovim dot com
Description:
------------
When connecting to SOAP services created by another language such as Java, PHP cannot handle Long objects.  The problem is that PHP isn't able to cast to long, and therefore doesn't know how to match up the type in the WSDL.  It ends up trying to send as an int which is rejected on the remote side.

It is important to support long objects because they can be set to NULL unlike primitives.

This is using the SOAP extension.

Reproduce code:
---------------
The WSDL would look something like this:

<complexType name="AreaInfo">
<sequence>
<element name="id" type="soap11-enc:long"/>
</sequence>
</complexType>


Expected result:
----------------
To get a SOAP response

Actual result:
--------------
There is no SOAP response

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-06-20 22:40 UTC] sniper@php.net
Please try using this CVS snapshot:

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


 [2005-06-28 01:00 UTC] 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".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 04:01:27 2024 UTC