VirtualBox

Opened 13 years ago

Closed 13 years ago

#8687 closed defect (fixed)

WSDL file not exposed via the vboxwebsrv process under the ?wsdl URL => fixed in svn

Reported by: ludo Owned by:
Component: webservices Version: VirtualBox 4.0.4
Keywords: Cc:
Guest type: other Host type: other

Description

It is possible to access all the vbox APIs via the Java vboxjws.jar JAX-WS client jar..

I understand the wsdl file is also in this jar.

But the JAX-WS spec also mention that WDSL file should be available under the ?wsdl URL of a Web Service server.

But when I try to access http://localhost:18083/?wsdl

I get this as a reply:

<?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:vbox="http://www.virtualbox.org/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Client</faultcode><faultstring>HTTP GET method not implemented</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>

Change History (1)

comment:1 by Klaus Espenlaub, 13 years ago

Resolution: fixed
Status: newclosed
Summary: WSDL file not exposed via the vboxwebsrv process under the ?wsdl URLWSDL file not exposed via the vboxwebsrv process under the ?wsdl URL => fixed in svn

With gSOAP (the C++ SOAP framework we're using) nothing is automatic... just added the code to trunk, backport decisions pending.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use