XDS.b testing with SoapUI

I need to implement a simple client for the XDS.b server (SubmitObjectRequest and RetrieveDocumentSetRequest operations), but I'm struggling to get even a simple usage example.

I tried using the Mirth Connect Channel for XDS.b but without using. I even tried to copy its SOAP envelope for use with SoapUI. Does not work.

I am using HIEOS deployed to Glassfish as my XDS.b server.

I am lost and confused. Can someone give me a guide on how to make this work?

+4
source share
1 answer

HIEOS Glassfish, wsdl, . Glassfish wsdl .

http://localhost:8080/my-ws/simple?WSDL
Quelle: docs.oracle.com/cd/E18930_01/html/821-2418/gbiyw.html

, :

https://kenai.com/projects/hieos/pages/WebServices

, wsdl, , :

http://localhost:8080/axis2/services/xdsrepositoryb?wsdl

ProvideAndRegisterDocumentSet-b XDS-.

WSDL WS SOAP .

enter image description here

SOAP UI , wsdl, XDS.

, SOAP, Mirth , Apache CXF http://cxf.apache.org/, . AXIS2 WSDL. , Visual Studio # WS- WSDL.

0

All Articles