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

RE: Error: Binder not found for soapaction = null



My version of HTTPAPI has SoapAction defined as 16384A, you would need to upgrade to the latest version. 

Scott


-----Original Message-----
From: ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx [mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Max Buda
Sent: Tuesday, January 20, 2015 1:03 PM
To: HTTPAPI and FTPAPI Projects
Subject: 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 < 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(
>                        'http://fwapi.drivertech.com/Data/2_1/' +
>                        'DataService.asmx'
>                      : %addr(SOAP) + 2
>                      : %len(SOAP)
>                      : *NULL
>                      : %paddr(Incoming)
>                      : *NULL
>                      : HTTP_TIMEOUT
>                      : HTTP_USERAGENT
>                      : 'text/xml'
>                      : '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: ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx [mailto:
> 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 < 
> 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_ProcessSmallParcelShipment"
> >
> > Scott
> >
> >
> > -----Original Message-----
> > From: ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx [mailto:
> > 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 
> > <mkrebs@xxxxxxxxxxxxxxxxxx>
> > wrote:
> >
> > > And the debug listing...it will be evident to all what you are 
> > > sending and receiving.
> > >
> > > -----Original Message-----
> > > From: ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx [mailto:
> > > 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: ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx [mailto:
> > > 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:
> > > 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
> > > ------------------------------------------------------------------
> > > --
> > > --
> > > -
> > >
> > --------------------------------------------------------------------
> > --
> > - This is the FTPAPI mailing list.  To unsubscribe, please go to:
> > 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
> ----------------------------------------------------------------------
> -
>
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------