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

Re: SetError() #13 - An Exception was thrown into the server



   Charles,
   did you notice that the <soapenv:Header/> tag does not have
   a closing tag, according to SoapUI ?
   Is it normal for the tag to have a "/" at the end ?
   I'm not sure any of this has any significance or any impact on the
   error,
   but at this point I'm pulling at straws.

   Max Buda
   DSC Logistics
   1750 S. Wolf Road
   Des Plaines, IL �60018
   Phone: (847) 635-4498
   On Tue, Jan 27, 2015 at 10:36 AM, Max Buda
   <[1]max.buda@xxxxxxxxxxxxxxxxx> wrote:

   Charles,
   I did exactly as you suggested.
   The tags you mention are missing on purpose.
   During our latest test the developer on the other end suggested
   we run a test without the two tags.
   With the two tags the result is the same.

   Max Buda
   DSC Logistics
   1750 S. Wolf Road
   Des Plaines, IL �60018
   Phone: (847) 635-4498
   On Tue, Jan 27, 2015 at 10:29 AM, Charles Wilt
   <[2]charles.wilt@xxxxxxxxx> wrote:

     � �If you open the WSDL in SOAPUI, you'll see what the XML you
     send should
     � �look like...
     � �Upon a quick glance, it appears you are missing
     � ��  �<soapenv:Header/>
     � ��  �<soapenv:Body
     � �</soapenv:Body>
     � �Charles
     � �On Tue, Jan 27, 2015 at 10:49 AM, Max Buda
     � �<[1][3]max.buda@xxxxxxxxxxxxxxxxx> wrote:
     � � ��  �Sorry, I forgot to include the wsdl.
     � � ��  �See the attachment.
     � � ��  �Max Buda
     � � ��  �DSC Logistics
     � � ��  �1750 S. Wolf Road
     � � ��  �Des Plaines, IL ย 60018
     � � ��  �Phone: [2](847) 635-4498
     � � ��  �On Tue, Jan 27, 2015 at 9:32 AM, Charles Wilt
     � � ��  �<[1][3][4]charles.wilt@xxxxxxxxx> wrote:
     � � ��  �  �ย�  ย The error message: "Parameters xmldata,
     � � �$filestream and
     � � ��  �  �$filedata are
     � � ��  �  �ย�  ย all missing. One of these must not be
     null."
     � � ��  �  �ย�  ย Leads me to conclude you are not access
     the
     � � �service correctly.
     � � ��  �  �ย�  ย Did you get any documentation or a WSDL
     that
     � � �describes how to
     � � ��  �  �use the
     � � ��  �  �ย�  ย service?
     � � ��  �  �ย�  ย If it's a SOAP webservice, you should
     have gotten
     � � �a WSDL.
     � � ��  �  �ย�  ย If it's not a SOAP webservice, then
     treating it
     � � �like one isn't
     � � ��  �  �going to
     � � ��  �  �ย�  ย work.
     � � ��  �  �ย�  ย Judging from the error message, I
     suspect that the
     � � �service is
     � � ��  �  �expecting
     � � ��  �  �ย�  ย multi-part form data...
     � � ��  �  �ย�  ย In which case, you're going to need the
     � � �http_mfd_encoder_xxx()
     � � ��  �  �ย�  ย procedures.
     � � ��  �  �ย�  ย Charles
     � � ��  �  �ย�  ย On Tue, Jan 27, 2015 at 10:01 AM, Max
     Buda
     � � ��  �  �ย�  ย
     <[1][2][4][5]max.buda@xxxxxxxxxxxxxxxxx> wrote:
     � � ��  �  �ย�  ย�  ย รย�  ร We have been
     struggling with an
     � � �error, returned as a
     � � ��  �  �result of
     � � ��  �  �ย�  ย�  ย our
     � � ��  �  �ย�  ย�  ย รย�  ร request
     � � ��  �  �ย�  ย�  ย รย�  ร to a web
     service.รรย�     � � �The company who developed the
     � � ��  �  �web service
     � � ��  �  �ย�  ย�  ย has not
     � � ��  �  �ย�  ย�  ย รย�  ร been able to
     pinpoint the
     � � �problem and I couldn't find
     � � ��  �  �anything
     � � ��  �  �ย�  ย�  ย in the
     � � ��  �  �ย�  ย�  ย รย�  ร archive.
     � � ��  �  �ย�  ย�  ย รย�  ร So, I'm hoping you
     can help.
     � � ��  �  �ย�  ย�  ย รย�  ร The error is:
     � � ��  �  �ย�  ย�  ย รย�  ร SetError() #13:
     HTTP/1.1 500
     � � �[ISS.0088.9112] An
     � � ��  �  �Exception was
     � � ��  �  �ย�  ย�  ย thrown in
     � � ��  �  �ย�  ย�  ย รย�  ร the
     server:[ISS.0086.909
     � � ��  �  �ย�  ย�  ย รย�  ร HTTP/1.1 500
     [ISS.0088.9112] An
     � � �Exception was thrown
     � � ��  �  �in the
     � � ��  �  �ย�  ย�  ย รย�  ร
     server:[ISS.0086.9091]
     � � ��  �  �ย�  ย�  ย รย�  ร Parameters
     xmldata, $filestream
     � � �and $filedata are all
     � � ��  �  �ย�  ย�  ย missing.รรย�  One of
     � � ��  �  �ย�  ย�  ย รย�  ร these must not be
     null.
     � � ��  �  �ย�  ย�  ย รย�  ร For the purpose of
     testing I am
     � � �using http_url_post,
     � � ��  �  �but
     � � ��  �  �ย�  ย�  ย ultimately we
     � � ��  �  �ย�  ย�  ย รย�  ร plan to use
     http_url_post_xml.
     � � ��  �  �ย�  ย�  ย รย�  ร Here are the
     related lines of
     � � �code:
     � � ��  �  �ย�  ย�  ย รย�  ร http_debug(*On:
     @wDebugFil)
     � � �;ร
     � � ��  �  �ย�  ย�  ย รย�  ร @wRetCode =
     http_url_post(@wURL
     � � ��  �  �ย�  ย�  ย รย�  ร : %Addr(@wPostDta)
     รรย�     � � �รรย�  รรย�  รรย�  รรย�
     รรย�     � � �รรย
     � � ��  �  �รรย�  รรย�  รรย�  รร
     � � ��  �  �ย�  ย�  ย รรย�  ร ร
     � � ��  �  �ย�  ย�  ย รย�  ร : %Len(@wPostDta)
     รรย�     � � �รรย�  รรย�  รรย�  รรย�
     รรย�     � � �รรย
     � � ��  �  �รรย�  รรย�  รรย�  รร
     � � ��  �  �ย�  ย�  ย รรย�  รรย�  ร
     � � ��  �  �ย�  ย�  ย รย�  ร :
     � � �'/QOPENSYS/Max/Project140099/httpResp.xml'ร
     � � ��  �  �ย�  ย�  ย รย�  ร : Http_Timeout
     � � ��  �  �ย�  ย�  ย รย�  ร : Http_UserAgent
     รรย�     � � �รรย�  รรย�  รรย�  รรย�
     รรย�     � � �รรย
     � � ��  �  �รรย�  รรย�  รรย�  รร
     � � ��  �  �ย�  ย�  ย รรย�  รรย�  ร
     ร
     � � ��  �  �ย�  ย�  ย รย�  ร : 'text/xml'
     รรย�     � � �รรย�  รรย�  รรย�  รรย�
     รรย�     � � �รรย�  รรย
     � � ��  �  �รรย�  รรย�  รรย�  รร
     � � ��  �  �ย�  ย�  ย รรย�  รรย�
     รรย�  ร ร
     � � ��  �  �ย�  ย�  ย รย�  ร : @wSoapAction) ;
     รรย�     � � �รรย�  รรย�  รรย�  รรย�
     รรย�     � � �รรย
     � � ��  �  �รรย�  รรย�  รรย�  รร
     � � ��  �  �ย�  ย�  ย รรย�  รรย�  ร
     � � ��  �  �ย�  ย�  ย รย�  ร I am attaching the
     debug
     � � �document.
     � � ��  �  �ย�  ย�  ย รย�  ร Any help you can
     provide is
     � � �greatly appreciated.
     � � ��  �  �ย�  ย�  ย รย�  ร Max Buda
     � � ��  �  �ย�  ย
     � � ��  �  �ย
     � �     �------------------------------------------------------------------
     � � ��  �  �--
     � � ��  �  �ย�  ย�  ย ---
     � � ��  �  �ย�  ย�  ย This is the FTPAPI mailing
     list.รย�  To
     � � �unsubscribe, please
     � � ��  �  �go to:
     � � ��  �  �ย�  ย�  ย
     � �     �[2][3][5][6]http://www.scottklement.com/mailman/listinfo/ftpapi
     � � ��  �  �ย�  ย
     � � ��  �  �ย
     � �     �------------------------------------------------------------------
     � � ��  �  �--
     � � ��  �  �ย�  ย�  ย ---
     � � ��  �  �References
     � � ��  �  �ย�  ย 1.
     mailto:[4][6][7]max.buda@xxxxxxxxxxxxxxxxx
     � � ��  �  �ย�  ย 2.
     � � �[5][7][8]http://www.scottklement.com/mailman/listinfo/ftpapi
     � � ��  �     � � ��     ------------------------------------------------------------------
     � � �--
     � � ��  �  �---
     � � ��  �  �This is the FTPAPI mailing list.ย�  To
     unsubscribe, please
     � � �go to:
     � � ��  �  �     [6][8][9]http://www.scottklement.com/mailman/listinfo/ftpapi
     � � ��  �     � � ��     ------------------------------------------------------------------
     � � �--
     � � ��  �  �---
     � � �References
     � � ��  �1. mailto:[9][10]charles.wilt@xxxxxxxxx
     � � ��  �2. mailto:[10][11]max.buda@xxxxxxxxxxxxxxxxx
     � � ��  �3.
     [11][12]http://www.scottklement.com/mailman/listinfo/ftpapi
     � � ��  �4. mailto:[12][13]max.buda@xxxxxxxxxxxxxxxxx
     � � ��  �5.
     [13][14]http://www.scottklement.com/mailman/listinfo/ftpapi
     � � ��  �6.
     [14][15]http://www.scottklement.com/mailman/listinfo/ftpapi
     � �     �------------------------------------------------------------------
     --
     � � �---
     � � �This is the FTPAPI mailing list.�  To unsubscribe, please
     go to:
     � � �[15][16]http://www.scottklement.com/mailman/listinfo/ftpapi
     � �     �------------------------------------------------------------------
     --
     � � �---
     References
     � �1. mailto:[17]max.buda@xxxxxxxxxxxxxxxxx
     � �2. tel:%28847%29%20635-4498
     � �3. mailto:[18]charles.wilt@xxxxxxxxx
     � �4. mailto:[19]max.buda@xxxxxxxxxxxxxxxxx
     � �5. [20]http://www.scottklement.com/mailman/listinfo/ftpapi
     � �6. mailto:[21]max.buda@xxxxxxxxxxxxxxxxx
     � �7. [22]http://www.scottklement.com/mailman/listinfo/ftpapi
     � �8. [23]http://www.scottklement.com/mailman/listinfo/ftpapi
     � �9. mailto:[24]charles.wilt@xxxxxxxxx
     � 10. mailto:[25]max.buda@xxxxxxxxxxxxxxxxx
     � 11. [26]http://www.scottklement.com/mailman/listinfo/ftpapi
     � 12. mailto:[27]max.buda@xxxxxxxxxxxxxxxxx
     � 13. [28]http://www.scottklement.com/mailman/listinfo/ftpapi
     � 14. [29]http://www.scottklement.com/mailman/listinfo/ftpapi
     � 15. [30]http://www.scottklement.com/mailman/listinfo/ftpapi
     --------------------------------------------------------------------
     ---
     This is the FTPAPI mailing list.� To unsubscribe, please go to:
     [31]http://www.scottklement.com/mailman/listinfo/ftpapi
     --------------------------------------------------------------------
     ---

References

   1. mailto:max.buda@xxxxxxxxxxxxxxxxx
   2. mailto:charles.wilt@xxxxxxxxx
   3. mailto:max.buda@xxxxxxxxxxxxxxxxx
   4. mailto:charles.wilt@xxxxxxxxx
   5. mailto:max.buda@xxxxxxxxxxxxxxxxx
   6. http://www.scottklement.com/mailman/listinfo/ftpapi
   7. mailto:max.buda@xxxxxxxxxxxxxxxxx
   8. http://www.scottklement.com/mailman/listinfo/ftpapi
   9. http://www.scottklement.com/mailman/listinfo/ftpapi
  10. mailto:charles.wilt@xxxxxxxxx
  11. mailto:max.buda@xxxxxxxxxxxxxxxxx
  12. http://www.scottklement.com/mailman/listinfo/ftpapi
  13. mailto:max.buda@xxxxxxxxxxxxxxxxx
  14. http://www.scottklement.com/mailman/listinfo/ftpapi
  15. http://www.scottklement.com/mailman/listinfo/ftpapi
  16. http://www.scottklement.com/mailman/listinfo/ftpapi
  17. mailto:max.buda@xxxxxxxxxxxxxxxxx
  18. mailto:charles.wilt@xxxxxxxxx
  19. mailto:max.buda@xxxxxxxxxxxxxxxxx
  20. http://www.scottklement.com/mailman/listinfo/ftpapi
  21. mailto:max.buda@xxxxxxxxxxxxxxxxx
  22. http://www.scottklement.com/mailman/listinfo/ftpapi
  23. http://www.scottklement.com/mailman/listinfo/ftpapi
  24. mailto:charles.wilt@xxxxxxxxx
  25. mailto:max.buda@xxxxxxxxxxxxxxxxx
  26. http://www.scottklement.com/mailman/listinfo/ftpapi
  27. mailto:max.buda@xxxxxxxxxxxxxxxxx
  28. http://www.scottklement.com/mailman/listinfo/ftpapi
  29. http://www.scottklement.com/mailman/listinfo/ftpapi
  30. http://www.scottklement.com/mailman/listinfo/ftpapi
  31. 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
-----------------------------------------------------------------------