in reply to Re: WebService client with SOAP::Lite and ComplexType
in thread WebService client with SOAP::Lite and ComplexType
But running the client produces the same result:<?xml version="1.0" encoding="UTF-8"?> <SOAP:ENV xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <namesp1:PublishRequestMessage xmlns:namesp1="http://services.mydoma +in.org/broker" xsi:type="ns1:PublishRequestMessage"> <namesp2:brokerMessage xsi:type="ns1:brokerMessage" xmlns:namesp2= +"http://services.mydomain.org/broker"> <destinationName xsi:type="xsd:string">blogs</destinationName> <textPayload xsi:type="xsd:string">TEST</textPayload> </namesp2:brokerMessage> </namesp1:PublishRequestMessage> </SOAP:ENV>
The <Body> tag is also missing... Any thoughts?Type 'PublishRequest' can't be found in a schema class 'SOAP::Serializ +er'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: WebService client with SOAP::Lite and ComplexType
by gellyfish (Monsignor) on Jul 05, 2006 at 10:59 UTC | |
by EDevil (Acolyte) on Jul 05, 2006 at 11:02 UTC | |
by gellyfish (Monsignor) on Jul 05, 2006 at 12:06 UTC | |
|