BizTalk Server General - WSE adapter failed to transmit message going to send port

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server General > September 2005 > WSE adapter failed to transmit message going to send port





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author WSE adapter failed to transmit message going to send port
SG

2005-09-28, 5:59 pm

I've been "beating my head against the wall" with this one problem and I'm at
a loss for how to move forward.

I have a very simplistic process setup in BizTalk 2004 with an orchestration
that picks up an XML file from a file directory and then submits it to a web
service (basically, passing it along to the web service so it can do the
business logic).
The orchestration has an inbound port with "specify later" port binding.
(Later, in BizTalk explorer, this is set to a FILE transport type.)
The first receive shape (activate=True) picks up the file into a message
typed as System.String.
I then have a Transform Message shape which transform message what webservice
Then, a Send shape sends the WebServiceRequest message out to my web service
port's Request operation.
Lastly, a second Receive shape returns a message (WebServiceResponse) which
is typed to the web service's response --an
string return returntoken.
The web service port is also set to "specify later" and in BizTalk Explorer
I've tried this set to SOAP and WSE with no success.

When set to WSE, the event log messages are:

The adapter failed to transmit message going to send port
"wse://http://mcicoe01.mcilink.com:4400/sst/runtime.asvc/LoginPoint". It will
be retransmitted after the retry interval specified for this Send Port.
Details:"Invalid URI: The hostname could not be parsed.".


Failed to transmit message. Exception :
Microsoft.Web.Services2.Policy.PolicyDocumentException: WSE453: An error was
encountered loading or parsing the policy document in the following file:
c:\program files\microsoft biztalk server adapter for wse
2.0\policy\policycache.xml. ---> System.UriFormatException: Invalid URI: The
hostname could not be parsed.

at System.Uri.Parse()

at System.Uri..ctor(String uriString, Boolean dontEscape)

at System.Uri..ctor(String uriString)

at Microsoft.Web.Services2.Policy.Endpoint..ctor(XmlElement element)

at Microsoft.Web.Services2.Policy.PolicyMappings.LoadXml(XmlElement element)

at Microsoft.Web.Services2.Policy.PolicyDocument.LoadXml(IDictionary table,
ArrayList expressions, PolicyMappings policyMaps, XmlElement element)

at Microsoft.Web.Services2.Policy.PolicyDocument.LoadDocumentFromDisk()

--- End of inner exception stack trace ---

at Microsoft.Web.Services2.Policy.PolicyDocument.LoadDocumentFromDisk()


Gaploid

2005-09-29, 2:53 am

you`ve got a wrong URI to your web service or try don`t use proxy
configuration in wse adapter when you configuring it in Biztalk
explorer!

SG

2005-09-29, 5:58 pm

Gaploid,
I am not sure how to configure proxy in BizTalk explorer. I am
wse adapter since yesterday so not sure proxy configuiration from biztalk
explorer

SG

"Gaploid" wrote:

> you`ve got a wrong URI to your web service or try don`t use proxy
> configuration in wse adapter when you configuring it in Biztalk
> explorer!
>
>

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com