-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I want to use Zend Studio for a project built on CodeIgniter. But I want to be able to use the debugging functionality of Zend. Because of that, I cant seem to get the debugger to work properly cause it doesnt "understand" codeigniter. So, in order for the setup to work, do I need to install Zend…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
When I run debug for my public/index.php I got an application error as output.
I've seen that it occurs at this line:
foreach($feed->findFeedEntries($entriesLimit) as $entry)
If I put a breakpoint before this, all works as expected, I mean, the error is after the line above. If I remove findFeedEntries()…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to export files from Zend Studio's "SVN Repositories" perspective that belong to a revision number, but the studio exports all the files form other revision number as well.
Maybe this is because the target directory is empty. Can anyone help me on how to export files from one revision…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
Is it possible to debug PHP scripts so that it keeps running until an expression is true?
For example, I want to know when $a becomes a certain value. I don't want to keep pressing step into and wait until the variable $a changes the value to it.
>>> More
-
as seen on Super User
- Search for 'Super User'
Zend Studio is basically Eclipse that has been optimized for working with Zend Framework projects. Well I have a few files in my Zend Framework project that happen to be Ruby files. Zend Studio doesn't come with the ability to create/edit Ruby files with syntax highlighting. I could open in the default…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am getting the following stacktrace and have no idea what I am looking at and how to debug and fix it: Here is the error:
Description: An error occurred during the parsing of a resource required to service
this request. Please review the following specific parse error details and modify your…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am writing a Suds (Python) SOAP client for an Axis2 server I have no control over. Suds chokes on the WSDL file with the following exception:
File "site-packages/suds/wsdl.py", line 494, in resolve
raise Exception("msg '%s', not-found" % op.input)
Exception: msg 'axis2:null', not-found
This…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have generated a wsdl file with Visual Studio which is here;
http://reboltutorial.com/webservices/discordian.wsdl
Implementation is a cgi instead of a .net framework program but that should not matter as it is the purposes of webservices.
I tested it successfully with SoapSonar:
But under Visual…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I'm trying to call this WS from PHP:
namespace WsInteropTest
{
/// <summary>
/// Summary description for Service1
/// </summary>
[WebService(Namespace = "http://advantage-security.com/")]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
[System…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi Guys,
I am developing a mobile application using J2ME, LWUIT and KSOAP. The application makes .net webservice calls and fetches responses. I am able to successfully make calls and receive respone, but not able to parse the response, due to my limited knowledge in java. following is my WSDL file…
>>> More