Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use WSDL for oppgavebegrenset from service gateway #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,44 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="Binding" targetNamespace="http://nav.no/tjeneste/virksomhet/oppgaveBegrenset/v1/Binding" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://nav.no/tjeneste/virksomhet/oppgaveBegrenset/v1/Binding" xmlns:wsdl_1="http://nav.no/tjeneste/virksomhet/oppgaveBegrenset/v1/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<wsdl:import location="oppgaveBegrenset.wsdl" namespace="http://nav.no/tjeneste/virksomhet/oppgaveBegrenset/v1/"/>
<wsdl:binding name="OppgaveBegrenset_v1Binding" type="wsdl_1:OppgaveBegrenset_v1">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="finnOppgaveIdListeForPersonident">
<soap:operation soapAction="http://nav.no/tjeneste/virksomhet/oppgaveBegrenset/v1/BindingfinnOppgaveIdListeForPersonident/"/>
<wsdl:input>
<soap:body parts="parameters" use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body parts="parameters" use="literal"/>
</wsdl:output>
<wsdl:fault name="finnOppgaveIdListeForPersonidentFault">
<soap:fault name="finnOppgaveIdListeForPersonidentFault" use="literal"/>
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="ping">
<soap:operation soapAction="http://nav.no/tjeneste/virksomhet/oppgaveBegrenset/v1/Bindingping/"/>
<wsdl:input>
<soap:body parts="parameters" use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body parts="parameters" use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="finnOppgaveIdListeForSakId">
<soap:operation soapAction="http://nav.no/tjeneste/virksomhet/oppgaveBegrenset/v1/BindingfinnOppgaveIdListeForSakId/"/>
<wsdl:input>
<soap:body parts="parameters" use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body parts="parameters" use="literal"/>
</wsdl:output>
<wsdl:fault name="finnOppgaveIdListeForSakIdFault">
<soap:fault name="finnOppgaveIdListeForSakIdFault" use="literal"/>
</wsdl:fault>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="OppgaveBegrenset_v1">
<wsdl:port binding="tns:OppgaveBegrenset_v1Binding" name="OppgaveBegrenset_v1Port">
<soap:address location="http://nav.no/tjeneste/virksomhet/oppgaveBegrenset/v1/BindingOppgaveBegrenset_v1/OppgaveBegrenset_v1Port"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions name="Binding" targetNamespace="http://nav.no/tjeneste/virksomhet/oppgaveBegrenset/v1/Binding" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://nav.no/tjeneste/virksomhet/oppgaveBegrenset/v1/Binding" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl_1="http://nav.no/tjeneste/virksomhet/oppgaveBegrenset/v1/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
<wsdl:import namespace="http://nav.no/tjeneste/virksomhet/oppgaveBegrenset/v1/" location="oppgaveBegrenset.wsdl">
</wsdl:import>
<wsdl:binding name="OppgaveBegrenset_v1Binding" type="wsdl_1:OppgaveBegrenset_v1">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsaw:UsingAddressing/>
<wsdl:operation name="finnOppgaveIdListeForPersonident">
<soap:operation soapAction="http://nav.no/tjeneste/virksomhet/oppgaveBegrenset/v1/OppgaveBegrenset_v1/finnOppgaveIdListeForPersonidentRequest"/>
<wsdl:input>
<soap:body parts="parameters" use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body parts="parameters" use="literal"/>
</wsdl:output>
<wsdl:fault name="ugyldigInput">
<soap:fault name="ugyldigInput" use="literal"/>
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="ping">
<soap:operation soapAction="http://nav.no/tjeneste/virksomhet/oppgaveBegrenset/v1/OppgaveBegrenset_v1/pingRequest"/>
<wsdl:input>
<soap:body parts="parameters" use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body parts="parameters" use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="finnOppgaveIdListeForSakId">
<soap:operation soapAction="http://nav.no/tjeneste/virksomhet/oppgaveBegrenset/v1/OppgaveBegrenset_v1/finnOppgaveIdListeForSakIdRequest"/>
<wsdl:input>
<soap:body parts="parameters" use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body parts="parameters" use="literal"/>
</wsdl:output>
<wsdl:fault name="ugyldigInput">
<soap:fault name="ugyldigInput" use="literal"/>
</wsdl:fault>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="OppgaveBegrenset_v1">
<wsdl:port name="OppgaveBegrenset_v1Port" binding="tns:OppgaveBegrenset_v1Binding">
<soap:address location="http://localhost:9080/virksomhet/oppgaveBegrenset_v1"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
Original file line number Diff line number Diff line change
@@ -1,92 +1,109 @@
<?xml version="1.0" encoding="UTF-8"?><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="oppgaveBegrenset" targetNamespace="http://nav.no/tjeneste/virksomhet/oppgaveBegrenset/v1/" xmlns:tns="http://nav.no/tjeneste/virksomhet/oppgaveBegrenset/v1/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<wsdl:types>
<xsd:schema targetNamespace="http://nav.no/tjeneste/virksomhet/oppgaveBegrenset/v1/" xmlns:feil="http://nav.no/tjeneste/virksomhet/oppgaveBegrenset/v1/feil" xmlns:meldinger="http://nav.no/tjeneste/virksomhet/oppgaveBegrenset/v1/meldinger">
<xsd:import namespace="http://nav.no/tjeneste/virksomhet/oppgaveBegrenset/v1/feil" schemaLocation="Feil/Feil.xsd"/>
<xsd:import namespace="http://nav.no/tjeneste/virksomhet/oppgaveBegrenset/v1/meldinger" schemaLocation="meldinger/meldinger.xsd"/>
<xsd:element name="finnOppgaveIdListeForPersonident">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="request" type="meldinger:FinnOppgaveIdListeForPersonidentRequest"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="finnOppgaveIdListeForPersonidentugyldigInput" type="feil:UgyldigInput"/>
<xsd:element name="finnOppgaveIdListeForPersonidentResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="0" name="response" type="meldinger:FinnOppgaveIdListeForPersonidentResponse"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="ping">
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="0" name="plassholder" type="xsd:anyType"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="pingResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="0" name="plassholder" type="xsd:anyType"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="finnOppgaveIdListeForSakId">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="request" type="meldinger:FinnOppgaveIdListeForSakIdRequest"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="finnOppgaveIdListeForSakIdResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="0" name="response" type="meldinger:FinnOppgaveIdListeForSakIdResponse"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="finnOppgaveIdListeForSakIdugyldigInput" type="feil:UgyldigInput"/>
</xsd:schema>
</wsdl:types>
<wsdl:message name="finnOppgaveIdListeForPersonidentRequest">
<wsdl:part element="tns:finnOppgaveIdListeForPersonident" name="parameters"/>
</wsdl:message>
<wsdl:message name="finnOppgaveIdListeForPersonidentResponse">
<wsdl:part element="tns:finnOppgaveIdListeForPersonidentResponse" name="parameters"/>
</wsdl:message>
<wsdl:message name="finnOppgaveIdListeForPersonidentUgyldigInput">
<wsdl:part element="tns:finnOppgaveIdListeForPersonidentugyldigInput" name="ugyldigInput"/>
</wsdl:message>
<wsdl:message name="pingRequest">
<wsdl:part element="tns:ping" name="parameters"/>
</wsdl:message>
<wsdl:message name="pingResponse">
<wsdl:part element="tns:pingResponse" name="parameters"/>
</wsdl:message>
<wsdl:message name="finnOppgaveIdListeForSakIdRequest">
<wsdl:part element="tns:finnOppgaveIdListeForSakId" name="parameters"/>
</wsdl:message>
<wsdl:message name="finnOppgaveIdListeForSakIdResponse">
<wsdl:part element="tns:finnOppgaveIdListeForSakIdResponse" name="parameters"/>
</wsdl:message>
<wsdl:message name="finnOppgaveIdListeForSakIdUgyldigInput">
<wsdl:part element="tns:finnOppgaveIdListeForSakIdugyldigInput" name="ugyldigInput"/>
</wsdl:message>
<wsdl:portType name="OppgaveBegrenset_v1">
<wsdl:operation name="finnOppgaveIdListeForPersonident">
<wsdl:input message="tns:finnOppgaveIdListeForPersonidentRequest"/>
<wsdl:output message="tns:finnOppgaveIdListeForPersonidentResponse"/>
<wsdl:fault message="tns:finnOppgaveIdListeForPersonidentUgyldigInput" name="finnOppgaveIdListeForPersonidentFault"/>
</wsdl:operation>
<wsdl:operation name="ping">
<wsdl:input message="tns:pingRequest"/>
<wsdl:output message="tns:pingResponse"/>
</wsdl:operation>
<wsdl:operation name="finnOppgaveIdListeForSakId">
<wsdl:input message="tns:finnOppgaveIdListeForSakIdRequest"/>
<wsdl:output message="tns:finnOppgaveIdListeForSakIdResponse"/>
<wsdl:fault message="tns:finnOppgaveIdListeForSakIdUgyldigInput" name="finnOppgaveIdListeForSakIdFault"/>
</wsdl:operation>
</wsdl:portType>
</wsdl:definitions>
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions name="oppgaveBegrenset" targetNamespace="http://nav.no/tjeneste/virksomhet/oppgaveBegrenset/v1/" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://nav.no/tjeneste/virksomhet/oppgaveBegrenset/v1/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<wsdl:types>
<xsd:schema targetNamespace="http://nav.no/tjeneste/virksomhet/oppgaveBegrenset/v1/" xmlns:feil="http://nav.no/tjeneste/virksomhet/oppgaveBegrenset/v1/feil" xmlns:meldinger="http://nav.no/tjeneste/virksomhet/oppgaveBegrenset/v1/meldinger">
<xsd:import namespace="http://nav.no/tjeneste/virksomhet/oppgaveBegrenset/v1/feil" schemaLocation="Feil/Feil.xsd"/>
<xsd:import namespace="http://nav.no/tjeneste/virksomhet/oppgaveBegrenset/v1/meldinger" schemaLocation="meldinger/meldinger.xsd"/>
<xsd:element name="finnOppgaveIdListeForPersonident">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="request" type="meldinger:FinnOppgaveIdListeForPersonidentRequest"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="finnOppgaveIdListeForPersonidentugyldigInput" type="feil:UgyldigInput"/>
<xsd:element name="finnOppgaveIdListeForPersonidentResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="0" name="response" type="meldinger:FinnOppgaveIdListeForPersonidentResponse"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="ping">
<xsd:complexType>
<xsd:sequence>

</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="pingResponse">
<xsd:complexType>
<xsd:sequence>

</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="finnOppgaveIdListeForSakId">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="request" type="meldinger:FinnOppgaveIdListeForSakIdRequest"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="finnOppgaveIdListeForSakIdResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="0" name="response" type="meldinger:FinnOppgaveIdListeForSakIdResponse"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="finnOppgaveIdListeForSakIdugyldigInput" type="feil:UgyldigInput"/>
</xsd:schema>
</wsdl:types>
<wsdl:message name="finnOppgaveIdListeForPersonidentResponse">
<wsdl:part name="parameters" element="tns:finnOppgaveIdListeForPersonidentResponse">
</wsdl:part>
</wsdl:message>
<wsdl:message name="finnOppgaveIdListeForPersonidentRequest">
<wsdl:part name="parameters" element="tns:finnOppgaveIdListeForPersonident">
</wsdl:part>
</wsdl:message>
<wsdl:message name="finnOppgaveIdListeForSakIdRequest">
<wsdl:part name="parameters" element="tns:finnOppgaveIdListeForSakId">
</wsdl:part>
</wsdl:message>
<wsdl:message name="finnOppgaveIdListeForSakIdResponse">
<wsdl:part name="parameters" element="tns:finnOppgaveIdListeForSakIdResponse">
</wsdl:part>
</wsdl:message>
<wsdl:message name="pingRequest">
<wsdl:part name="parameters" element="tns:ping">
</wsdl:part>
</wsdl:message>
<wsdl:message name="pingResponse">
<wsdl:part name="parameters" element="tns:pingResponse">
</wsdl:part>
</wsdl:message>
<wsdl:message name="finnOppgaveIdListeForPersonident_ugyldigInput">
<wsdl:part name="ugyldigInput" element="tns:finnOppgaveIdListeForPersonidentugyldigInput">
</wsdl:part>
</wsdl:message>
<wsdl:message name="finnOppgaveIdListeForSakId_ugyldigInput">
<wsdl:part name="ugyldigInput" element="tns:finnOppgaveIdListeForSakIdugyldigInput">
</wsdl:part>
</wsdl:message>
<wsdl:portType name="OppgaveBegrenset_v1">
<wsdl:operation name="finnOppgaveIdListeForPersonident">
<wsdl:input message="tns:finnOppgaveIdListeForPersonidentRequest">
</wsdl:input>
<wsdl:output message="tns:finnOppgaveIdListeForPersonidentResponse">
</wsdl:output>
<wsdl:fault name="ugyldigInput" message="tns:finnOppgaveIdListeForPersonident_ugyldigInput">
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="ping">
<wsdl:input message="tns:pingRequest">
</wsdl:input>
<wsdl:output message="tns:pingResponse">
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="finnOppgaveIdListeForSakId">
<wsdl:input message="tns:finnOppgaveIdListeForSakIdRequest">
</wsdl:input>
<wsdl:output message="tns:finnOppgaveIdListeForSakIdResponse">
</wsdl:output>
<wsdl:fault name="ugyldigInput" message="tns:finnOppgaveIdListeForSakId_ugyldigInput">
</wsdl:fault>
</wsdl:operation>
</wsdl:portType>
</wsdl:definitions>