#40652 [NEW]: SOAP Headers on SoapClient

Ask a Question related to PHP Bugs, Design and Development.

  1. #1

    Default #40652 [NEW]: SOAP Headers on SoapClient

    From: checkoutwhatsinside at gmail dot com
    Operating system: Linux
    PHP version: 5.2.1
    PHP Bug Type: Feature/Change Request
    Bug description: SOAP Headers on SoapClient

    Description:
    ------------
    My apologies if this is a duplicate feature request, I've not been able to
    find anything on the subject other than a bug (Bug #38309).

    It would be useful if there was a way to parse a SoapHeader in the
    SoapServer context without having to parse the SOAP XML again.

    I'm not sure what the best semantics for this would be.

    The company I work for is willing to assign some resources to developing
    this feature.

    Regards,

    Kieran






    --
    Edit bug report at [url]http://bugs.php.net/?id=40652&edit=1[/url]
    --
    Try a CVS snapshot (PHP 4.4): [url]http://bugs.php.net/fix.php?id=40652&r=trysnapshot44[/url]
    Try a CVS snapshot (PHP 5.2): [url]http://bugs.php.net/fix.php?id=40652&r=trysnapshot52[/url]
    Try a CVS snapshot (PHP 6.0): [url]http://bugs.php.net/fix.php?id=40652&r=trysnapshot60[/url]
    Fixed in CVS: [url]http://bugs.php.net/fix.php?id=40652&r=fixedcvs[/url]
    Fixed in release: [url]http://bugs.php.net/fix.php?id=40652&r=alreadyfixed[/url]
    Need backtrace: [url]http://bugs.php.net/fix.php?id=40652&r=needtrace[/url]
    Need Reproduce Script: [url]http://bugs.php.net/fix.php?id=40652&r=needscript[/url]
    Try newer version: [url]http://bugs.php.net/fix.php?id=40652&r=oldversion[/url]
    Not developer issue: [url]http://bugs.php.net/fix.php?id=40652&r=support[/url]
    Expected behavior: [url]http://bugs.php.net/fix.php?id=40652&r=notwrong[/url]
    Not enough info: [url]http://bugs.php.net/fix.php?id=40652&r=notenoughinfo[/url]
    Submitted twice: [url]http://bugs.php.net/fix.php?id=40652&r=submittedtwice[/url]
    register_globals: [url]http://bugs.php.net/fix.php?id=40652&r=globals[/url]
    PHP 3 support discontinued: [url]http://bugs.php.net/fix.php?id=40652&r=php3[/url]
    Daylight Savings: [url]http://bugs.php.net/fix.php?id=40652&r=dst[/url]
    IIS Stability: [url]http://bugs.php.net/fix.php?id=40652&r=isapi[/url]
    Install GNU Sed: [url]http://bugs.php.net/fix.php?id=40652&r=gnused[/url]
    Floating point limitations: [url]http://bugs.php.net/fix.php?id=40652&r=float[/url]
    No Zend Extensions: [url]http://bugs.php.net/fix.php?id=40652&r=nozend[/url]
    MySQL Configuration Error: [url]http://bugs.php.net/fix.php?id=40652&r=mysqlcfg[/url]
    checkoutwhatsinside at gmail dot com Guest

  2. Similar Questions and Discussions

    1. Has Flash 8 added ability to send Soap Headers without akluggy work around?
      I have the need to authenticate a webservice in the soap header - has this been fixed in FL8? If anyone knows please let me know. Thank you
    2. WSE 2.0 Soap Headers
      Am getting a soap header exception ("The message does not conform to the policy it was mapped to") when a web service call is made. What might I be...
    3. WSE 2.0 SP1 SoapClient/Service and NAT
      I have been working with WSE 2.0 for a few weeks now and it works great when I use endpoints that are completely local (soap.tcp://localhost/...). ...
    4. Problem to invoke a method of webservice from a C++ SoapClient
      Hi, I used SoapClient Libray provided by SQLData to invoke a method exposed by Webservices of weblogic over HTTP.(using WSDL). I'm not successful...
    5. SoapClient i .NET ?
      Hi: EVen iam getting evrything, that accesssing web services from VB, using SOAP Tool kit. But i would to provide security for the VB client...
  3. #2

    Default #40652 [Opn]: SOAP Headers on SoapClient

    ID: 40652
    Updated by: [email]gcc@php.net[/email]
    Reported By: checkoutwhatsinside at gmail dot com
    Status: Open
    Bug Type: Feature/Change Request
    Operating System: Linux
    PHP Version: 5.2.1
    New Comment:

    I'd also like to see support for easily accessing the SoapHeaders
    without an additional parse added to the SoapServer (I think there's a
    mistake in the title which refers to the SoapClient). Ideally this
    would support the same techniques for handling complex data structures
    as the body data (e.g. classmap, etc.).


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

    [2007-02-27 00:42:50] checkoutwhatsinside at gmail dot com

    Description:
    ------------
    My apologies if this is a duplicate feature request, I've not been able
    to find anything on the subject other than a bug (Bug #38309).

    It would be useful if there was a way to parse a SoapHeader in the
    SoapServer context without having to parse the SOAP XML again.

    I'm not sure what the best semantics for this would be.

    The company I work for is willing to assign some resources to
    developing this feature.

    Regards,

    Kieran







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


    --
    Edit this bug report at [url]http://bugs.php.net/?id=40652&edit=1[/url]
    gcc@php.net Guest

  4. #3

    Default #40652 [Opn]: SOAP Headers on SoapClient

    ID: 40652
    User updated by: checkoutwhatsinside at gmail dot com
    Reported By: checkoutwhatsinside at gmail dot com
    Status: Open
    Bug Type: Feature/Change Request
    Operating System: Linux
    PHP Version: 5.2.1
    New Comment:

    Hrm, yes, my apologies, the Summary was meant to be "SOAP Headers on
    SoapServer".


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

    [2007-02-27 16:27:19] [email]gcc@php.net[/email]

    I'd also like to see support for easily accessing the SoapHeaders
    without an additional parse added to the SoapServer (I think there's a
    mistake in the title which refers to the SoapClient). Ideally this
    would support the same techniques for handling complex data structures
    as the body data (e.g. classmap, etc.).

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

    [2007-02-27 00:42:50] checkoutwhatsinside at gmail dot com

    Description:
    ------------
    My apologies if this is a duplicate feature request, I've not been able
    to find anything on the subject other than a bug (Bug #38309).

    It would be useful if there was a way to parse a SoapHeader in the
    SoapServer context without having to parse the SOAP XML again.

    I'm not sure what the best semantics for this would be.

    The company I work for is willing to assign some resources to
    developing this feature.

    Regards,

    Kieran







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


    --
    Edit this bug report at [url]http://bugs.php.net/?id=40652&edit=1[/url]
    checkoutwhatsinside at gmail dot com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139