[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Need some examples to start



   You forgot to close your <envelope xmlns: ...> tag.
   This is what the debug log shows (slightly re-formatted):
   <soap:Envelope
     xmlns:soap="[1]http://www.w3.org/2003/05/soap-envelope";

   xmlns:xsd="[2]http://mattelpdmd:8095/axis2/services/PDMApplicationServ
   ice/xsd"
   <soap:Header/>
   And this is how it should be:
   <soap:Envelope
     xmlns:soap="[3]http://www.w3.org/2003/05/soap-envelope";

   xmlns:xsd="[4]http://mattelpdmd:8095/axis2/services/PDMApplicationServ
   ice/xsd">
   <soap:Header/>
   The error messages complains about the "<" (which is the unexpected
   '&lt;') of the <soap:Header/> tag.
   Regards,
   Thomas.
   ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx schrieb am 06.05.2011 02:27:30:
   > Von: Henry.Kwong@xxxxxxxxxx
   > An: ftpapi@xxxxxxxxxxxxxxxxxxxxxx
   > Datum: 06.05.2011 02:33
   > Betreff: RE: Need some examples to start
   > Gesendet von: ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
   >
   > Hi, Thanks for the information about SoapUI, it really helps. I am
   > able to follow the Soap content to build into my program. However, I
   > got a "HTTP 500 Internal Server Error". By looking at the error log,
   > it is saying something about unexpected characters '&lt;'.
   >
   > I am attaching the debug log and the WSDL.
   >
   > Appreciate if anyone can help to clarify what the error means.
   >
   >
   >
   >
   > Henry Kwong | Lead System Analyst
   > Mattel Global IT - Managed Services
   > Mattel, Inc. | 333 Continental Blvd. | El Segundo, CA 90245
   > * 310-252-3205 | *  Henry.Kwong@xxxxxxxxxx
   >
   >
   >
   >
   > -----Original Message-----
   > From: ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx [[5]mailto:ftpapi-
   > bounces@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Charles Wilt
   > Sent: Wednesday, May 04, 2011 11:11 AM
   > To: HTTPAPI and FTPAPI Projects
   > Subject: Re: Need some examples to start
   >
   > Agreed, SoapUI takes teh guesswork out of the process...
   >
   > Look at this article for step by step instructions...
   > [6]http://systeminetwork.com/article/rpg-consuming-web-services-
   > httpapi-and-soapui
   >
   >
   > Charles
   >
   > On Wed, May 4, 2011 at 2:00 PM, Ron <ron@xxxxxxxxxxxx> wrote:
   > >
   > > Your request should look something like this...
   > >
   > > <soapenv:Envelope
   > >  xmlns:soapenv="[7]http://schemas.xmlsoap.org/soap/envelope/";
   > >
   > >
   xmlns:xsd="[8]http://mattelpdmd:8095/axis2/services/PDMApplicationServ
   ice
   > > /xsd">
   > >   <soapenv:Header/>
   > >   <soapenv:Body>
   > >      <xsd:processService>
   > >         <xsd:PDMServiceInput>?</xsd:PDMServiceInput>
   > >      </xsd:processService>
   > >   </soapenv:Body>
   > > </soapenv:Envelope>
   > >
   > > ? = necessary data.
   > >
   > > Like someone else said, SoapUI is a great testing tool that will
   serve
   > > you well. Using it you could in a min or two know exactly what
   your
   > > request should look like as it analyzes the WSDL for you.
   > >
   > >
   > >
   ----------------------------------------------------------------------
   > > - This is the FTPAPI mailing list.  To unsubscribe, please go to:
   > > [9]http://www.scottklement.com/mailman/listinfo/ftpapi
   > >
   ----------------------------------------------------------------------
   > > -
   > >
   >
   ----------------------------------------------------------------------
   -
   > This is the FTPAPI mailing list.  To unsubscribe, please go to:
   > [10]http://www.scottklement.com/mailman/listinfo/ftpapi
   >
   ----------------------------------------------------------------------
   -
   > [Anhang "pdm_debug.doc" gelöscht von Thomas Raddatz/OBI/DE] [Anhang
   > "PDMApplicationService.wsdl" gelöscht von Thomas Raddatz/OBI/DE]
   >
   ----------------------------------------------------------------------
   -
   > This is the FTPAPI mailing list.  To unsubscribe, please go to:
   > [11]http://www.scottklement.com/mailman/listinfo/ftpapi
   >
   ----------------------------------------------------------------------
   -

   --
   IMPORTANT NOTICE:
   This email is confidential, may be legally privileged, and is for the
   intended recipient only. Access, disclosure, copying, distribution, or
   reliance on any of it by anyone else is prohibited and may be a
   criminal
   offence. Please delete if obtained in error and email confirmation to
   the sender.

References

   1. http://www.w3.org/2003/05/soap-envelope
   2. http://mattelpdmd:8095/axis2/services/PDMApplicationService/xsd
   3. http://www.w3.org/2003/05/soap-envelope
   4. http://mattelpdmd:8095/axis2/services/PDMApplicationService/xsd
   5. mailto:ftpapi-
   6. http://systeminetwork.com/article/rpg-consuming-web-services-
   7. http://schemas.xmlsoap.org/soap/envelope/
   8. http://mattelpdmd:8095/axis2/services/PDMApplicationService
   9. http://www.scottklement.com/mailman/listinfo/ftpapi
  10. http://www.scottklement.com/mailman/listinfo/ftpapi
  11. http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------