Without seeing the wsdl there is very little we can do to help you (Nonetheless I would check Classpath delta)
M-- ----- Original Message ----- From: "Huitang Li" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Thursday, October 04, 2007 6:08 PM Subject: Re: org.xml.sax.SAXParseException: The prefix "ns1" for element "ns1:modifyMe" is not bound. > Thanks, Jeff. Sorry that I cannot post the wsdl here since it is a > component of a secure site. > > What confuses me is that the exception is not thrown when I put a > breakpoint in that line in the debug mode. > Also, when it is run in test cases (without having it run in server > environment), the exception is not thrown. However, when it is run in > server environment (I am using resin 3.1.2), the exception shows up. > > I used the axis2-generated client stub. > > > > Walker, Jeff wrote: > > Huitang, > > I suggest you email the mailing list your wsdl and schema for people to > > see. If ns1 prefix is not bound, then it might be a relatively simply > > namespace fix. Let's hope so. > > -jeff > > > > > > > > -----Original Message----- > > From: Huitang Li [mailto:[EMAIL PROTECTED] > > Sent: Thursday, October 04, 2007 2:46 PM > > To: [email protected] > > Subject: Re: org.xml.sax.SAXParseException: The prefix "ns1" for element > > "ns1:modifyMe" is not bound. > > > > Hi, > > > > I did not see any input for my question. Maybe it is a too simple and > > dumb question to answer? Is it only me who gets this exception? > > > > Experts, please help me out. > > > > > > > > Huitang Li wrote: > > > >> Here is more information about the exception: when the code is running > >> > > > > > >> in debug mode and I put a breakpoint on the line > >> "_operationClient.execute(true);", this line will not throw exception. > >> > > > > > >> However, this line will throw the exception when the app is not > >> running in debug mode. > >> > >> I did google search, and found quite a few postings mentioning the > >> same problem. However, I did not find any solution posted. If you know > >> > > > > > >> the solution, please let me know. > >> > >> Thanks. > >> > >> > >> > >> Huitang Li wrote: > >> > >>> Hi, > >>> > >>> I created a web service client with Axis2. When I ran it, I got the > >>> exception. This exception is thrown by the axis-genenated stub code. > >>> > >>> org.apache.axis2.AxisFault: org.xml.sax.SAXParseException: The prefix > >>> > > > > > >>> "ns1" for element "ns1:modifyUser" is not bound. > >>> at > >>> > >>> > > org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java > > :486) > > > >>> at > >>> > >>> > > org.apache.axis2.description.OutInAxisOperationClient.handleResponse(Out > > InAxisOperation.java:343) > > > >>> at > >>> > >>> > > org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOper > > ation.java:389) > > > >>> at > >>> > >>> > > org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInA > > xisOperation.java:211) > > > >>> at > >>> > >>> > > org.apache.axis2.client.OperationClient.execute(OperationClient.java:163 > > ) > > > >>> .... > >>> > >>> Any solution? > >>> > >>> Thanks. > >>> > >>> > >>> > >>> --------------------------------------------------------------------- > >>> To unsubscribe, e-mail: [EMAIL PROTECTED] > >>> For additional commands, e-mail: [EMAIL PROTECTED] > >>> > >>> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
