Doesn't making a mapping make it static instead of dynamic? That's just what I don't want to do. What I want to do is having the BPEL process invoke any service with WSIF.
I'll try to make some kind of dynamic mapping. Thanks for your help. Kind regards, Dylan Honorez, [EMAIL PROTECTED] -----Original Message----- From: Jacques-Olivier Goussard [mailto:[EMAIL PROTECTED] Sent: dinsdag 23 november 2004 19:50 To: [EMAIL PROTECTED] Subject: RE: Deserialization problems 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 > > > > >
