|
To the IBM WDSC team..use
I've noticed something peculiar when creating a webservice using the WDSC
wizards.
Within the wizard, I can select which Method(s) to include with my web
service, either an XML-output version or a non-XML output version. So I
select both or just the XML-output.
Anyway.now when I test the web service using anything other than the WAS
Test Environment.for example, if I load the service on to my iSeries and
SoapUI to test it with.back
The XML-Output webservice method ALWAYS sends all of the response data
in a <! [CDATA [ error block.Bean
This happens on any web service I create (they all use an iSeries Java
to pull the data through) I create and any data set I bring back. Also,and
tried this on two different iSeries, one at V5R3 and the other at V5R4
get the same results.at
The error makes me think I'm sending an invalid character back somewhere,
but that's really strange too because I can do this over many different
backend programs that the java bean points too and it always gives me the
same results. And studying the result set, I see no invalid characters
all.can
Now I'm wondering if this is an undocumented "feature" of WAS 6.0? I
upgrade to WAS 6.1, and probably will eventually, but I'd like to figureout
why this always happens first.xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
Here's an example:
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"mailing list
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p653:wsgetitem_XMLResponse xmlns:p653="http://wsGetItem">
<wsgetitem_XMLReturn>
<![CDATA[<?xml version="1.0" encoding="UTF-8"?>
<WSGETITEM>
<INITEMNO>2008TR000039</INITEMNO>
<INLOT>000072543</INLOT>
Etc.
Shannon O'Donnell
--
This is the Websphere Development Studio Client for iSeries (WDSCI-L)
To post a message email: WDSCI-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/wdsci-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.