-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Legger til PPEN015 grensesnittet til SAM
Pesys (pen-app) vil trenge å bruke for å kalle ppen015 på veiene av sam mens vi flytter prosessen fra buss til ny behandlingsløsning i pen-app
- Loading branch information
Showing
4 changed files
with
100 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
...esb-wsclient-legacy/src/main/resources/wsdl/nav-cons-sto-sam-ppen015_SAMPPEN015WSEXP.wsdl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<wsdl:definitions name="SAMPPEN015WSEXP_SAMPPEN015Http_Service" | ||
targetNamespace="http://nav-cons-sto-sam-ppen015/no/nav/inf/PPEN015/Binding" | ||
xmlns:Port_0="http://nav-cons-sto-sam-ppen015/no/nav/inf/PPEN015" | ||
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" | ||
xmlns:this="http://nav-cons-sto-sam-ppen015/no/nav/inf/PPEN015/Binding" | ||
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> | ||
|
||
<wsdl:import location="no/nav/inf/SAMPPEN015.wsdl" namespace="http://nav-cons-sto-sam-ppen015/no/nav/inf/PPEN015"/> | ||
|
||
<wsdl:binding name="SAMPPEN015WSEXP_SAMPPEN015HttpBinding" type="Port_0:SAMPPEN015"> | ||
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> | ||
<wsdl:operation name="mottaSamhandlerSvar"> | ||
<soap:operation soapAction=""/> | ||
<wsdl:input name="mottaSamhandlerSvarRequest"> | ||
<soap:body use="literal"/> | ||
</wsdl:input> | ||
<wsdl:output name="mottaSamhandlerSvarResponse"> | ||
<soap:body use="literal"/> | ||
</wsdl:output> | ||
</wsdl:operation> | ||
</wsdl:binding> | ||
|
||
<wsdl:service name="SAMPPEN015WSEXP_SAMPPEN015HttpService"> | ||
<wsdl:port binding="this:SAMPPEN015WSEXP_SAMPPEN015HttpBinding" name="SAMPPEN015WSEXP_SAMPPEN015HttpPort"> | ||
<soap:address location="http://localhost:9080/nav-cons-sto-sam-ppen015Web/sca/SAMPPEN015WSEXP"/> | ||
</wsdl:port> | ||
</wsdl:service> | ||
|
||
</wsdl:definitions> |
47 changes: 47 additions & 0 deletions
47
pen-esb-wsclient-legacy/src/main/resources/wsdl/no/nav/inf/SAMPPEN015.wsdl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" | ||
xmlns:bons0="http://nav-lib-cons-sto-sam/no/nav/lib/sto/sam/asbo/ppen015" | ||
xmlns:tns="http://nav-cons-sto-sam-ppen015/no/nav/inf/PPEN015" | ||
xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="PPEN015" | ||
targetNamespace="http://nav-cons-sto-sam-ppen015/no/nav/inf/PPEN015"> | ||
|
||
<wsdl:types> | ||
<xsd:schema targetNamespace="http://nav-cons-sto-sam-ppen015/no/nav/inf/PPEN015" | ||
xmlns:bons0="http://nav-lib-cons-sto-sam/no/nav/lib/sto/sam/asbo/ppen015" | ||
xmlns:tns="http://nav-cons-sto-sam-ppen015/no/nav/inf/PPEN015" | ||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | ||
<xsd:import namespace="http://nav-lib-cons-sto-sam/no/nav/lib/sto/sam/asbo/ppen015" | ||
schemaLocation="../lib/sto/sam/asbo/ppen015/ASBOStoMottaSamhandlerSvarRequest.xsd"/> | ||
<xsd:element name="mottaSamhandlerSvar"> | ||
<xsd:complexType> | ||
<xsd:sequence> | ||
<xsd:element name="samhandlerSvarRequest" nillable="true" | ||
type="bons0:ASBOStoMottaSamhandlerSvarRequest"/> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:element> | ||
<xsd:element name="mottaSamhandlerSvarResponse"> | ||
<xsd:complexType> | ||
<xsd:sequence> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:element> | ||
</xsd:schema> | ||
</wsdl:types> | ||
|
||
<wsdl:message name="mottaSamhandlerSvarRequestMsg"> | ||
<wsdl:part element="tns:mottaSamhandlerSvar" name="mottaSamhandlerSvarParameters"/> | ||
</wsdl:message> | ||
|
||
<wsdl:message name="mottaSamhandlerSvarResponseMsg"> | ||
<wsdl:part element="tns:mottaSamhandlerSvarResponse" name="mottaSamhandlerSvarResult"/> | ||
</wsdl:message> | ||
|
||
<wsdl:portType name="SAMPPEN015"> | ||
<wsdl:operation name="mottaSamhandlerSvar"> | ||
<wsdl:input message="tns:mottaSamhandlerSvarRequestMsg" name="mottaSamhandlerSvarRequest"/> | ||
<wsdl:output message="tns:mottaSamhandlerSvarResponseMsg" name="mottaSamhandlerSvarResponse"/> | ||
</wsdl:operation> | ||
</wsdl:portType> | ||
|
||
</wsdl:definitions> |
10 changes: 10 additions & 0 deletions
10
...main/resources/wsdl/no/nav/lib/sto/sam/asbo/ppen015/ASBOStoMottaSamhandlerSvarRequest.xsd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" | ||
targetNamespace="http://nav-lib-cons-sto-sam/no/nav/lib/sto/sam/asbo/ppen015"> | ||
<xsd:complexType name="ASBOStoMottaSamhandlerSvarRequest"> | ||
<xsd:sequence> | ||
<xsd:element minOccurs="0" name="vedtaksId" | ||
type="xsd:string" /> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:schema> |