Did you register a mapping between {http://tempuri.org/}simpelResponse
and a Java bean ?
/jog
> -----Original Message-----
> From: Honorez Dylan [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 23, 2004 9:33 AM
> To: [EMAIL PROTECTED]
> Subject: Deserialization problems
>
>
> Hi,
>
> I've started on integrating WSIF with BPEL. I built WSIF from
> CVS again,
> and since then I've been having some problems. The SOAP messages that
> are sent by WSIF are built correctly, and a correct SOAP message is
> returned. However, because there is a namespace in the returning
> soapmessage, I always get this error:
>
> org.xml.sax.SAXException: Deserializing parameter 'simpelResponse':
> could not find deserializer for type
> {http://tempuri.org/}simpelResponse
>
> This soap message is sent:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <soapenv:Envelope
> xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
> xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
> <soapenv:Body>
> <ns1:simpel xsi:type="ns1:simpel" xsi:nil="true"
> xmlns="http://tempuri.org/" xmlns:ns1="http://tempuri.org/"/>
> </soapenv:Body>
> </soapenv:Envelope>
>
> This soap message is returned:
>
> <?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>
> <simpelResponse xmlns="http://tempuri.org/">
> <simpelResult>SAF SMOREN</simpelResult>
> </simpelResponse>
> </soap:Body>
> </soap:Envelope>
>
> Any idea how to solve this?
>
> Kind regards,
> Dylan Honorez,
> [EMAIL PROTECTED]
> http://www.xt-i.com
>
>
>
>
>