0
votes
0answers
19 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
23 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
19 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
29 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){... ...
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
3answers
119 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
82 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 ...
0
votes
0answers
221 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. ...
0
votes
0answers
210 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 ...
1
vote
0answers
481 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
96 views

Does NuSOAP support UDDI?

Maybe I don't fully understand what UDDI is all about, but I'm thinking a technique for publishing all offered services on one server? By "server" should I understand a physical address (like ...
1
vote
1answer
43 views

Soap after converting php cli to cgi

i wrote a web-service that it works correctly on my previous server but after changing my server i have a problem with php cli and i converted cli to cgi and after that when a client connected to my ...
0
votes
1answer
467 views

How to explicitly set parameter type for NuSOAP in PHP

When making a SOAP call with NuSOAP, I'm getting the SOAP fault: No deserializer for {http://www.w3.org/2001/XMLSchema}anyType The request looks like this: <SOAP-ENV:Envelope ...
0
votes
0answers
136 views

NuSoap External WSDL Function Mapping

How do I map functions in my PHP class to functions defined in an external WSDL? I have an existing WSDL that I need to exactly duplicate, but I need to have the functions defined in it pass through ...
0
votes
1answer
1k views

PHP Web Service NuSOAP complex type

I wrote php web service using NuSOAP and client script. I used array complex type to return an array of complex type, but it's print nothing!! server.php <?php // Pull in the NuSOAP code ...
0
votes
0answers
172 views

php nusoap how to send request tns parameters

<complexType name="CreateRegistrationRequest"> <complexContent> <extension base="tns2:RegistrationRequest"> <sequence> <element name="accountLocationCode" ...
1
vote
1answer
231 views

PHP SOAP-ERROR: Encoding: object hasn't

I am super frustrated with a php soap error and this keeps me occupied since one week already. I really hope you can help me, I would be very pleased! I have switched from nusoap to php soap, but i ...
2
votes
1answer
1k views

NuSoap returns complexType array not correct?

I have a Webservice WSDL with NuSoap. I use it with CodeIgniter. I have problems with contexttype-array returns. Here is my PHP Code: $this->nusoap_server->wsdl->addComplexType( ...
1
vote
0answers
389 views

PHP nusoap server - ksoap2 cliente (Soap Envelope) error at call

EN: I'm work with PHP and Android. I'm using nusoap to make a WSDL server AND ksoap2 to client. I'm receive error of parser when try execute method call from androidHttpTransport I use the WSDL in ...
-1
votes
1answer
412 views

Wsdl curl error 7: couldn't connect to host

I have a PHP website on a linux server. I am using nusoap function from nusphere website for connecting to a eservice gateway. I had no problem for a few months with it, but recently i got the ...
3
votes
1answer
171 views

Define addcomplextype in nusoap wsdl

I have this function and $from, $msg, $rcpts and $result are arrays. How do I register and define addcomplex type for this function in nusoap-wsdl? $uname and $pass are strings and I know how to ...
1
vote
0answers
70 views

Get error after all operations do their work [nusoap,wsdl,php]

When my users connect with nusaop and wsdl to me from asp.net they can finish their operation but in the end after all works do successfully they get this error: <?xml version="1.0" ...
1
vote
0answers
136 views

connecting asp with web-service [wsdl-nusoap]

I Have a function that i want to use it in web-service ... for wsdl and nusoap another users that connect to me with php havent any problem on nusoap .but whos connect me with asp can add my ...
0
votes
0answers
178 views

NUSOAP Fault: PHP to C# throwing exception

Can any one please advise where i did the mistake? Here is the scenario when i get the Exception... Client call from C# (location A) Server/WSDL is on PHP (location B) Receiving Exception @ client ...
1
vote
0answers
183 views

Can't make a simple call to a web-service with NuSoap

This is my very first time working with web-services and NuSoap (and SOAP overall). What I'm trying to do is a very simple CALL function using NuSoap, and as simple as it looks, I just can't make it ...
0
votes
0answers
260 views

Consume NUSOAP web service from ASP.NET

My client gives me a web service which they write in PHP using NUSOAP. The problem is I use wsdl.exe and cannot have it generated classes. The error is WSDL: error WSDL1: Schema item 'complexType' ...
1
vote
0answers
277 views

Nusoap with wsdl

I want call a wsdl with https using nusoap, but this wsdl is https and use xsd with https, when i call wsdl with php using nusoap i can't import xsd because nusoap call xsd with http with post 80. How ...
0
votes
0answers
576 views

soap wsdl connection refused error (111)

I got this error upon trying to connect nusoap api for sugarcrm 6.4.3 wsdl error: Getting http://url:8080/soap.php?wsdl - HTTP ERROR: Couldn't open socket, connection to server ...
0
votes
0answers
595 views

PHP: Returning an array of objects in SOAP

I've checked and tried other solutions on StackOverflow, however it didn't help me a bit so I decided to ask it once again. I'm trying to create a SOAP server, printing the resulting WSDL. However ...
0
votes
1answer
428 views

nusoap XML error parsing WSDL

im using nusoap to call an ASP.NET method that looks like (calling the method in .NET) Dim obj As New ct400.WSConnector objWS.someMethod ("a", "b", "c", "d", "e", "f","g"); (other than that i have ...
2
votes
2answers
228 views

PHP - How to extract the reponse code from nusoap response?

Here's the response from a WSDL <return code='6000'></return> I would like to return the code value. Can i use simplexml_load_string() ?
0
votes
1answer
186 views

PHP SOAP call working in development but not in production

Why would a php nusoap getProxy() (http://sourceforge.net/projects/nusoap/) call to a development webservice (splendid) return an object in my development environment, and return NULL in production? I ...
0
votes
1answer
949 views

Nusoap use existing WSDL how to?

so I have a WSDL I've been giving as documentation for a soap service. I need to implement this service exactly as defined and I don't want to rewrite the wsdl using nusoap. Is there a way to tell the ...
2
votes
1answer
5k views

soapclient returns failed to load external entity

I try to consume a simple webservice using PHP unfortunately I get the following error messages wich (as it seems to me) say that the SOAP URL can not be opened, but in the Browser it does work fine ...
1
vote
1answer
188 views

How can I return a dataset (which is dependent on my input query) in a PHP web service using nuSOAP?

I want to return a data set (whose results are dynamic as it depends on my input parameters) in a PHP web service, using nuSOAP. How do I register my return type since I do not know how many (and what ...
0
votes
0answers
2k views

Codeigniter 2/Nusoap example with WSDL

Can somebody give me a very simple "Hello World" example of a web service server under codeigniter2 and nusoap? I've tried everything but still I'm getting invalid WSDL. When I use Nusoap outside of ...
1
vote
1answer
6k views

Generating WSDL with NuSOAP - return struct with various types (int, string, array of structs)

I would like to query some stuffs via SOAP by generating WSDL with NuSOAP. I know there are lots of questions related to the topic, but I didn't have success to adapt the codes to my particular ...
3
votes
3answers
1k views

nuSoap Function is Not a Valid method

When trying to instantiate my nuSoap method "authenticateUser", it says: Fatal error: Uncaught SoapFault exception: [Client] Function ("authenticateUser") is not a valid method for this service in ...
0
votes
0answers
694 views

WSDL & PHP - Object reference not set to an instance of an object

I'm working with a .net application via PHP using nusoap, I've got the API docs (albeit for C#) but am hitting the response 'Object reference not set to an instance of an object' I've tried multiple ...
0
votes
2answers
342 views

No response from web service on localhost

I'm using NuSOAP and PHP to connect to a web service (WSDL) and I can't get any response or error while trying locally. Once I move it to our server everything works fine, but I'm not sure what I need ...
0
votes
1answer
507 views

nusoap wsdl problem when moving to new server?

I am trying to move a file which calls a wsdl service with the nusoap class. On the new server i get the following error: wsdl error: HTTP ERROR: Couldn't open socket connection to server ...
0
votes
1answer
48 views

to post only a specific thing from a text in php

Hey guy's I have a SOAP call that returns something like this: <?xml version="1.0" encoding="utf-8"?><item> <dailystats> <date>2011-03-18</date> ...
1
vote
1answer
422 views

how to incorporate types from a XSD to the WSDL in NuSOAP

I'm trying to create a webservice for a PHP app (with CodeIgniter) using NuSOAP, and I'm finding some difficulties since creating a WS from scratch is new to me. I have some XSDs that I should use to ...
0
votes
0answers
548 views

bypassing WSDL, directly parse SOAP Message in NuSOAP

I need to parse a SOAP Message without having any WSDL, using NuSOAP. It should just return the SOAP message (which is in a text file on the server) as a NuSOAP'ish Array, representing the values. I ...
1
vote
3answers
4k views

Best way to create PHP Web Service

Not really a PHP developer, but I have PHP hosting and would like to create a PHP Web Service on it to be consumed by a .NET Client, I am thinking of using WSDL with NUSoap. OR A more modern ...
0
votes
2answers
541 views

Uploading an image/various info via SOAP in Drupal

I've tried quite a few options and I just simply have no clue what I'm doing. I do program in PHP, but this SOAP/wsdl stuff is all new to me. I need to allow a desktop app to upload an image + other ...
0
votes
1answer
157 views

Help defining a wsdl

I'm trying to use NuSOAP to create a web service, this only has one method that returns true or false, I need help to define the wsdl and the SOAP, there isn't documentation to use SOAP in php and I ...
0
votes
2answers
799 views

C# SOAP Complex Type Argument

I am working on a SOAP Client in C#, consuming a service I've exposed in PHP using NuSoap. My web service is working great from a consumption standpoint, but the trouble I'm running into has to do ...
0
votes
2answers
3k views

Calling a wsdl in php over https

I'm trying to connect to the next webservice: https://grab.beta.agiv.be/Tools/CRABTools.svc?wsdl I also have to add a header element which I have already created. Can I call it just using PHP ...
0
votes
1answer
102 views

How to authentice users with SOAP?

Do we have to send username/password along with the SOAP message ? In that case, my database server will have to run a query every time to authenticate. Is there a method for token based ...

1 2