Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
alx_20230801
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Patryk Czarnik
alx_20230801
Commits
df6a73e6
Commit
df6a73e6
authored
Aug 02, 2023
by
Patryk Czarnik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kalkulator.wsdl - operacja witaj
parent
88080148
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
61 additions
and
0 deletions
+61
-0
kalkulator.wsdl
Kalkulator/kalkulator.wsdl
+60
-0
pom.xml
Kalkulator/pom.xml
+1
-0
No files found.
Kalkulator/kalkulator.wsdl
0 → 100644
View file @
df6a73e6
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<wsdl:definitions
name=
"Kalkulator"
targetNamespace=
"http://www.example.org/Kalkulator/"
xmlns:tns=
"http://www.example.org/Kalkulator/"
xmlns:soap=
"http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:wsdl=
"http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
>
<wsdl:types>
<xsd:schema
targetNamespace=
"http://www.example.org/Kalkulator/"
>
<xsd:element
name=
"witaj"
>
<xsd:complexType>
<xsd:sequence>
<xsd:element
name=
"imie"
type=
"xsd:string"
/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element
name=
"witajResponse"
>
<xsd:complexType>
<xsd:sequence>
<xsd:element
name=
"pozdrowienie"
type=
"xsd:string"
/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>
</wsdl:types>
<wsdl:message
name=
"witajRequest"
>
<wsdl:part
element=
"tns:witaj"
name=
"parameters"
/>
</wsdl:message>
<wsdl:message
name=
"witajResponse"
>
<wsdl:part
element=
"tns:witajResponse"
name=
"parameters"
/>
</wsdl:message>
<wsdl:portType
name=
"Kalkulator"
>
<wsdl:operation
name=
"witaj"
>
<wsdl:input
message=
"tns:witajRequest"
/>
<wsdl:output
message=
"tns:witajResponse"
/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding
name=
"KalkulatorSOAP"
type=
"tns:Kalkulator"
>
<soap:binding
style=
"document"
transport=
"http://schemas.xmlsoap.org/soap/http"
/>
<wsdl:operation
name=
"witaj"
>
<soap:operation
soapAction=
"http://www.example.org/Kalkulator/witaj"
/>
<wsdl:input>
<soap:body
use=
"literal"
/>
</wsdl:input>
<wsdl:output>
<soap:body
use=
"literal"
/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service
name=
"Kalkulator"
>
<wsdl:port
binding=
"tns:KalkulatorSOAP"
name=
"KalkulatorSOAP"
>
<soap:address
location=
"http://localhost:8080/Kalkulator/Kalkulator"
/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
Kalkulator/pom.xml
View file @
df6a73e6
...
...
@@ -25,6 +25,7 @@
</dependencies>
<build>
<finalName>
${project.artifactId}
</finalName>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment