Another problem regarding the endpoint issue is that I noticed my server throwing an IOException eveytime I try to access this endpoint, specifically:
##################
java.io.IOException: No serializer found for class com.tood.server.axis.ProcessingProblemType in registry [EMAIL PROTECTED]
at org.apache.axis.encoding.SerializationContextImpl.serializeActual(SerializationContextImpl.java:1281)
at org.apache.axis.encoding.SerializationContextImpl.serialize(SerializationContextImpl.java:795)
at org.apache.axis.encoding.SerializationContextImpl.serialize(SerializationContextImpl.java:634)
at com.tood.server.axis.ProcessingProblemType.writeDetails(ProcessingProblemType.java:112)
at org.apache.axis.message.SOAPFault.outputImpl(SOAPFault.java:199)
at org.apache.axis.message.MessageElement.output(MessageElement.java:783)
at org.apache.axis.message.SOAPBody.outputImpl(SOAPBody.java:174)
at org.apache.axis.message.SOAPEnvelope.outputImpl(SOAPEnvelope.java:509)
at org.apache.axis.message.MessageElement.output(MessageElement.java:783)
at org.apache.axis.AxisFault.output(AxisFault.java:692)
at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:259)
at org.apache.axis.SOAPPart.getAsString(SOAPPart.java:468)
at org.apache.axis.Message.getSOAPPartAsString(Message.java:365)
at org.apache.axis.transport.http.AxisServlet.invokeEndpointFromGet(AxisServlet.java:566)
at org.apache.axis.transport.http.AxisServlet.processMethodRequest(AxisServlet.java:466)
at org.apache.axis.transport.http.AxisServlet.doGet(AxisServlet.java:294)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:339)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.ibm.servlet.engine.webapp.StrictServletInstance.doService(ServletManager.java:827)
.....
###########################



The funny thing is I let Axis's WSDL2Java do all the coding for me, and it seems as though its complaining about one of its generated classes. Any help would be appreciated! Thanks in advance!


-los


From: "Los Morales" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: SOAP endpoint issue
Date: Tue, 02 Nov 2004 19:28:04 +0000

Hi,

I was troubleshooting my service when I realized that I can even get the SOAP endpoint to work. For example, when I submit the URL: http://localhost:8080/axis/services/Version?method=getVersion, I get a SOAP response back. However, when I try submiiting the URL to my deployed service: http://localhost:8080/axis/services/DownloadProgramsServiceSOAPPort?method=downloadPrograms, I get the following error:
##########################
XML Parsing Error: syntax error
Location: http://localhost:8080/axis/services/DownloadProgramsServiceSOAPPort?method=downloadPrograms
Line Number 1, Column 1:null
###########################


So is there something wrong with my service or its deployment, or is this OK to get an error message like this? I have a feeling this is the reason why everytime I try using the service with a client app., I get a NullPointerException via RemoteException.

Any suggestions would be appreciated!  Thanks!

-los

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/



_________________________________________________________________
Get ready for school! Find articles, homework help and more in the Back to School Guide! http://special.msn.com/network/04backtoschool.armx




Reply via email to