Hi

I have created a prototype web service which receives a soap request from 
Remedy and then responds with a soap Hellp world message.  If I test this is 
the SoapUI test tool everything is fine, but with remedy I get the above error.

I assume Remedy does not like the response message.  The web service receives 
the soap message from Remedy ok and sends a response.

Here is the response which Remedy would receive below.

Is there anything here that Remedy would complain about?

HTTP/1.0 200 OK
Date: Sat, 16 Apr 2011 16:29:01 GMT
Server: Cuba/1.0 (Windows)
Accept-Ranges: bytes
Content-Length: 480
Connection: Keep-Alive
Content-Type: text/html

<?xml version='1.0' encoding='UTF-8'?>
<SOAP-ENV:Envelope 
xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope/'
xmlns:xsi='http://www.w3.org/1999/XMLSchema-instance'
xmlns:xsd='http://www.w3.org/1999/XMLSchema'>
<SOAP-ENV:Body>
<ns1:sayHelloResponse 
xmlns:ns1='urn:examples:helloservice' 
SOAP-ENV:encodingStyle=
'http://schemas.xmlsoap.org/soap/encoding/'>
<return xsi:type='xsd:string'>Hello, World!</return>
</ns1:sayHelloResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>


_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug11 www.wwrug.com ARSList: "Where the Answers Are"

Reply via email to