Quantcast
Channel: SCN: Message List - SAP Business One Integration Technology
Viewing all articles
Browse latest Browse all 973

Re: URL Request

$
0
0

hi Radek

 

I generate the wsdl file and found the 'url' like yours:

<wsdl:portType name="ipostep_vP.0010000112.in_WCSX_com.sap.b1i.vplatform.runtime_INB_WS_CALL_SYNC_XPT_INB_WS_CALL_SYNC_XPT.ipo_proc">.

But it looks to me not the kind of url that I know, missing Ip adress?

In SoapUI I get the error:

"Error loading [file:/C:/Program%20Files/SmartBear/SoapUI-5.2.1/bin/ipostep_vP.0010000112.in_WCSX_com.sap.b1i.vplatform.runtime_INB_WS_CALL_SYNC_XPT_INB_WS_CALL_SYNC_XPT.ipo_proc]: java.io.FileNotFoundException: C:\Program Files\SmartBear\SoapUI-5.2.1\bin\ipostep_vP.0010000112.in_WCSX_com.sap.b1i.vplatform.runtime_INB_WS_CALL_SYNC_XPT_INB_WS_CALL_SYNC_XPT.ipo_proc (The system cannot find the file specified)"

 

What do I miss or what do I wrong?

 

I past the whole WSDL here below.

 

<?xml version="1.0" encoding="UTF-8"?>

  <wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="urn:ipostep_vP.0010000112.in_WCSX_com.sap.b1i.vplatform.runtime_INB_WS_CALL_SYNC_XPT_INB_WS_CALL_SYNC_XPT.ipo_proc" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:ipostep_vP.0010000112.in_WCSX_com.sap.b1i.vplatform.runtime_INB_WS_CALL_SYNC_XPT_INB_WS_CALL_SYNC_XPT.ipo_proc" name="ipostep_vP.0010000112.in_WCSX_com.sap.b1i.vplatform.runtime_INB_WS_CALL_SYNC_XPT_INB_WS_CALL_SYNC_XPT.ipo_proc" tns:force="" http:force="" soap:force="" xsd:force="">

  <wsdl:documentation>

  WSDL interface-definition generated by B1iP for the IPO-Step + port &apos;ipostep:/vP.0010000112.in_WCSX/com.sap.b1i.vplatform.runtime/INB_WS_CALL_SYNC_XPT/INB_WS_CALL_SYNC_XPT.ipo/proc#Ip&apos;.

  If your development tool of choice rejects to use this generated WSDL-file, please do remove the various artificial attributes &apos;xxx:force...&apos; out of

  the root-element &apos;wsdl:definitions&apos;. These attributes do not comply to the WSDL 1.1 specification, but are an unavoidable generation-artefact!

  </wsdl:documentation>

  <wsdl:types>

  <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">

  <xs:element name="Aufragstatus" type="AufragstatusType">

  <xs:annotation xmlns:bfa="urn:com.sap.b1i.bizprocessor:bizatoms">

  <xs:documentation>Root element for the document</xs:documentation>

  </xs:annotation>

  </xs:element>

  <xs:complexType xmlns:bfa="urn:com.sap.b1i.bizprocessor:bizatoms" name="AufragstatusType">

  <xs:annotation>

  <xs:documentation>Automatically generated complex type comprising the whole document for the purpose of schema re-use</xs:documentation>

  </xs:annotation>

  <xs:sequence>

  <xs:element name="Auftragsnummer" form="unqualified" type="xs:string"></xs:element>

  </xs:sequence>

  </xs:complexType>

  </xs:schema>

  <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">

  <xs:element name="Status" type="StatusType">

  <xs:annotation xmlns:bfa="urn:com.sap.b1i.bizprocessor:bizatoms">

  <xs:documentation>Root element for the document</xs:documentation>

  </xs:annotation>

  </xs:element>

  <xs:complexType xmlns:bfa="urn:com.sap.b1i.bizprocessor:bizatoms" name="StatusType">

  <xs:annotation>

  <xs:documentation>Automatically generated complex type comprising the whole document for the purpose of schema re-use</xs:documentation>

  </xs:annotation>

  <xs:sequence>

  <xs:element name="txt" form="unqualified" type="xs:string"></xs:element>

  <xs:element name="Artikel" form="unqualified" type="xs:string"></xs:element>

  <xs:element name="Artikelbezeichnung" form="unqualified" type="xs:string"></xs:element>

  <xs:element name="Offene_Menge" form="unqualified" type="xs:string"></xs:element>

  <xs:element name="Lieferdatum" form="unqualified" type="xs:string"></xs:element>

  </xs:sequence>

  </xs:complexType>

  </xs:schema>

  </wsdl:types>

  <wsdl:message name="Aufragstatus">

  <wsdl:part name="body" element="Aufragstatus"></wsdl:part>

  </wsdl:message>

  <wsdl:message name="Status">

  <wsdl:part name="body" element="Status"></wsdl:part>

  </wsdl:message>

  <wsdl:portType name="ipostep_vP.0010000112.in_WCSX_com.sap.b1i.vplatform.runtime_INB_WS_CALL_SYNC_XPT_INB_WS_CALL_SYNC_XPT.ipo_proc">

  <wsdl:operation name="Z.WSOrderStatus">

  <wsdl:input message="tns:Aufragstatus"></wsdl:input>

  <wsdl:output message="tns:Status"></wsdl:output>

  </wsdl:operation>

  </wsdl:portType>

  <wsdl:binding name="ipostep_vP.0010000112.in_WCSX_com.sap.b1i.vplatform.runtime_INB_WS_CALL_SYNC_XPT_INB_WS_CALL_SYNC_XPT.ipo_proc_SoapBinding" type="tns:ipostep_vP.0010000112.in_WCSX_com.sap.b1i.vplatform.runtime_INB_WS_CALL_SYNC_XPT_INB_WS_CALL_SYNC_XPT.ipo_proc">

  <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"></soap:binding>

  <wsdl:operation name="Z.WSOrderStatus">

  <soap:operation soapAction=""></soap:operation>

  <wsdl:input>

  <soap:body use="literal"></soap:body>

  </wsdl:input>

  <wsdl:output>

  <soap:body use="literal"></soap:body>

  </wsdl:output>

  </wsdl:operation>

  </wsdl:binding>

  <wsdl:service name="ipostep_vP.0010000112.in_WCSX_com.sap.b1i.vplatform.runtime_INB_WS_CALL_SYNC_XPT_INB_WS_CALL_SYNC_XPT.ipo_proc_Service">

  <wsdl:port name="ipostep_vP.0010000112.in_WCSX_com.sap.b1i.vplatform.runtime_INB_WS_CALL_SYNC_XPT_INB_WS_CALL_SYNC_XPT.ipo_proc_SoapBinding_HTTP" binding="tns:ipostep_vP.0010000112.in_WCSX_com.sap.b1i.vplatform.runtime_INB_WS_CALL_SYNC_XPT_INB_WS_CALL_SYNC_XPT.ipo_proc_SoapBinding">

  <soap:address location="http://LAB-DEM01.localdomain:8080/B1iXcellerator/exec/soap/vP.0010000112.in_WCSX/com.sap.b1i.vplatform.runtime/INB_WS_CALL_SYNC_XPT/INB_WS_CALL_SYNC_XPT.ipo/proc"></soap:address>

  </wsdl:port>

  <wsdl:port name="ipostep_vP.0010000112.in_WCSX_com.sap.b1i.vplatform.runtime_INB_WS_CALL_SYNC_XPT_INB_WS_CALL_SYNC_XPT.ipo_proc_SoapBinding_HTTPS" binding="tns:ipostep_vP.0010000112.in_WCSX_com.sap.b1i.vplatform.runtime_INB_WS_CALL_SYNC_XPT_INB_WS_CALL_SYNC_XPT.ipo_proc_SoapBinding">

  <soap:address location="https://LAB-DEM01.localdomain:8443/B1iXcellerator/exec/soap/vP.0010000112.in_WCSX/com.sap.b1i.vplatform.runtime/INB_WS_CALL_SYNC_XPT/INB_WS_CALL_SYNC_XPT.ipo/proc"></soap:address>

  </wsdl:port>

  </wsdl:service>

  </wsdl:definitions>


Viewing all articles
Browse latest Browse all 973

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>