Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
d77b926d
Commit
d77b926d
authored
16 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Doc
parent
ca025dae
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/webservices/README
+14
-7
14 additions, 7 deletions
htdocs/webservices/README
htdocs/webservices/server.wsdl
+14
-0
14 additions, 0 deletions
htdocs/webservices/server.wsdl
with
28 additions
and
7 deletions
htdocs/webservices/README
+
14
−
7
View file @
d77b926d
This directory contains files that make Dolibarr a server of web services.
To see all Webservices provided by Dolibarr, just call following Url:
http://mydomain.com/dolibarr/webservices/server.php
This page will return the WSDL of Web services provided by Dolibarr.
Note, you can test this Webservices by calling the page client.php.
README (english)
---------------------------------------------------------
This directory contains files to make Dolibarr a server
of SOAP Web Services.
* To see all Webservices provided by Dolibarr, just call following Url:
http://mydomain.com/dolibarr/webservices/server.php
* WSDL file of Web services provided by Dolibarr can be obtained at:
http://mydomain.com/dolibarr/webservices/server.php?wsdl
and is also saved in file:
server.wsdl
Note, you can test this Webservices by calling the page client.php.
This diff is collapsed.
Click to expand it.
htdocs/webservices/server.wsdl
0 → 100644
+
14
−
0
View file @
d77b926d
<?xml version="1.0" encoding="ISO-8859-1"?>
<definitions
xmlns:SOAP-ENV=
"http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:SOAP-ENC=
"http://schemas.xmlsoap.org/soap/encoding/"
xmlns:tns=
"dolibarr"
xmlns:soap=
"http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:wsdl=
"http://schemas.xmlsoap.org/wsdl/"
xmlns=
"http://schemas.xmlsoap.org/wsdl/"
targetNamespace=
"dolibarr"
>
<types><xsd:schema
targetNamespace=
"dolibarr"
>
<xsd:import
namespace=
"http://schemas.xmlsoap.org/soap/encoding/"
/>
<xsd:import
namespace=
"http://schemas.xmlsoap.org/wsdl/"
/>
</xsd:schema>
</types>
<message
name=
"getVersionsRequest"
></message>
<message
name=
"getVersionsResponse"
><part
name=
"dolibarr"
type=
"xsd:string"
/><part
name=
"mysql"
type=
"xsd:string"
/><part
name=
"apache"
type=
"xsd:string"
/></message>
<portType
name=
"WebServicesDolibarrPortType"
><operation
name=
"getVersions"
><input
message=
"tns:getVersionsRequest"
/><output
message=
"tns:getVersionsResponse"
/></operation></portType>
<binding
name=
"WebServicesDolibarrBinding"
type=
"tns:WebServicesDolibarrPortType"
><soap:binding
style=
"rpc"
transport=
"http://schemas.xmlsoap.org/soap/http"
/><operation
name=
"getVersions"
><soap:operation
soapAction=
"http://localhostdolibarr/webservices/server.php/getVersions"
style=
"rpc"
/><input><soap:body
use=
"encoded"
namespace=
"dolibarr"
encodingStyle=
"http://schemas.xmlsoap.org/soap/encoding/"
/></input><output><soap:body
use=
"encoded"
namespace=
"dolibarr"
encodingStyle=
"http://schemas.xmlsoap.org/soap/encoding/"
/></output></operation></binding>
<service
name=
"WebServicesDolibarr"
><port
name=
"WebServicesDolibarrPort"
binding=
"tns:WebServicesDolibarrBinding"
><soap:address
location=
"http://localhostdolibarr/webservices/server.php"
/></port></service>
</definitions>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment