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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.