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

Re: Error: Binder not found for soapaction = null



   Scott,
   now it makes sense.
   As I look at the parameter (peSOAPAction), it is defined as 64A.
   My soap action is longer than 64 char and I noticed that so is
   the one in your example.
   How do you get around that ?

   Max Buda
   DSC Logistics
   1750 S. Wolf Road
   Des Plaines, IL �60018
   Phone: (847) 635-4498
   On Tue, Jan 20, 2015 at 12:02 PM, Scott Mildenberger
   <[1]SMildenberger@xxxxxxxxxxxxxxxxxx> wrote:

     Depends on which call you use, it is either the 8th or 10th
     parameter, look at the prototype in LIBHTTP/QRPGLESRC/HTTPAPI_H.�     Here is an example from my code:
     rc = http_url_post_xml(
     � � � � � � � � � � �     �'[2]http://fwapi.drivertech.com/Data/2_1/' +
     � � � � � � � � � � � �'DataService.asmx'
     � � � � � � � � � � �: %addr(SOAP) + 2
     � � � � � � � � � � �: %len(SOAP)
     � � � � � � � � � � �: *NULL
     � � � � � � � � � � �: %paddr(Incoming)
     � � � � � � � � � � �: *NULL
     � � � � � � � � � � �: HTTP_TIMEOUT
     � � � � � � � � � � �: HTTP_USERAGENT
     � � � � � � � � � � �: 'text/xml'
     � � � � � � � � � � �: '[3]http://fwapi.DriverTech.com/'
     +
     � � � � � � � � � � � �'DataService_v2/' +
     � � � � � � � � � � � �'GetInboundMessages_GetByIndex');
     The last parameter is what I provide for SoapAction, it really
     depends on the service you are accessing to what they want there.�     My previous suggestion may need part of the URL there as in my
     example.
     Scott
     -----Original Message-----
     From: [4]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
     [mailto:[5]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Max
     Buda
     Sent: Tuesday, January 20, 2015 10:28 AM
     To: HTTPAPI and FTPAPI Projects
     Subject: Re: Error: Binder not found for soapaction = null
     Does it matter where I insert it or does it belong in a specific
     spot ?
     Max Buda
     On Tue, Jan 20, 2015 at 11:21 AM, Scott Mildenberger <
     [6]SMildenberger@xxxxxxxxxxxxxxxxxx> wrote:
     > You are not specifying the SOAPAction parameter and I think you
     need to.
     > If I understand everything correctly I think its value should be
     >
     "GPSOA_Shipment_SmallParcel_WS_SmallParcelShipping_Binder_ProcessSma
     llParcelShipment"
     >
     > Scott
     >
     >
     > -----Original Message-----
     > From: [7]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx [mailto:
     > [8]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Max Buda
     > Sent: Tuesday, January 20, 2015 10:05 AM
     > To: HTTPAPI and FTPAPI Projects
     > Subject: Re: Error: Binder not found for soapaction = null
     >
     > I have attached excerpts from my code and the debug file.
     >
     >
     >
     > Max Buda
     > DSC Logistics
     > 1750 S. Wolf Road
     > Des Plaines, IL� 60018
     > Phone: (847) 635-4498
     >
     > On Tue, Jan 20, 2015 at 10:15 AM, Mike Krebs
     > <[9]mkrebs@xxxxxxxxxxxxxxxxxx>
     > wrote:
     >
     > > And the debug listing...it will be evident to all what you are
     > > sending and receiving.
     > >
     > > -----Original Message-----
     > > From: [10]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx [mailto:
     > > [11]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Scott
     > > Mildenberger
     > > Sent: Tuesday, January 20, 2015 10:07 AM
     > > To: HTTPAPI and FTPAPI Projects
     > > Subject: RE: Error: Binder not found for soapaction = null
     > >
     > > You aren't showing us your code, that might be useful.� What
     are you
     > > providing in the call to http_url_post for SOAPAction?� Maybe
     you
     > > aren't specifying it and you need to.
     > >
     > > Scott
     > >
     > > -----Original Message-----
     > > From: [12]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx [mailto:
     > > [13]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Max Buda
     > > Sent: Tuesday, January 20, 2015 8:55 AM
     > > To: HTTPAPI and FTPAPI Projects
     > > Subject: Error: Binder not found for soapaction = null
     > >
     > > As I mentioned in previous posts, I am a newbie with web
     services.
     > >
     > > I am trying to consume a web service, provided by our customer.
     > > I have worked through the various tag errors and I am now
     stumped by
     > > the latest error we are receiving in the response.
     > > The error is "Binder not found for soapaction = null".
     > > I have used both http_url_post_xml and http_url_post.
     > >
     > > I am told the error is on my side, but I have looked at the
     request
     > > I am creating and just can't see where the problem is.
     > >
     > > I am attaching the web service request ("Parcel Request.xml"),
     the
     > > ws response ("Parcel Response.xml") and the wsdl ("Small
     Parcel.wsdl").
     > >
     > > Any help in identifying the problem is greatly appreciated.
     > >
     > >
     > > Max Buda
     > >
     --------------------------------------------------------------------
     > > --
     > > - This is the FTPAPI mailing list.� To unsubscribe, please go
     to:
     > > [14]http://www.scottklement.com/mailman/listinfo/ftpapi
     > >
     --------------------------------------------------------------------
     > > --
     > > -
     > >
     --------------------------------------------------------------------
     > > --
     > > - This is the FTPAPI mailing list.� To unsubscribe, please go
     to:
     > > [15]http://www.scottklement.com/mailman/listinfo/ftpapi
     > >
     --------------------------------------------------------------------
     > > --
     > > -
     > >
     >
     --------------------------------------------------------------------
     --
     > - This is the FTPAPI mailing list.� To unsubscribe, please go to:
     > [16]http://www.scottklement.com/mailman/listinfo/ftpapi
     >
     --------------------------------------------------------------------
     --
     > -
     >
     --------------------------------------------------------------------
     ---
     This is the FTPAPI mailing list.� To unsubscribe, please go to:
     [17]http://www.scottklement.com/mailman/listinfo/ftpapi
     --------------------------------------------------------------------
     ---

References

   1. mailto:SMildenberger@xxxxxxxxxxxxxxxxxx
   2. http://fwapi.drivertech.com/Data/2_1/
   3. http://fwapi.DriverTech.com/
   4. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
   5. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
   6. mailto:SMildenberger@xxxxxxxxxxxxxxxxxx
   7. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
   8. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
   9. mailto:mkrebs@xxxxxxxxxxxxxxxxxx
  10. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
  11. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
  12. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
  13. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
  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. 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
-----------------------------------------------------------------------