Question
· May 16, 2016

HS.IHE.XDSb.Repository.Operations Operation Throwing error in HSBUS

Hi ,

In HSBUS we have out of box operation HS.IHE.XDSb.Repository.Operations to route CCD's from HSBUS to Edge gateway.

Earlier it was working fine, but for maintenance we have to rest the DEV environment, Now its throwing below error. I have verified all registry configuration and the CCD feed is also same, nothing is changed except reset. Can someone help me, where to look for this problem or what I am missing here.

[ERROR #6248: SOAP response is a SOAP fault: <Fault><Code><Value>SOAP-ENV:Sender</Value></Code><Reason><Text xml:lang="en">Badly formed SOAP Message</Text></Reason><Detail>
<error xmlns="http://www.intersystems.com/hs/hub/hsws">
<text>ERROR #6207: Unexpected SOAPACTION value: urn:ihe:iti:2007:ProvideAndRegisterDocumentSet-b</text>
</error>
</Detail></Fault>]

 

Thank You,

Amit

Discussion (4)0
Log in or sign up to continue

Amit, you have tagged this as "Developer Community". Perhaps you originally posted it to the group, which as I understand things is primarily intended for feedback about this online forum, https://community.intersystems.com

I think that posts to that group are intentionally not shown on the homepage feed of new postings.

It looks like it's now in the HealthShare group, but maybe changing its tag will help other people find it and respond.

Hi Amit, typically the error you're seeing comes from a wrong endpoint being used. There are usually two ways the endpoint can be wrong:

1) Pointing something like a document source actor to a registry endpoint (instead of repository) for a provide and register document transaction. That can give you a SOAPACTION error.

2) You reinstalled or upgraded to a newer version which now uses /services for SOAP endpoints. So for example, if you had a Repository endpoint which used to be https://<server>/csp/healthshare/hsrepository/HS.IHE.XDSb.Repository.Services.cls, it should now be https://<server>/csp/healthshare/hsrepository/services/HS.IHE.XDSb.Repository.Services.cls