Re: Witango-Talk: First attempt at SOAP WebServices

2011-12-26 Thread steve
What ever happened to this list server? is this group still together...been a few years. Steve Steve, I would suggest that you try a different tool, like curl, to generate the web service request, and see if you can get the server to accept your request. Also, Since building the

Re: Witango-Talk: First attempt at SOAP WebServices

2011-12-26 Thread Wayne Irvine
Dayum, have you got a lot to catch up on! ;) On 27/12/2011, at 3:52 PM, st...@forerunners.org wrote: What ever happened to this list server? is this group still together...been a few years. Steve Steve, I would suggest that you try a different tool, like curl, to generate the web

RE: Witango-Talk: First attempt at SOAP WebServices

2011-12-26 Thread Tom Ferguson
Hehehe... I was thinkin' the same dayum thing. LOL! -Original Message- From: Wayne Irvine [mailto:wa...@byteserve.com.au] Sent: Monday, December 26, 2011 11:54 PM To: Witango-Talk@witango.com Subject: Re: Witango-Talk: First attempt at SOAP WebServices Dayum, have you got a lot to catch

Re: Witango-Talk: First attempt at SOAP WebServices

2008-12-31 Thread John McGowan
Steve, I would suggest that you try a different tool, like curl, to generate the web service request, and see if you can get the server to accept your request. Also, Since building the message in witango requires hacks, (like setting the useragent to add the SOAPAction header) I started using a

RE: Witango-Talk: First attempt at SOAP WebServices

2008-12-30 Thread Fogelson, Steve
I'm back. I have reduced my code to the following. John's code, Ben's suggestion and Witango docs. I get this response: Server did not recognize the value of HTTP Header SOAPAction: :SOAPAction. Any ideas? Steve @assign request$urllocation http://apiv2.gunbroker.com/AuctionService.asmx;

Re: Witango-Talk: First attempt at SOAP WebServices

2008-12-30 Thread William Conlon
Are you supposed to include the HTTP Status Code with your response? Eg. 200 OK bill On Dec 30, 2008, at 9:29 PM, Fogelson, Steve wrote: I’m back. I have reduced my code to the following. John’s code, Ben’s suggestion and Witango docs. I get this response: “Server did not recognize the

Re: Witango-Talk: First attempt at SOAP WebServices

2008-12-29 Thread Ben Johansen
Try adding a second @CRLF to this line encoding=@dqutf-8@dq?@crlf there needs to be 2 crlfs between header and content On Dec 29, 2008, at 6:04 PM, Fogelson, Steve wrote: Hi, I’m working through with my first attempt at SOAP Web Services to access GunBroker.com and I am using an example

RE: Witango-Talk: First attempt at SOAP WebServices

2008-12-29 Thread Fogelson, Steve
@var request$AppKey/AppKey /Login /soap:Body /soap:Envelope ' Steve _ From: Ben Johansen [mailto:b...@pcforge.com] Sent: Monday, December 29, 2008 8:11 PM To: witango-talk@witango.com Subject: Re: Witango-Talk: First attempt at SOAP WebServices Try adding a second @CRLF