[JBossWS] - Re: Obscure 'SAXParseException: Content is not allowed in pr
by angusm
Looking further at this, I think the trace before it blows up is relevent. it is definitely parsing the soap envelope schema:
| 2009-05-05 18:03:59,380 DEBUG [org.jboss.ws.tools.wsdl.WSDLDefinitionsFactory] parse: http://frpar-morisona1:8080/mm7/MM7Bean?wsdl
| 2009-05-05 18:03:59,568 TRACE [org.jboss.ws.tools.wsdl.WSDLDefinitionsFactory] getBaseInputSource [wsdlUrl=http://frpar-morisona1:8080/mm7/MM7Bean?wsdl]
| 2009-05-05 18:03:59,677 TRACE [org.jboss.ws.tools.wsdl.WSDLDefinitionsFactory] getImportInputSource [parent=http://frpar-morisona1:8080/mm7/MM7Bean?wsdl,resource=http://www.3...]
| 2009-05-05 18:03:59,677 TRACE [org.jboss.ws.tools.wsdl.WSDLDefinitionsFactory] Trying to resolve: http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-6-MM7-1...
| 2009-05-05 18:03:59,677 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-6-M...]
| 2009-05-05 18:03:59,677 TRACE [org.jboss.util.xml.JBossEntityResolver] resolvePublicID, publicId=http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/RE...
| 2009-05-05 18:03:59,677 TRACE [org.jboss.util.xml.JBossEntityResolver] resolveSystemID, systemId=http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/RE...
| 2009-05-05 18:03:59,677 TRACE [org.jboss.util.xml.JBossEntityResolver] resolveClasspathName, systemId=http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/RE...
| 2009-05-05 18:03:59,677 TRACE [org.jboss.util.xml.JBossEntityResolver] Mapped systemId to filename: REL-6-MM7-1-4.xsd
| 2009-05-05 18:03:59,677 TRACE [org.jboss.util.xml.JBossEntityResolver] resolveSystemIDasURL, systemId=http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/RE...
| 2009-05-05 18:03:59,677 TRACE [org.jboss.util.xml.JBossEntityResolver] Trying to resolve systemId as a URL
| 2009-05-05 18:04:00,115 TRACE [org.jboss.util.xml.JBossEntityResolver] Resolved systemId as a URL
| 2009-05-05 18:04:00,287 TRACE [org.jboss.ws.tools.wsdl.WSDLDefinitionsFactory] getImportInputSource [parent=http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-...]
| 2009-05-05 18:04:00,287 TRACE [org.jboss.ws.tools.wsdl.WSDLDefinitionsFactory] Trying to resolve: http://schemas.xmlsoap.org/soap/envelope/
| 2009-05-05 18:04:00,287 DEBUG [org.jboss.ws.core.utils.JBossWSEntityResolver] resolveEntity: [pub=http://schemas.xmlsoap.org/soap/envelope/,sysid=http://schemas.xmlsoa...]
| 2009-05-05 18:04:00,287 TRACE [org.jboss.util.xml.JBossEntityResolver] resolvePublicID, publicId=http://schemas.xmlsoap.org/soap/envelope/
| 2009-05-05 18:04:00,287 TRACE [org.jboss.util.xml.JBossEntityResolver] resolveSystemID, systemId=http://schemas.xmlsoap.org/soap/envelope/
| 2009-05-05 18:04:00,302 TRACE [org.jboss.util.xml.JBossEntityResolver] resolveClasspathName, systemId=http://schemas.xmlsoap.org/soap/envelope/
| 2009-05-05 18:04:00,302 TRACE [org.jboss.util.xml.JBossEntityResolver] Mapped systemId to filename:
| 2009-05-05 18:04:00,302 TRACE [org.jboss.util.xml.JBossEntityResolver] maps to URL: file:/C:/Other/eclipseall/ws/hsi/mm7-client2/bin/
|
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4228712#4228712
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4228712
15 years, 7 months
[JBossWS] - Obscure 'SAXParseException: Content is not allowed in prolog
by angusm
I have a 'Content is not allowed in prolog' problem. But I am pretty sure that it is not any of the usual culprits (spaces or invalid characters where they should not be).
I have a WSDL (below). This is for a document type WS, and the schema is at http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-6-MM7-1... .
I have verified that the WSDL is WSI Basic Profile 1.1 with soapUI and the WS-I Testing Tools V1.1.
It is correctly parsed and treated by wsconsume.
The server application is correctly deployed. But when I try to run the client I get (full stack trace below)
WSDLException (at /definitions/types/xs:schema/xs:schema): faultCode=PARSER_ERROR: Problem parsing 'http://schemas.xmlsoap.orgsoap/envelope/'.: org.xml.sax.SAXParseException: Content is not allowed in prolog. It seems to get stuck parsing the soap envelope schema, which is imported into the 3GPP schema. (I have validated the 3GPP schema with http://www.w3.org/2001/03/webdata/xsv).
JBossWS : version.id=3.0.1-native-2.0.4.GA.
As ever, any suggestions ideas infinitely appreciated.
WSDL:
(I changed the WSDL soap NS to soapx as I thought there might be conficts with the 3GPP NS soap, but it did not make any difference)
<?xml version="1.0" encoding="UTF-8"?>
| <definitions name="MM7Service" targetNamespace="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-6-MM7-1-4" xmlns:tns="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-6-MM7-1-4" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapx="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">
| <types>
| <xs:schema targetNamespace="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-6-MM7-1-4" xmlns:tns="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-6-MM7-1-4" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" elementFormDefault="qualified" attributeFormDefault="unqualified">
| <xs:include schemaLocation="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-6-MM7-1..."/>
| </xs:schema>
| </types>
| <message name="MM7_SubmitReq">
| <part name="SubmitReq" element="tns:SubmitReq">
| </part>
| </message>
| <message name="MM7_SubmitRsp">
| <part name="SubmitReq" element="tns:SubmitRsp">
| </part>
| </message>
| <portType name="MM7">
| <operation name="submit">
| <input message="tns:MM7_SubmitReq">
| </input>
| <output message="tns:MM7_SubmitRsp">
| </output>
| </operation>
| </portType>
| <binding name="MM7Binding" type="tns:MM7">
| <soapx:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
| <operation name="submit">
| <soapx:operation soapAction=""/>
| <input>
| <soapx:body use="literal"/>
| </input>
| <output>
| <soapx:body use="literal"/>
| </output>
| </operation>
| </binding>
| <service name="MM7Service">
| <port name="MM7Port" binding="tns:MM7Binding">
| <soapx:address location="REPLACE_WITH_ACTUAL_URL"/>
| </port>
| </service>
| </definitions>
|
Stack Trace:
09:44:35,338 TRACE [JBossEntityResolver] Mapped systemId to filename:
| 09:44:35,338 TRACE [JBossEntityResolver] maps to URL: file:/C:/Other/eclipseall/ws/hsi/mm7-client2/bin/
| [Fatal Error] :1:1: Content is not allowed in prolog.
| Exception in thread "main" org.jboss.ws.metadata.wsdl.WSDLException: javax.wsdl.WSDLException: WSDLException (at /definitions/types/xs:schema/xs:schema): faultCode=PARSER_ERROR: Problem parsing 'http://schemas.xmlsoap.org/soap/envelope/'.: org.xml.sax.SAXParseException: Content is not allowed in prolog.
| at org.jboss.ws.tools.wsdl.WSDLDefinitionsFactory.parse(WSDLDefinitionsFactory.java:152)
| at org.jboss.ws.metadata.umdm.ServiceMetaData.getWsdlDefinitions(ServiceMetaData.java:293)
| at org.jboss.ws.metadata.builder.jaxws.JAXWSClientMetaDataBuilder.buildMetaData(JAXWSClientMetaDataBuilder.java:84)
| at org.jboss.ws.core.jaxws.spi.ServiceDelegateImpl.<init>(ServiceDelegateImpl.java:136)
| at org.jboss.ws.core.jaxws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:63)
| at javax.xml.ws.Service.<init>(Service.java:79)
| at org._3gpp.ftp.specs.archive._23_series._23_140.schema.rel_6_mm7_1_4.MM7Service.<init>(MM7Service.java:41)
| at test.client.MM7ClientTest2.main(MM7ClientTest2.java:25)
| Caused by: javax.wsdl.WSDLException: WSDLException (at /definitions/types/xs:schema/xs:schema): faultCode=PARSER_ERROR: Problem parsing 'http://schemas.xmlsoap.org/soap/envelope/'.: org.xml.sax.SAXParseException: Content is not allowed in prolog.
| at org.jboss.ws.tools.wsdl.JBossWSDLReaderImpl.getDocument(JBossWSDLReaderImpl.java:2136)
| at org.jboss.ws.tools.wsdl.JBossWSDLReaderImpl.parseSchema(JBossWSDLReaderImpl.java:832)
| at org.jboss.ws.tools.wsdl.JBossWSDLReaderImpl.parseSchema(JBossWSDLReaderImpl.java:866)
| at org.jboss.ws.tools.wsdl.JBossWSDLReaderImpl.parseSchema(JBossWSDLReaderImpl.java:656)
| at org.jboss.ws.tools.wsdl.JBossWSDLReaderImpl.parseTypes(JBossWSDLReaderImpl.java:617)
| at org.jboss.ws.tools.wsdl.JBossWSDLReaderImpl.parseDefinitions(JBossWSDLReaderImpl.java:329)
| at org.jboss.ws.tools.wsdl.JBossWSDLReaderImpl.readWSDL(JBossWSDLReaderImpl.java:2290)
| at org.jboss.ws.tools.wsdl.JBossWSDLReaderImpl.readWSDL(JBossWSDLReaderImpl.java:2254)
| at org.jboss.ws.tools.wsdl.JBossWSDLReaderImpl.readWSDL(JBossWSDLReaderImpl.java:2307)
| at org.jboss.ws.tools.wsdl.JBossWSDLReaderImpl.readWSDL(JBossWSDLReaderImpl.java:2328)
| at org.jboss.ws.tools.wsdl.JBossWSDLReaderImpl.readWSDL(JBossWSDLReaderImpl.java:2360)
| at org.jboss.ws.tools.wsdl.WSDLDefinitionsFactory.parse(WSDLDefinitionsFactory.java:125)
| ... 7 more
| Caused by: org.xml.sax.SAXParseException: Content is not allowed in prolog.
| at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
| at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
| at org.jboss.ws.tools.wsdl.JBossWSDLReaderImpl.getDocument(JBossWSDLReaderImpl.java:2126)
| ... 18 more
Client program:
private final static String WSDL_HTTP = "http://frpar-morisona1:8080/mm7/MM7Bean?wsdl";
|
| private final static String NAMESPACE = "http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-6-MM7-1-4";
|
|
| public static void main(String[] args) throws Exception {
|
| MM7Service serv = new MM7Service(new URL(WSDL_HTTP), new QName(NAMESPACE, "MM7Service"));
|
| MM7 port = serv.getMM7Port();
|
| SubmitReqType submitReq = new SubmitReqType();
|
| SubmitRspType submitRsp = port.submit(submitReq);
| }
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4228529#4228529
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4228529
15 years, 7 months
[JBossWS] - jbossws-native-3.1.1.GA and jbossws-CXF incompatible error
by wangzhao
@WebMethod
@WebResult(name = "Candidate", targetNamespace = "http://model.ontraq.nl")
public CandidateDTO saveMyCandidate(
@WebParam(partName = "candidate", name = "Candidate", targetNamespace="http://model.ontraq.nl")
CandidateDTO candidate);
on jbossws-CXF the service runs ok, but on jbossws-native-3.1.1.GA it runs error
error message:
16:29:18,700 ERROR [SOAPFaultHelperJAXWS] SOAP request exception
org.jboss.ws.core.CommonSOAPFaultException: Endpoint {http://model.ontraq.nl}Can
didateModelServiceImplPort does not contain operation meta data for: saveMyCandi
date
at org.jboss.ws.core.server.ServiceEndpointInvoker.getDispatchDestinatio
n(ServiceEndpointInvoker.java:476)
at org.jboss.ws.core.server.ServiceEndpointInvoker.invoke(ServiceEndpoin
tInvoker.java:178)
at org.jboss.wsf.stack.jbws.RequestHandlerImpl.processRequest(RequestHan
dlerImpl.java:474)
at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleRequest(RequestHand
lerImpl.java:295)
at org.jboss.wsf.stack.jbws.RequestHandlerImpl.doPost(RequestHandlerImpl
.java:205)
at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleHttpRequest(Request
HandlerImpl.java:131)
at org.jboss.wsf.common.servlet.AbstractEndpointServlet.service(Abstract
EndpointServlet.java:85)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFi
lter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:230)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:175)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(Securit
yAssociationValve.java:182)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValv
e.java:84)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:102)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedC
onnectionValve.java:157)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
a:262)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
ss(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:44
6)
at java.lang.Thread.run(Thread.java:595)
16:29:18,716 ERROR [SOAPFaultHelperJAXRPC] SOAP request exception
javax.xml.rpc.soap.SOAPFaultException: Endpoint {http://model.ontraq.nl}Candidat
eModelServiceImplPort does not contain operation meta data for: saveMyCandidate
at org.jboss.ws.core.jaxrpc.SOAPFaultHelperJAXRPC.exceptionToFaultMessag
e(SOAPFaultHelperJAXRPC.java:189)
at org.jboss.ws.core.jaxws.SOAPFaultHelperJAXWS.exceptionToFaultMessage(
SOAPFaultHelperJAXWS.java:183)
at org.jboss.ws.core.jaxws.binding.SOAP11BindingJAXWS.createFaultMessage
FromException(SOAP11BindingJAXWS.java:102)
at org.jboss.ws.core.CommonSOAPBinding.bindFaultMessage(CommonSOAPBindin
g.java:671)
at org.jboss.ws.core.server.ServiceEndpointInvoker.invoke(ServiceEndpoin
tInvoker.java:285)
at org.jboss.wsf.stack.jbws.RequestHandlerImpl.processRequest(RequestHan
dlerImpl.java:474)
at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleRequest(RequestHand
lerImpl.java:295)
at org.jboss.wsf.stack.jbws.RequestHandlerImpl.doPost(RequestHandlerImpl
.java:205)
at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleHttpRequest(Request
HandlerImpl.java:131)
at org.jboss.wsf.common.servlet.AbstractEndpointServlet.service(Abstract
EndpointServlet.java:85)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFi
lter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:230)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:175)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(Securit
yAssociationValve.java:182)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValv
e.java:84)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:102)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedC
onnectionValve.java:157)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
a:262)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
ss(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:44
6)
at java.lang.Thread.run(Thread.java:595)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4228523#4228523
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4228523
15 years, 7 months
[JBossWS] - Issue using XmlMixed, XmlRefrences, XmlRefrence annotations
by kyle.bober
I am having an issue with the XmlMixed, XmlRefrences, XmlRefrence annotations... Or so that is what I think is causing the issue.
I have a base class called CriteriaSO
| @XmlRootElement(name="Criteria")
| @XmlType(propOrder = {"sortType"})
| @XmlSeeAlso({IdCriteriaSO.class})
| public abstract class CriteriaSO {
|
| protected SortType theSortType;
|
| public CriteriaSO() {
| super();
| this.theSortType = KeywordAnalysisSortType.ASCENDING;
| }
|
| @XmlElement(name="SortType", required=true, nillable=false)
| public SortType getSortType() {
| return theSortType;
| }
|
| public void setSortType(SortType aSortType) {
| theSortType = aSortType;
| }
|
| }
|
I have a two classes that extend the CriteriaSO class ::
| @XmlRootElement(name="IdCriteria")
| @XmlType(propOrder = {"Ids"})
| public class IdCriteriaSO extends CriteriaSO {
|
| private static final long serialVersionUID = 20090430001L;
|
| private List<Integer> theIds;
|
| public IdCriteriaSO() {
| super(SortType.ASCENDING);
| this.theKeywordAnalysisIds = new ArrayList<Integer>();
| }
|
|
| @XmlElementWrapper(name = "Ids", nillable=false, required=true)
| @XmlElement(name = "Id", required = true, nillable = false)
| public List<Integer> getIds() {
| return theIds;
| }
|
| public void setIds(List<Integer> aIds) {
| theIds = aIds;
| }
| }
|
|
| @XmlRootElement(name="UserIdCriteria")
| @XmlType(propOrder = {"userIds"})
| public class UserIdCriteriaSO extends CriteriaSO {
|
| private static final long serialVersionUID = 20090430001L;
|
| private List<Integer> theUserIds;
|
| public UserIdCriteriaSO() {
| super(KeywordAnalysisSortType.ASCENDING);
| this.theUserIds = new ArrayList<Integer>();
| }
|
|
| @XmlElementWrapper(name = "userIds", nillable=false, required=true)
| @XmlElement(name = "userId", required = true, nillable = false)
| public List<Integer> getUserIds() {
| return theUserIds;
| }
|
| public void setUserIds(List<Integer> anUserIds) {
| theUserIds = anUserIds;
| }
| }
|
I then created a List wrapper to contain the CriteriaSO object instances like so ::
| @XmlRootElement(name="CriteriaList")
| @XmlSeeAlso({IdCriteriaSO.class, UserIdCriteriaSO.class})
| public class CriteriaListSO {
|
| private static final long serialVersionUID = 20090424001L;
|
| private List<CriteriaSO> theCriteria;
|
| public CriteriaListSO() {
| super();
| this.theCriteria = new ArrayList<KeywordAnalysisCriteriaSO>();
| }
|
|
| @XmlMixed
| @XmlElementRefs( {
| @XmlElementRef(name = "IdCriteria", type = IdCriteriaSO.class),
| @XmlElementRef(name = "UserIdCriteria", type = UserIdCriteriaSO.class) })
| public List<CriteriaSO> getCriteria() {
| return theCriteria;
| }
|
| public void setCriteria(List<sCriteriaSO> anCriteria) {
| theCriteria = anCriteria;
| }
| }
|
I have a web service method that takes a CriteriaListSO object as a parameter.
| @WebService(name="testService", serviceName="testService")
| @SOAPBinding(style=SOAPBinding.Style.DOCUMENT, use=SOAPBinding.Use.LITERAL, parameterStyle=SOAPBinding.ParameterStyle.WRAPPED)
| public class TestService {
|
|
| @WebMethod(operationName = "echoCriteria")
| @WebResult(name = "CriteriaList")
| @RequestWrapper(localName="echoCriteriaRequest")
| @ResponseWrapper(localName="echoCriteriaResponse")
| public CriteriaListSO echoCriteria(@WebParam(name = "CriteriaList")CriteriaListSO criteriaListSO) throws RemoteException {
|
| return criteriaListSO;
| }
| }
|
My issue is everytime I send a web service request to the echoCriteria web method with some CriteriaSO objects it doesn't set them in the CriteriaList object.
What I do see is one of the CriteriaList - ArrayList element's is being set to an object of type java.lang.String. And the contents of the String is the following
"\n" For each CriteriaSO object I add to the SOAP request it will add an additional \n to the string contents.
I am using JBoss 4.2.1
Any help or guidance would be appreciated. I have spent a few hours now on diffrent annotation configurations trying to figure this out.
-Kyle
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4228054#4228054
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4228054
15 years, 7 months