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

653 questions
4
votes
3 answers

Has anyone succeeded at downloading orders from Amazon Seller Central using PHP?

It looks like this question has been asked before, here and in other places on the web, but I have yet to find any solid documentation on how it's done. We need a way to pragmatically "suck" orders out of Amazon Seller Central on a regular basis,…
Nick
  • 9,294
  • 7
  • 45
  • 69
4
votes
2 answers

Parsing a SOAP response with PHP in different ways

Possible Duplicate: How to parse SOAP response without SoapClient I have a simple nuSoap XML response:
Peon
  • 7,216
  • 7
  • 45
  • 87
4
votes
2 answers

Not Getting Response from PHP / MySQL NuSOAP

I have created a PHP / MySQL based web service. I wrote client.php as below:
Prash278
  • 59
  • 1
  • 6
4
votes
2 answers

XML error (Invalid Character) when retrieving results with NuSOAP

I'm using NuSOAP to interact with a third party API, including running database queries and retrieving the results. It's been working quite reliably, but I just ran into an issue with one specific query. Instead of returning results, NuSOAP…
jalperin
  • 2,544
  • 9
  • 28
  • 32
4
votes
0 answers

Nusoap with wsdl issue with https

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 port 80. How can resolve? Thanks!!
Doom
  • 1,230
  • 3
  • 15
  • 24
4
votes
2 answers

how set parameters by reference in nusoap?

how can I set a parameter by ref in nusoap. in following code I should set two parameters by ref (status and recId). note that & not working: $params = array( 'username' => GATEWAY_USERNAME, 'password' => GATEWAY_PASSWORD, …
m3hdi
  • 385
  • 1
  • 4
  • 14
4
votes
2 answers

Nusoap: parseing XML with namespase getting error

I am using NuSoap for webservice. In response i am getting xml with namespace something like :
itin
  • 390
  • 3
  • 7
  • 18
3
votes
2 answers

Making a SOAP request in Drupal?

I am trying to implement a SOAP call with Drupal 6 with the following format: POST /0_5/ClassService.asmx HTTP/1.1 Host: api.mindbodyonline.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction:…
AtomicCharles
  • 101
  • 1
  • 3
  • 12
3
votes
2 answers

Add namespace Prefix in Nusoap PHP

I'm using nusoap v 1.123, I'm trying to add the prefixes urn in my generated request of nusoap This is what I am expecting
MZH
  • 1,202
  • 2
  • 26
  • 55
3
votes
1 answer

How do I read SOAP reply Envelope by PHP

How do I read the error_code from this SOAP reply Envelope? My PHP version is: 5.2.0.
riad
  • 6,726
  • 22
  • 54
  • 67
3
votes
3 answers

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 /Applications/MAMP/htdocs/projo/dev/home.php:14 But…
Kristian
  • 19,340
  • 14
  • 84
  • 156
3
votes
2 answers

Sending data arrays in nusoap and PHP

Hope someone can help me with this. I am building nusoap client using the following partial WSDL:
3
votes
1 answer

Web Service with .net and nusoap

I am using nusoap to connect to .net service, but i get error "Notice: Undefined variable: HEADER in C:\xampplite\htdocs\newsoap\searchwwcc.php on line 54 Fatal error: Uncaught SoapFault exception: [Client] Function ("serializeEnvelope") is not a…
Johal
  • 557
  • 1
  • 6
  • 21
3
votes
1 answer

Sending secure wse headers via Soap in php5

I am having a problem sending security wse headers to consume web services and already tried several dozens way of using this webservice from TargetProcess.com and I am not sure what I am doing…
smorhaim
  • 753
  • 9
  • 23
3
votes
1 answer

PHP nusoap webservice security

I am writing soap server and soap client in php. For Authentication of soap services , i want to use "usernametoken" for security. Can anyone send me the example applied in server and client using nusoap. I am using nusoap to write the soap…
geetha
  • 31
  • 1
  • 1
  • 4