Hi experts,
We have created a web service through B1if environment.
We have created the tstin.xml:
<?xml version='1.0' encoding="UTF-8"?><AddBP xmlns:bfa="urn:com.sap.b1i.bizprocessor:bizatoms" xmlns="http://tempuri.org/"> <CardCode>C123456</CardCode> <CardName>myNewBP</CardName> <CardType>C</CardType> <PhoneNum>49/63452632-323</PhoneNum> <Email>hugo.platform@supi.com</Email> <Address>My Home 25</Address> <WebSite>www.ich.de</WebSite></AddBP>
which we have assigned as inbound in our process.
Our web service works properly through B1if and creates the declared Business Partner in SAP Business One.
As a next step, we tried to call the specific web service via Altova XMLSpy - SOAP request.
We call the url of the wsdl file and the following code returns:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <SOAP-ENV:Body> <m:AddBP xmlns:m="http://tempuri.org/"> <m:CardCode>String</m:CardCode> <m:CardName>String</m:CardName> <m:CardType>String</m:CardType> <m:PhoneNum>String</m:PhoneNum> <m:Email>String</m:Email> <m:Address>String</m:Address> <m:WebSite>String</m:WebSite> </m:AddBP> </SOAP-ENV:Body></SOAP-ENV:Envelope>
When we Send Request to Server, we get the following message:
Attached you can find the wsdl file we have created.
Can you please advice on how we can proceed?
Kind regards,
Vassilis Korolis