NuSOAP is a set of PHP classes to enable the consumption and creation of SOAP web services. NuSOAP is a rewrite of SOAPx4, provided by NuSphere and Dietrich Ayala.

learn more… | top users | synonyms

0
votes
0answers
22 views

Adding simpleContent using nusoap

My problem seems to be very simple, but I just can't find any solution. I use nusoap for webservice, and I need to produce a structure like this (from php arrray): <ns0:measurementUnitList> ...
0
votes
0answers
20 views

How can I describe choice element using nusoap?

I use nusoap to generate wsdl and I'm stuck at the point trying to describe choice element (xsd:choice). The required xsd part looks like this: <xsd:complexType ...
0
votes
1answer
32 views

PHP webservices using nusoap

when i am just trying to develope a simple webservice using Nusoap.when i am executing my server.php it executes and it shows an output of WSDL file and the method which i given.But ,when i try to ...
0
votes
1answer
30 views

PHP native Soap, NuSoap or Zend Soap? [closed]

Being relatively new to Soap in PHP, I have created a small extend on the Native PHP Soap classes for an set of commands based on wsdl. This code is pretty ugly. I have used a generator I have found ...
0
votes
0answers
21 views

nusoap wsdl connection error but in telnet test everything is OK

I use nusoap to connect to an URL, But I cannot connect and I didn't get any error in $soapclient->getError() . I can connect to that URL via SSH commant and telnet, that URL show an XML data on ...
0
votes
0answers
31 views

nuSOAP WSDL- header information

I am building a web service using PHP's nuSOAP library. Now I want the consumer of the web service to pass in a username/password through the header of the request, but from what I can tell, nuSOAP ...
0
votes
1answer
33 views

Creating nusoap object inside Magento Event Listener throws exception

In Magento 1.7.0.2, I have created an event listener that triggers every time the application checks the final price of a product (the final code will not trigger on that event, but for testing ...
1
vote
1answer
108 views

PHP XML error parsing SOAP payload on line 3: Reserved XML Name [duplicate]

I'm quite new to webservices and soap, and I followed a tutorial and came with this code: SOAP Server : <?php include("lib/nusoap.php"); include("getDB.php"); function getUsers() { $user_id ...
0
votes
0answers
27 views

NuSoap returns inconsistent array from xml if 1 vs 2+ results

I am using nusoap to retrieve an xml from a webservice. Example xml to retrieve: <AddressBase> <Address> <Street>1111</Street> <City>Somewhere</City> ...
0
votes
0answers
36 views

Array in Javascript to Complex type in WB NuSOAP. How to do?

In the client the code to ws is in Javascript: function MakeJson() { var response = new Array(); for(var i=0;i<x.length;i++) { var item = { table: ...
0
votes
0answers
22 views

Cannot access web service from a shared hosting

Accessed a soap web service through a php client using nusoap without any errrors. But when php client hosted in a shared hosting it throws following error wsdl error: Getting wsdl - HTTP ERROR: ...
0
votes
2answers
39 views

Need an associative array but with the same keys for NuSoap

I need to make a repeating array for this part of xml as an array, but as you can see there is a repeating item here. <orderItems> <OrderItemRequest> ...
0
votes
1answer
123 views

PHP SOAP webservice with NuSOAP gives no result if WSDL is configured

I have a php soap webservice which I've created with using NuSOAP. I use the file 'test.php' to test it in the browser as 'http://www.mydowmain.com:8080/webservice/5/test.php'. My code: ...
2
votes
1answer
50 views

SSL connection with CURL (PHP) working on Linux, same code fails on Windows

I wrote a script that uses our banks WSDL service, using Nusoap. Requests are signed with certificate. This script works fine on Ubuntu, Apache 2.2, PHP 5.4. When trying to achieve same thing on ...
0
votes
0answers
25 views

freewebservicesx WSDL XML to Request XML format

We need to use "freewebservicesx.com" SOAP API. They have provided WSDL as shown below or at "http://www.freewebservicesx.com/GetGoldPrice.asmx?WSDL". I am not familiar that how can we prepare request ...
1
vote
0answers
63 views

i am having troubles with nusoap api with php ??how can i get it working with recent php version?

I am trying to use nusoap api for php core web applicaton. Problems with nusoap client while worked with soap client .Nusoap doesn't work at all ..and furthermore i am not finding any relevent help ...
0
votes
0answers
43 views

Nusoap complex type

i really need help with this problem. Currently my input for the operation is: <message name="messageReceiverRequest"> <part name="parameters" element="tns:messageReceiver"/> ...
0
votes
0answers
28 views

Return UTF-16 Encoded XML

I've got a problem with a NuSoap server I'm trying to setup; require_once('nusoap.php'); $server = new soap_server(); $server->configureWSDL('SoapService', $namespace); ...
0
votes
0answers
31 views

Should i send the variables that WSDL asks or the ones the WebMethod asks?

If i have a C# WebService (it was not me who coded it), that has the following WebMethod: public string getObjetivos(int intUnidadeID, string strMascara, string strdtInicial, string strdtFinal){... ...
0
votes
0answers
80 views

Cannot receive any SMS messages when I register/ inquire via SMS Globe Labs API

I am developing an SMS Based Registration System and so far I'm at the stage of testing my system. All of a sudden, I was not able to receive any messages from my server when I tried to register via ...
0
votes
0answers
30 views

Encounter with SOAP-Fault code when posting a message string in PHP

I am getting fault code as string is not a valid utf-8 string when I try to post this message :- RM0.50 ANDA DISAHKAN PEMILIH BERDAFTAR NO KP : 660625055188/A0431485 NAMA : ROSMAH BINTI ABDUL ...
1
vote
1answer
315 views

php consume WCF SSL SOAP Client 1.2

Im having some problems consuming a wsHttpBinding WCF from PHP. I originally tried to use SOAP1.2 but couldnt get it to specify the WS Action. I downloaded the nusoap library. I was originally ...
0
votes
0answers
48 views

Inconsistent “Document Element Did Not Appear, Line 1, position 1.” when calling web service from Monotouch 6

I'm calling a .NET 2.0 SOAP web service asynchronously from Monotouch (using a generated code wrapper). The call is placed in the completion handler of another similar service call that works ...
0
votes
0answers
123 views

How to give a soap authentication with nusoap

I need a help to set an authentication for my soap services. Server Side <?php require_once "lib/nusoap.php"; //func - to get users function getUsers($user_id) { $name = ""; ...
0
votes
0answers
129 views

send xml to web service php and get xml response

I need to send an xml file using php to a web service like this one : <soapenv:Body> <soapenv:Envelope> <urn:GetItinerariesInfo ...
0
votes
1answer
72 views

Using Fixed WSDL file with PHP SOAP

I' developing a Soap Server using php nusoap library, however , I don't need to use dynamic generated WSDL file feature that's generated by nusoap, I just want to tell nuSoap to use the Fixed WSDL ...
0
votes
2answers
590 views

WSDL/Soap web service response complex array parsing using KSOAP2 library

I have created PHP web service using nusoap $namespace="http:/mynamespace.com/mynamespace" $server = new soap_server(); $server->debug_flag = false; $server->configureWSDL("test", $namespace); ...
0
votes
0answers
96 views

Convert an array of string in php to an user defined data type in nuSOAP

In continuation to the existing question: Can nusoap return array of string? I want to know the code for function GetAllNews() to return string of array $stack as data type "tns:ArrayOfString" Mr. ...
1
vote
0answers
108 views

how to respond to wsdl policies using php nusoap

I wish to consume a webservice described in a wsdl file. I am using php and nusoap library. I am not sure how to correctly respond to the following policy requests: <wsp:Policy ...
0
votes
2answers
219 views

Which is better PHP SOAP or NuSOAP?

Which is better PHP SOAP or NuSOAP ? Please help me out ?
-2
votes
1answer
204 views

PHP SOAP server & SOAP client details How to determine client's details such as client-IP, Client-URL on server-side?

I am using PHP SOAP for accessing my DB through soap-client. I want to determine client's details such as client-IP, Client-URL where he from calling the soap server function, and write it to some DB ...
-2
votes
3answers
46 views

What side of the equal sign does suppress notices go on? [closed]

For example: $xxxResult = $CSA->call('GetProductInfo', array( 'catalogName' => 'xxx', 'productId' => $sku, ...
0
votes
0answers
85 views

when nusoap is calling a web service from PHP application, handling timeout issues

I am using nusoap in my PHP application when calling a .net webservice. The issue is, in some cases .net web service is taking more than actual time for some request, so I want to increase the time ...
1
vote
0answers
94 views

NuSOAPproblem in PHP

i have problem when implement nusoap into my project to send data in web service (.NET). here my send xml: Request POST /service/PaymentCompletionWS.asmx HTTP/1.1 Host: www.cpay.com.mk User-Agent: ...
0
votes
3answers
121 views

Is normal a WSDL with a private IP address like SOAP address?

I want to send requests to a .NET webservice through Internet, but the problem is the SOAP address in the WSDL has a private IP address: <soap:address ...
0
votes
0answers
49 views

correct output in nusoap for a .NET web service

I'm using nusoap for writing a client for web service(SOAP server is in .NET) I'm trying to send the header in the format expected by the soap server. The code I have $client = new ...
0
votes
0answers
113 views

PHP Webservice soap error [closed]

I have trouble using nusoap 1.1.4 in php 5.3.8 version. Suggest me an another way to create a webservice . I have no idea. Need help friends. When i use nusoap i am getting the following errors. How ...
0
votes
0answers
88 views

nuSOAP Request Invalid Document

This is my sample example <Applications> <broker_id>11710</broker_id> <Version>2</Version> <app_source>S</app_source> ...
0
votes
0answers
83 views

nusoap settings of header & document

I am looking for urgent solution to nusoap call where I am receiving just one kind of response, regardless any change. Please have a look on below details: Error: wsdl error: HTTP ERROR: no proper ...
1
vote
0answers
29 views

Soap php Microsoft Dynamics crm online 2011 [duplicate]

i'm having errors using nusoap to talk to microsoft dynamics crm online 2011. This is some debug info Error: wsdl error: Getting ...
0
votes
0answers
52 views

NuSoap Error: s:InternalServiceError using php

I am trying to make webservice call and keep on bumping into this very same error s:InternalServiceError. Could someone please advise me on what is happening? All the details are below. My Method: ...
0
votes
0answers
222 views

PHP to WSDL webservice nusoap_client call Object param null

I am calling webservice from php nusoap_client WSDL call to java webservice. My first parameter in java is object of class DataSet which is contains array of objects for photos class like below. ...
1
vote
0answers
219 views

wsdl error: no proper separation of headers and document

I'm using NUSOAP to use a soap interface to microsoftdynamics. I'm getting this error "wsdl error: Getting https://testserver2013.api.crm4.dynamics.com/XRMServices/2011/Organization.svc?wsdl=wsdl0 - ...
0
votes
0answers
124 views

PHP Nusoap Web service Issue?

I have created server and client files.But when i return one string it work fine.Then try return one array but in client not getting the array why? Server File <?php ...
0
votes
0answers
212 views

Nusoap_Client - WSDL - PHP response xml parsing

Using nusoap_client i called my web service using WSDL. I got response but i want to get value from my xml. I tried many but till now couldn't solve it. PHP: $client = new ...
0
votes
0answers
41 views

Internap Video transcoding

I am using internap video cdn services in my website for video uploading. I am able to upload videos to intenap through ftp but unable to assign profile to videos or transcode videos using ...
0
votes
0answers
287 views

NuSOAP Client Call from PHP with object parameter not working

I am doing php project from my project i am calling my another java project using NuSOAP_Client Call which is working fine. code: $proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : ...
0
votes
0answers
59 views

How to return XML result in Soap

I suppose it is sort of irrelevant about nusoap but I am using it to test for now. I am trying to create a web service which takes (Input) Content of Original XML File (Input) Content of Stylesheet ...
1
vote
0answers
489 views

PHP WSDL NuSoap ComplexType array of itself

This is what I want to do: // Pull in the NuSOAP code require_once('nusoap.php'); // Create the server instance $server = new soap_server(); // Initialize WSDL support ...
0
votes
1answer
54 views

SOAP and XML Encoding

I'm wondering if anyone has experienced this sort of problem before. We've recently installed the native PHP SOAP extension to replace nuSOAP. We are now experiencing a problem in that some XML ...

1 2 3 4 5 8