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

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



   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
   <[1]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][2]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][3]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][4]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][5]http://www.scottklement.com/mailman/listinfo/ftpapi
     � � ��  �  �ย�  ย
     � � ��  �  �ย
     � �     �------------------------------------------------------------------
     � � ��  �  �--
     � � ��  �  �ย�  ย�  ย ---
     � � ��  �  �References
     � � ��  �  �ย�  ย 1.
     mailto:[4][6][6]max.buda@xxxxxxxxxxxxxxxxx
     � � ��  �  �ย�  ย 2.
     � � �[5][7][7]http://www.scottklement.com/mailman/listinfo/ftpapi
     � � ��  �     � � ��     ------------------------------------------------------------------
     � � �--
     � � ��  �  �---
     � � ��  �  �This is the FTPAPI mailing list.ย�  To
     unsubscribe, please
     � � �go to:
     � � ��  �  �     [6][8][8]http://www.scottklement.com/mailman/listinfo/ftpapi
     � � ��  �     � � ��     ------------------------------------------------------------------
     � � �--
     � � ��  �  �---
     � � �References
     � � ��  �1. mailto:[9][9]charles.wilt@xxxxxxxxx
     � � ��  �2. mailto:[10][10]max.buda@xxxxxxxxxxxxxxxxx
     � � ��  �3.
     [11][11]http://www.scottklement.com/mailman/listinfo/ftpapi
     � � ��  �4. mailto:[12][12]max.buda@xxxxxxxxxxxxxxxxx
     � � ��  �5.
     [13][13]http://www.scottklement.com/mailman/listinfo/ftpapi
     � � ��  �6.
     [14][14]http://www.scottklement.com/mailman/listinfo/ftpapi
     � �     �------------------------------------------------------------------
     --
     � � �---
     � � �This is the FTPAPI mailing list.�  To unsubscribe, please
     go to:
     � � �[15][15]http://www.scottklement.com/mailman/listinfo/ftpapi
     � �     �------------------------------------------------------------------
     --
     � � �---
     References
     � �1. mailto:[16]max.buda@xxxxxxxxxxxxxxxxx
     � �2. tel:%28847%29%20635-4498
     � �3. mailto:[17]charles.wilt@xxxxxxxxx
     � �4. mailto:[18]max.buda@xxxxxxxxxxxxxxxxx
     � �5. [19]http://www.scottklement.com/mailman/listinfo/ftpapi
     � �6. mailto:[20]max.buda@xxxxxxxxxxxxxxxxx
     � �7. [21]http://www.scottklement.com/mailman/listinfo/ftpapi
     � �8. [22]http://www.scottklement.com/mailman/listinfo/ftpapi
     � �9. mailto:[23]charles.wilt@xxxxxxxxx
     � 10. mailto:[24]max.buda@xxxxxxxxxxxxxxxxx
     � 11. [25]http://www.scottklement.com/mailman/listinfo/ftpapi
     � 12. mailto:[26]max.buda@xxxxxxxxxxxxxxxxx
     � 13. [27]http://www.scottklement.com/mailman/listinfo/ftpapi
     � 14. [28]http://www.scottklement.com/mailman/listinfo/ftpapi
     � 15. [29]http://www.scottklement.com/mailman/listinfo/ftpapi
     --------------------------------------------------------------------
     ---
     This is the FTPAPI mailing list.� To unsubscribe, please go to:
     [30]http://www.scottklement.com/mailman/listinfo/ftpapi
     --------------------------------------------------------------------
     ---

References

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