Communicating with 3DPartStream.NET is a two-step process. First, the web application constructs an XML document and sends the document via HTTP to the Service as a request. The Service processes the request, returning a new XML document containing the Service response.
The URL that all requests go to is www.3dpublisher.net/SWService/Target. Where Target is one of the following:
Interface |
Target |
Usage |
SWServiceLogin |
xmllogin.asp |
Initial login to obtain the SessionId |
All Other Interfaces |
3DPublishingService.asp |
General interface usage, including calls to SWGetModelView3D. All requests require a SessionId. |