Biztalk WCF Consuming Wizard
hi,
on biztalk 2013. need invoke third party soap webservice. third party has given wsdl files. need make request , service sends response us.
the third party has given set of xsds , wsdls.
these complex set of schemas given there references xsd
, on. news is schemas validate.
the third party has provided sample requests:
cut pasted top part of 1 such sample:
<soapenv:envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tran="http://www.starstandards.org/webservices/2009/transport" xmlns:ns="http://www.starstandard.org/star/5" xmlns:ns1="http://www.openapplications.org/oagis/9">
<soapenv:header>
<payloadmanifest xmlns="http://www.starstandards.org/webservices/2009/transport">
<manifest contentid="content0" namespaceuri="http://www.starstandards.org/star" element="processorder"/>
</payloadmanifest>
</soapenv:header>
<soapenv:body>
<tran:processmessage>
<tran:payload>
<tran:content id="content0">
<ns:processorder releaseid="3" versionid="1" systemenvironmentcode="beta" languagecode="it-it" xmlns:ns="http://www.starstandard.org/star/5" xmlns:xsi="http://www.w3.org/2001/xmlschema-instance">
i decided on using wcf-basichttp adapter given soap adapter deprecated.
tried add generated item ->consume wcf service wizard, provided wsdl. wizard completes successfully(i mean no errors reported) and generates schemas.but when righclick validate generated schemas, unable to. says unable resolve schema location,even though referenced schemas located in paths mentioned.
i not sure how proceed on one.
has suggestion on how move forward please?
i not sure if third party web services developed using wcf. can use wcf consume wizard @ all?
please assist.
regards,
ms
hi everyone,
just wanted let know issue resolved , when amended schema paths in wsdl
to absolute path. earlier used relative path.
thanks help.
regards,
ms
BizTalk Server > BizTalk Server General
Comments
Post a Comment