Re: [Resin-interest] org.apache.axis2.AxisFault: org.xml.sax.SAXParseException: The prefix "ns2" for element "ns2:requestUser" is not bound.

2007-11-05 Thread Emil Ong
--- Mattias Jiderhamn <[EMAIL PROTECTED]> wrote: > Emil Ong wrote (2007-11-03 06:09): > > --- Huitang Li <[EMAIL PROTECTED]> wrote: > > > > > >> All the above is based on what is left in my brain for this > matter, > >> and > >> probably I have not referred to the resin API names perfectly. >

Re: [Resin-interest] org.apache.axis2.AxisFault: org.xml.sax.SAXParseException: The prefix "ns2" for element "ns2:requestUser" is not bound.

2007-11-02 Thread Mattias Jiderhamn
Emil Ong wrote (2007-11-03 06:09): > --- Huitang Li <[EMAIL PROTECTED]> wrote: > > >> All the above is based on what is left in my brain for this matter, >> and >> probably I have not referred to the resin API names perfectly. >> However, >> I debugged through the resin source code for this ma

Re: [Resin-interest] org.apache.axis2.AxisFault: org.xml.sax.SAXParseException: The prefix "ns2" for element "ns2:requestUser" is not bound.

2007-11-01 Thread Emil Ong
--- Huitang Li <[EMAIL PROTECTED]> wrote: > I found the cause of the problem by debugging the resin 3.1.3 > source code. > > The problem is caused by the setPrefix() method in the class > XMLStreamWriterImpl (the implementation class of XMLStreamWriter). > Whenever this method is called, by def

Re: [Resin-interest] org.apache.axis2.AxisFault: org.xml.sax.SAXParseException: The prefix "ns2" for element "ns2:requestUser" is not bound.

2007-10-09 Thread Huitang Li
It sounds great, and especially thanks for the update from resin developers. When this is solved, axis users will not need to manually modify the axis2-generated stub code. Looking forward to it ... Huitang Emil Ong wrote: > --- Huitang Li <[EMAIL PROTECTED]> wrote: > > >> I found the cau

Re: [Resin-interest] org.apache.axis2.AxisFault: org.xml.sax.SAXParseException: The prefix "ns2" for element "ns2:requestUser" is not bound.

2007-10-09 Thread Emil Ong
--- Huitang Li <[EMAIL PROTECTED]> wrote: > I found the cause of the problem by debugging the resin 3.1.3 > source code. > > The problem is caused by the setPrefix() method in the class > XMLStreamWriterImpl (the implementation class of XMLStreamWriter). > Whenever this method is called, by def

Re: [Resin-interest] org.apache.axis2.AxisFault: org.xml.sax.SAXParseException: The prefix "ns2" for element "ns2:requestUser" is not bound.

2007-10-08 Thread Huitang Li
I found the cause of the problem by debugging the resin 3.1.3 source code. The problem is caused by the setPrefix() method in the class XMLStreamWriterImpl (the implementation class of XMLStreamWriter). Whenever this method is called, by default the namespace will not be included in generating

Re: [Resin-interest] org.apache.axis2.AxisFault: org.xml.sax.SAXParseException: The prefix "ns2" for element "ns2:requestUser" is not bound.

2007-10-06 Thread Huitang Li
Anyone has the answer? I tested with a public accessible web service, and it has the same result. If you want to test it out, please see the web service http://www.tilisoft.com/ws/LocInfo/ZipCode.asmx You can get its wsdl here: http://www.tilisoft.com/ws/LocInfo/ZipCode.asmx?WSDL Follow the ste

[Resin-interest] org.apache.axis2.AxisFault: org.xml.sax.SAXParseException: The prefix "ns2" for element "ns2:requestUser" is not bound.

2007-10-03 Thread Huitang Li
Hi, I created web service client based on a wsdl. If the web service client is run in resin 3.1.2 with jdk 1.5.0_10, it threw out the following exception: org.apache.axis2.AxisFault: org.xml.sax.SAXParseException: The prefix "ns2" for element "ns2:requestUser" is not bound. at org.apache.