Jump to content

Php and OO SOAP


icklechurch

Recommended Posts

Hello,

 

I'm trying to input some info via a SOAP interface and I keep getting the following error up:

 

SOAP-ERROR: Encoding: object hasn't 'inputs' property.

 

I really don't know what is going wrong!

 

The thing I'm trying to talk to via SOAP needs the following inputs:

 

<?xml version="1.0" encoding="utf-8"?>

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

<soap:Body><addJob xmlns="urn:CISMCC">

<job>

<schemaID>8086736C-5A34-4307-BB79-7E9FF8528A8</schemaID>

<clientID>ImagenClient2:hannah</clientID>

<inputs>

<item>

<nID>0</nID>

<nType>2</nType>

<sValue>34856</sValue>

</item>

<item>

<nID>0</nID>

<nType>2</nType>

<sValue>23873</sValue>

</item>

<item>

<nID>0</nID>

<nType>2</nType>

<sValue>2</sValue>

</item>

</inputs>

</job>

</addJob>

</soap:Body>

</soap:Envelope>

 

Help!

Link to comment
https://forums.phpfreaks.com/topic/156919-php-and-oo-soap/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.