BBTEST_SOAP? What does it do?
list Frank Gruellich
Hi, while digging around on my own for an answer to http://www.hswn.dk/hobbiton/2009/03/msg00020.html I found BBTEST_SOAP in some source files. Unfortunately I could not find anything in the documentation regarding SOAP requests. What does it do? How does it work? What's the status of implementation? Thanks in advance. Kind regards, -- Navteq (DE) GmbH Frank Gruellich Map24 Systems and Networks Duesseldorfer Strasse 40a 65760 Eschborn Germany Phone: +XX XXXX XXXXX-XXX Fax: +XX XXXX XXXXX-XXX USt-ID-No.: DE 197947163 Managing Directors: Thomas Golob, Alexander Wiegand, Hans Pieter Gieszen, Martin Robert Stockman
list Frank Gruellich
▸
Frank Gruellich wrote:
[...] I found BBTEST_SOAP in some source files. Unfortunately I could not find anything in the documentation regarding SOAP requests.
Please ignore, I'm blind and stupid... Darn!
▸
Kind regards,
--
Navteq (DE) GmbH
Frank Gruellich
Map24 Systems and Networks
Duesseldorfer Strasse 40a
65760 Eschborn
Germany
Phone: +XX XXXX XXXXX-XXX
Fax: +XX XXXX XXXXX-XXX
USt-ID-No.: DE 197947163
Managing Directors: Thomas Golob, Alexander Wiegand,
Hans Pieter Gieszen, Martin Robert Stockman
list Henrik Størner
▸
On Wed, Mar 04, 2009 at 01:01:49PM +0100, Frank Gruellich wrote:
while digging around on my own for an answer to http://www.hswn.dk/hobbiton/2009/03/msg00020.html I found BBTEST_SOAP in some source files. Unfortunately I could not find anything in the documentation regarding SOAP requests. What does it do? How does it work? What's the status of implementation?
It's in the 4.3.0 code. Here's the man-page describing it:
soap[=COLUMN];URL;SOAPMESSAGE;[expected_data_regexp|#digesttype:digest]
Send SOAP message over HTTP. This is identical to the "cont"
test, except that the request sent to the server uses a Content-
type of "application/soap+xml", and it also sends a "SOAPAction"
header with the URL. SOAPMESSAGE is the SOAP message sent to the
server. Since SOAP messages are usually XML documents, you can
store this in a separate file by specifying "file:FILENAME" as
the SOAPMESSAGE parameter. E.g. a test specification of
soap=echo;http://soap.foo.bar/baz?wsdl;file:/home/foo/msg.xml;.
will read the SOAP message from the file /home/foo/msg.xml and
post it to the URL http://soap.foo.bar/bas?wsdl
Note that SOAP XML documents usually must begin with the XML
version line, <?xml version="1.0">
Regards,
Henrik