Questions tagged [nusoap]

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.

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

Useful links

646 questions
3
votes
2 answers

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 - HTTP ERROR: no proper separation of headers and…
Soyeed
  • 263
  • 1
  • 5
  • 12
3
votes
2 answers

calling a webservice by php -> error : no transport found or selected transport is not yet supported

Error: no transport found, or selected transport is not yet supported! when I call a webservice this error will happen. here's my code: include("lib/bankmellat/nusoap.php"); $client = new…
m mov
  • 99
  • 1
  • 6
3
votes
1 answer

NuSoap operation not present in WSDL

I must use a webservice made ​​with Oracle, I tested all the examples I found of NuSoap but none work, the error I get is: operation GetMsisdnPortabilityInfoRequest not present in WSDL GetMsisdnPortabilityInfoRequest is the name of the action I…
movihus
  • 141
  • 1
  • 5
3
votes
0 answers

NuSoap equivalent of SoapVar()

I don't know much about NuSoap, but unfortunately I have to use it. I'm trying to follow example code for the dotmailer web service api Here. I need to be able to add custom fields for subscribers. In the example code custom/additional fields are…
Novocaine
  • 4,692
  • 4
  • 44
  • 66
3
votes
1 answer

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 define that in register function enqueue_multi($from,…
user1574533
  • 93
  • 1
  • 6
3
votes
1 answer

Extension Base on nusoap

I would like to create xml schema on nusoap like the following:
3
votes
4 answers

Is using PHP NuSOAP a bad idea?

I read somewhere here on stackoverflow that using NuSoap is not a good idea and its dead. If it is, what is the best possible solution to create WSDL files. I was just nusoap just for creating wsdl files and I never got the webservice to work
Indy
  • 814
  • 1
  • 11
  • 23
2
votes
0 answers

Capturing outgoing traffic from localhost MAMP using Wireshark

I'm trying to capture outgoing SOAP (over HTTP) requests generated by one of my PHP scripts (being run on my localhost). I'm running MAMP and using the PHP NuSOAP library for sending the request, I filter to HTTP traffic in Wireshark but nothing…
wyqydsyq
  • 1,992
  • 1
  • 20
  • 28
2
votes
2 answers

Drupal-Salesforce with NuSOAP

We have a Drupal 6 application (PHP 5) using the Salesforce module for integration. Everything works great on our current server, but we are moving to a server which does not allow the PHP SOAP extension, which the Salesforce module relies upon.…
JavadocMD
  • 4,397
  • 2
  • 25
  • 23
2
votes
2 answers

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

Here's the response from a WSDL I would like to return the code value. Can i use simplexml_load_string() ?
user1189060
  • 73
  • 1
  • 5
2
votes
2 answers

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…
john84
  • 2,431
  • 4
  • 24
  • 30
2
votes
2 answers

Register class methods with nusoap

I've a php class and i want to use it with Nusoap. Can I register the class method's that already exists inside the nusoap with the register command? Sample : Here we register a function that we defined inside this script. But if we've a class that…
Tony
  • 3,425
  • 10
  • 30
  • 46
2
votes
1 answer

PHP Webservice using NUSoap Client not working

We need to communicate with the .NET webservice url and get the date from the method by passing respective arguments. When trying to use with the NUSOAP library in the reponse i got the error as result in the response node. So i tried the sample…
Srinivasan
  • 433
  • 3
  • 8
  • 20
2
votes
0 answers

nusoap server multi dimensional array not being returned

Hi I have a soap server written in nusoap that should return an array like: Array ( [Learner_Detail] => Array ( [Learner_Id] => 09070567 [Known_As] => Aaron [Name] => Mr Aaron Hawley [Year] => 2011 …
Danbuntu
  • 165
  • 1
  • 9
2
votes
0 answers

How To make addComplexType NuSoap on php Register

I have a soap format like this, how do I apply it in data entry in addComplexType and in register on php `` `` `` `xxx` …