Ahah... I think the server returns an HTML document
with the results instead of a traditional response.  I
would  like to use AXIS to get this document.  (The
service I am connecting to suggests NuSOAP for PHP.) 
Are there any way to do this?

Thanks for everyone's help!

JR

--- Ron Reynolds <[EMAIL PROTECTED]> wrote:

> i've seen this when i got redirected by an auth
> filter and the auth server sent an HTML form
> (assuming the client was
> a browser) which, of course, doesn't parse as soap
> very well.  it may be your server is trying to
> return some form of
> HTML error page or perhaps a generated directory
> listing (if the URL maps to a directory).  relay
> through tcp mon or
> get the client-side to dump the response to log to
> at least see what the client is getting.
> 
> hth.
> .................ron.
> 
> > I have been working on using Apache Axis 1.2 to
> > interact with a Web Service that is using nuSOAP. 
> I
> > get the following error:
> >
> > - Exception in AddressingHandler
> > AxisFault
> >  faultCode:
> >
>
{http://schemas.xmlsoap.org/soap/envelope/}Server.userException
> >  faultSubcode:
> >  faultString: org.xml.sax.SAXException: Bad
> envelope
> > tag:  html
> >  faultActor:
> >  faultNode:
> >  faultDetail:
> >
> >
>
{http://xml.apache.org/axis/}stackTrace:org.xml.sax.SAXException:
> > Bad envelope tag:  html
> >         at
> >
>
org.apache.axis.message.EnvelopeBuilder.startElement(EnvelopeBuilder.java:70)
> >         at
> >
>
org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:1048)
> >         at
> >
>
org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown
> > Source)
> >
> > What are the possible causes of this?
> >
> > Thanks for the help,
> > JR
> >
> >
> >
> >
> > __________________________________
> > Yahoo! Mail - PC Magazine Editors' Choice 2005
> > http://mail.yahoo.com
> >
> 
> 
> 



                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

Reply via email to